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

Re: [WiX-users] Custom Action not running

2010-07-20 Thread Thode, Katelyn
o retrieve "CustomActionData" 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 ac

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
Not sure what your logging problem would be, but I suspect that your custom action does not have the necessary privilege to install drivers. Have you looked at DifxApp? -Original Message- From: Thode, Katelyn [mailto:katelyn.th...@guidancesoftware.com] Sent: Friday, July 16, 2010 8:17 AM