Create MSI that doesn't spawn new process
Posted: Tue Mar 05, 2013 6:08 am
I have read in several places that InstallAware produce 100% compliant MSI:s. That's a good thing.
My problem: When using output single MSI I seem to get an installer which immediately spawn a new process and then exits. This makes my setup not so suitable for corporate deployment as it will inevitably make other pending deployments which are next in turn to fail ("another installation is in progress").
How can I produce "a normal msi" that doesn't end its initial process until installation is done?
I have tried Group Policy Wizard, which I understand (from reading in forums) just unpacks the .exe and spawns a new process.
I have tried Project Options -> Build: Build MSI instead of exe (is this the same as GP Wizard?)
I have tried Build -> CD/DVD and tried using the msi created but I guess this is A Bad Idea(tm) since my example setup won't work.
Thanks!
My problem: When using output single MSI I seem to get an installer which immediately spawn a new process and then exits. This makes my setup not so suitable for corporate deployment as it will inevitably make other pending deployments which are next in turn to fail ("another installation is in progress").
How can I produce "a normal msi" that doesn't end its initial process until installation is done?
I have tried Group Policy Wizard, which I understand (from reading in forums) just unpacks the .exe and spawns a new process.
I have tried Project Options -> Build: Build MSI instead of exe (is this the same as GP Wizard?)
I have tried Build -> CD/DVD and tried using the msi created but I guess this is A Bad Idea(tm) since my example setup won't work.
Thanks!