Re: [WiX-users] Custom actions working fine in xp - failing in Vista

2008-01-23 Thread Adam Majer
SaiTeja wrote: > I have created a WIX installer that works perfectly on XP. > > But When I try in Vista Business, my custom actions are failing > > Below is the custom action > > ExeCommand="UninstallLogonHandler" FileKey="xyz.exe"> > Let me quess, the xyz.exe depends on the C runtime? And yo

Re: [WiX-users] Custom actions working fine in xp - failing in Vista

2008-01-23 Thread SaiTeja
Hi Thanks for respones. Log says: Action 18:50:25: UninstallLogonHandler. Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: UninstallLogonHandler, loca

Re: [WiX-users] Custom actions working fine in xp - failing in Vista

2008-01-23 Thread Johan Appelgren
On Jan 23, 2008 2:20 PM, SaiTeja <[EMAIL PROTECTED]> wrote: > > Hi, > > I have created a WIX installer that works perfectly on XP. > > But When I try in Vista Business, my custom actions are failing > > Below is the custom action > > ExeCommand="UninstallLogonHandler" FileKey="xyz.exe"> > > > >

[WiX-users] Custom actions working fine in xp - failing in Vista

2008-01-23 Thread SaiTeja
Hi, I have created a WIX installer that works perfectly on XP. But When I try in Vista Business, my custom actions are failing Below is the custom action Not Installed I tried with Impersonate="yes" and Impersonate="no". Still it is failing Any ideas of what might be this issue wo