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
- :
- how to run .msi in a installscript project?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 31, 2009
07:09 PM
how to run .msi in a installscript project?
Hi all,
I'm working on a installscript project. In this project i wanna call a .msi setup file which is built by visual studio. How could i do this??
Welcome any help and suggestion!
I'm working on a installscript project. In this project i wanna call a .msi setup file which is built by visual studio. How could i do this??
Welcome any help and suggestion!
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 31, 2009
07:35 PM
now my problem is how to control when to run that .msi file. After built, installer run the .msi file first, but i want to run it at the end of all process.
how could i do it??
how could i do it??
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 31, 2009
09:08 PM
fixed!! because i put two setup.exe in the destination folder. How stupid!