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
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
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
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
4 matches
Mail list logo