[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