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
- :
- Basic MSI -- run script before prerequisites?
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
Nov 06, 2007
02:39 PM
Basic MSI -- run script before prerequisites?
I have a bit of code in a script I would like to run before the prerequisites are installed. I do not see a way to do this? Is it possible with Basic MSI?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 07, 2007
04:08 PM
Not at this time, no. If you can wrap your installation that uses prerequisites inside another project (probably an InstallScript one) then there are ways to have a similar effect. However I'd tend to consider this hacky at best.