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