Re: [WiX-users] Start service based on user choice.

2009-09-18 Thread Lewis99
wish to use the UI during minor upgrades/patches (and/or otherwise >> use the property to change your initial setting) you will need to make >> the >> TyrellForwarderServiceStart component Transitive. You should test whether >> you need to add some other keypath to that com

[WiX-users] Start service based on user choice.

2009-09-17 Thread Lewis99
Can someone tell me the best way to conditionally determine whether a service is started based on user input. I have added a checkbox 'Start Service' to the VerifyReadyDialog and want to use that selection to condition whether the service is started or not. My ServiceControl element looks like th

[WiX-users] Access to the session object when using an ExternalUI handler

2009-05-07 Thread Lewis99
I am attempting to run installations from a test application. I am processing the installer messages using an External UI Handler in the external application and running the UI in silent mode. I would like access to the session object during the installation and can't see a way to do this using

[WiX-users] Access to the session object when using an ExternalUI handler

2009-05-07 Thread Lewis99
public class MSITestManager { private IntPtr parent; private Session fSession; public event ActionStartEventHandler CustomActionStarted; public delegate void ActionStartEventHandler(object sender, ActionStartEventArgs e); public void RunInstall(string PathToMSI, string Co