[WiX-users] Invisible Embedded UI for Silent Installs?

2014-04-09 Thread Mark Richman
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 InstallLogMod

[WiX-users] Remote Installation Progress

2014-04-03 Thread Mark Richman
I am installing an MSI on a remote machine via the WMI method Win32_Product.Install. After invoking Install is it possible to get the installation progress via WMI or some other remoting mechanism? I'd like to report the status back up to another application, ultimately displaying a progress ba