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: Installscript MSI (Traditional Style) And Sequences
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Dec 14, 2009
04:07 PM
Installscript MSI (Traditional Style) And Sequences
This article leads me to believe that for a "Traditional Style" Installscript MSI project only the Installation UI sequence is run:
http://documentation.installshield.com/robo/projects/installshield15helplib/ISMSIExternalVsEmbedded.htm
I thought I read somewhere that the Execute sequence is run as well. If so when?
http://documentation.installshield.com/robo/projects/installshield15helplib/ISMSIExternalVsEmbedded.htm
I thought I read somewhere that the Execute sequence is run as well. If so when?
(2) Replies
‎Dec 14, 2009
04:17 PM
The execute sequence is run implicitly as a part of step 5 from the script engine calling the MsiInstallProduct API (this occurs after the OnGeneratedMsiScript event is called).