windows installer - How to make wix bundle delay starting of execution of a MSiPackage for the completion of an ExePackage -


in wix bundle have 2 exepackages , msipackage. need start installation of msipackage after complete execution of exepackage.

how can make delay in msipackage execution in order achieve this? there other way in chain element?

installshield setups (such setup.exe) fire off child process install, setup.exe process terminates install still running.

according documentation here:

http://helpnet.flexerasoftware.com/installshield19helplib/helplibrary/ihelpsetup_execmdline.htm

there couple of choices, /sms , /w try those.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -