cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
thunder
Level 5

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.
Labels (1)
0 Kudos
(2) Replies
KathyMorey
Level 10

Where are you placing the custom action? You cannot execute an MSI from the Execute sequence of another MSI; Windows Installer won't allow that.
0 Kudos
thunder
Level 5

I add that custom action in next button.
0 Kudos