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