Re: [WiX-users] Custom Action Not Running In XP 32-Bit

2011-03-26 Thread Rob Mensching
I often use depends.exe if a CustomAction is failing to log anything (all the WiX custom actions log specific errors on failure). On Thu, Mar 24, 2011 at 8:30 AM, Liam Flanagan wrote: > Hello, > > > > I have a custom action function written in C that is called from a Wix MSI. > This custom action

[WiX-users] Custom Action Not Running In XP 32-Bit

2011-03-24 Thread Liam Flanagan
Hello, I have a custom action function written in C that is called from a Wix MSI. This custom action runs successfully on Windows 7 (32-bit & 64-bit), Vista (32-bit & 64-bit) and Windows XP 64-bit however appears to simply not run on Windows XP 32-bit. The underlying issue here was that co

Re: [WiX-users] Custom Action not running

2010-07-20 Thread Thode, Katelyn
: [WiX-users] Custom Action not running Deferred custom actions can only access the following "properties": CustomActionData, ProductCode, and UserSID, except for commit actions that cannot access ProductCode either. You could add this: and then change your MsiGetProperty calls t

Re: [WiX-users] Custom Action not running

2010-07-19 Thread Blair Murri
ta" instead of INSTALLDIR. . > From: katelyn.th...@guidancesoftware.com > To: wix-users@lists.sourceforge.net > Date: Mon, 19 Jul 2010 16:35:02 -0400 > Subject: Re: [WiX-users] Custom Action not running > > The only access I make into the actual installation sessio

Re: [WiX-users] Custom Action not running

2010-07-19 Thread Thode, Katelyn
rred action not allowed to access this? -Original Message- From: Blair [mailto:os...@live.com] Sent: Monday, July 19, 2010 3:26 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Custom Action not running Then your custom action is l

Re: [WiX-users] Custom Action not running

2010-07-19 Thread Blair
om] Sent: Monday, July 19, 2010 11:35 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom Action not running Thanks for the responses. I have set the custom action to the following: NOT Installed In Orca, in the CustomAc

Re: [WiX-users] Custom Action not running

2010-07-19 Thread Thode, Katelyn
ilson, Phil [mailto:phil.wil...@invensys.com] Sent: Friday, July 16, 2010 3:48 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom Action not running The underlying issue is likely to be that UAC systems run impersonated custom actions without elevation, ev

Re: [WiX-users] Custom Action not running

2010-07-16 Thread Wilson, Phil
Phil Wilson -Original Message- From: Blair [mailto:os...@live.com] Sent: Friday, July 16, 2010 10:28 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Custom Action not running For starters, the action must be scheduled between Instal

Re: [WiX-users] Custom Action not running

2010-07-16 Thread Blair
iginal Message- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: Friday, July 16, 2010 8:50 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom Action not running I did look at DifxApp, but for this particular application, I feel it would be best

Re: [WiX-users] Custom Action not running

2010-07-16 Thread Thode, Katelyn
ssary privilege to install drivers? -Original Message- From: Blair [mailto:os...@live.com] Sent: Friday, July 16, 2010 10:40 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Custom Action not running Not sure what your logging problem

Re: [WiX-users] Custom Action not running

2010-07-16 Thread Blair
AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom Action not running I am in the process of testing my installer on different operating systems. The installer was created using 32-bit XP. Everything works as expected and the Custom Action is run. The exit dialog states that the

[WiX-users] Custom Action not running

2010-07-16 Thread Thode, Katelyn
I am in the process of testing my installer on different operating systems. The installer was created using 32-bit XP. Everything works as expected and the Custom Action is run. The exit dialog states that the application has been installed. When I try running the installer on 32-bit Vista,