Re: [WiX-users] Custom Action error Handling in Wix 3.7

2014-03-18 Thread Alan Smith
> > Hi Alan, > > Can you post the error message that you see in the log? > > --Pavan > > -Original Message- > From: Alan Smith [mailto:the_red_baro...@hotmail.com] > Sent: Tuesday, March 18, 2014 4:56 PM > To: wix-users@lists.sourceforge.net > Subject:

[WiX-users] Custom Action error Handling in Wix 3.7

2014-03-18 Thread Alan Smith
I think this is an issue with how I am implementing my custom action, but I am looking for some assistance with an issue I have encountered. I have built a number of C# (.NET 4) Custom Actions which all reside in a single DLL file. I am able to call all of these actions successfully and the pro

[WiX-users] Wix 3.6 - Custom actions not executing in InstallUISequence when called from PushButton control

2012-12-23 Thread Alan Smith
I am currently trying to get a series of custom actions to execute off a Dialog 'Next' PushButton control in the InstallUISequence in order to display them in the fields of a following UI dialog. I have confirmed that all my custom actions are set to execute immediately. (not deferred) When I r

[WiX-users] wix3.5 - Set directory name via ui dialog property

2012-02-05 Thread Alan Smith
From: the_red_baro...@hotmail.com To: wix-users@lists.sourceforge.net Subject: wix3.5 - Set directory name via ui dialog property Date: Tue, 31 Jan 2012 02:51:28 + Hi, I'm quite new to WiX and am currently trying to author a package with a series of Features. Part of this is the creation o