Re: [WiX-users] Execute Sequence In "Change" Mode

2011-05-25 Thread Bradley Ward
nter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me From: Bradley Ward To: "Wix-Users List (wix-users@lists.sourceforge.net)" Sent: Wednesday, May 25, 2011 4:49 PM Subject: [WiX-users] Execute Sequence

[WiX-users] Execute Sequence In "Change" Mode

2011-05-25 Thread Bradley Ward
As I understand it, the sequence in which actions are executed is determined by the rows in the InstallExecuteSequence installer database table and will proceed in ascending order based on the value of the Sequence column, of course depending on whether or not the Boolean expression in the Condi

Re: [WiX-users] How To Run Custom Action During Install But Not During Uninstall

2011-05-24 Thread Bradley Ward
Rob On 23/05/2011 20:44, Bradley Ward wrote: > OK, I figured my particular case out. > > The condition you want to use is simply "NOT Installed". > > Example: > > NOT > Installed > > In this example, the MyCustomAction action will be run during the >

Re: [WiX-users] How To Run Custom Action During Install But Not During Uninstall

2011-05-23 Thread Bradley Ward
al Message----- From: Bradley Ward [mailto:bradley.w...@turnpoint-solutions.com] Sent: Monday, May 23, 2011 3:32 PM To: Wix-Users List (wix-users@lists.sourceforge.net) Subject: [WiX-users] How To Run Custom Action During Install But Not During Uninstall Is there a good FAQ anywhere? It is so frustrat

[WiX-users] How To Run Custom Action During Install But Not During Uninstall

2011-05-23 Thread Bradley Ward
Is there a good FAQ anywhere? It is so frustrating trying to figure out how to do things that zillions of others must be doing all the time... In my case, I just want to run a custom action at install time. I have the custom action running just fine at install time now, but it also gets run when

Re: [WiX-users] WiX Dialog For Windows Service Account and Password?

2011-05-20 Thread Bradley Ward
Yes, that link was very helpful. I had the dialog up and running in my installer in no time. The link again is: http://www.geekproject.com/showtopic.aspx?ID=94 -Original Message- From: Bradley Ward [mailto:bradley.w...@turnpoint-solutions.com] Sent: Friday, May 20, 2011 4:41 PM To

Re: [WiX-users] WiX Dialog For Windows Service Account and Password?

2011-05-20 Thread Bradley Ward
ssage- From: Bradley Ward [mailto:bradley.w...@turnpoint-solutions.com] Sent: Friday, May 20, 2011 4:37 PM To: Wix-Users List (wix-users@lists.sourceforge.net) Subject: [WiX-users] WiX Dialog For Windows Service Account and Password? Does anyone happen to know where I could pick up a WiX dialo

[WiX-users] WiX Dialog For Windows Service Account and Password?

2011-05-20 Thread Bradley Ward
Does anyone happen to know where I could pick up a WiX dialog for soliciting the Account and Password values used to install a Windows Service? I figure this MUST be a pretty common thing to do (allow the user to specify the account/password the service is to run under) in an installer that inst

Re: [WiX-users] How To Remove Typical Button On Choose Setup Type Dialog

2011-05-20 Thread Bradley Ward
d in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Bradley Ward [mailto:bradley.w...@turnpoint-solutions.com] Sent: 18 May 2011 21:19 To: Wix-Users List (wix-users@lists.sourceforge.net) Sub

[WiX-users] How To Remove Typical Button On Choose Setup Type Dialog

2011-05-18 Thread Bradley Ward
Newbie here... Is there a way that I can remove the "Typical" button from the Choose Setup Type dialog? I would like to just offer the "Custom" and the "Complete" buttons. It would also be nice to control the order so the "Complete" button is above the "Custom" button. I have made a local cop