This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How to launch MSI package in Basic MSI project.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Apr 06, 2010
04:54 AM
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.
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.
(2) Replies
‎Apr 06, 2010
08:04 AM
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.