
zhe1.5524903543206714E12 asked a question.
How to launch MSI package in Basic MSI project.
I need launch a MSI packages in my installer project.
I have added that msi project in my binary table. then create a custom action and select that packages from binarytable.
In command line I'm using [SystemFolder]msiexec /i "XXXXXX.msi" with synchronous(Ignores exit code) and Immediate execution.
but it seems doesn't work anymore.
anyone who can tell me how to execute that MSI packages during installation progress?
Thanks,
Thunder.