Re: [WiX-users] Supporting both Full UI and No UI?

2009-04-10 Thread Heath Stewart
msiexec.exe always returns immediately. Pass the same command to start /wait like so and the command will not return until msiexec.exe completes (and it's always a good idea to love, especially when diagnosing issues): start /wait msiexec.exe /i product.msi /qn /l*vx install.log On Tue, Apr 7,

[WiX-users] Supporting both Full UI and No UI?

2009-04-07 Thread He Shiming
Hi, I built a setup package with customized WixUI . I'm using a custom version of WixUI_InstallDir mode. And I added a few custom actions including: launch app after setup (WixShellExec), execute a command after installfinalize (CustomAction ExeCommand=...), remember program installation