I am creating a class library to encapsulate Microsoft.Deployment.WindowsInstaller.Installer.InstallProduct(). This is intended for silent installs with no UI. All options will be passed via command line. I need to capture progress events, so I will call Installer.EnableLog() with InstallLogModes.Progress. Is there something I need to do with Installer.SetExternalUI() so that it can be "invisible" in that there is no UI at all, and just kicks off the installer?
I downloaded the source to WiX 3.8 and see the src/DTF/Samples/EmbeddedUI project, but I'm not clear how to adapt it so that I don't need a XAML (or any) UI. I just want an entry point into my library called Install(msiPath, args). Thanks, Mark ________________________________ CONFIDENTIALITY NOTICE:- The information contained in this email and any document attached hereto is intended only for the named recipient(s). It is the property of Campus Management Corp. and shall not be used, disclosed or reproduced without the express written consent of Campus Management. If you are not the intended recipient or the employee or agent responsible for delivering this message in confidence to the intended recipient(s), you are hereby notified that you have received this transmittal in error, and any review, dissemination, distribution or copying of this email or its attachments is strictly prohibited. If you have received this email in error, please notify the sender immediately by return email or by calling (561) 923-2500. Thank you. ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

