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
- :
- Chained MSI sequence
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
‎May 25, 2010
10:10 AM
Chained MSI sequence
Hello,
Chained .msi packages are installed after the parent install.
Is there a way to run chained packages installation before parent installation (or in the custom place in the sequence) ?
Regards!
Chained .msi packages are installed after the parent install.
Is there a way to run chained packages installation before parent installation (or in the custom place in the sequence) ?
Regards!
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 25, 2010
10:27 AM
No, there's not. A setup.exe bootstrap can run installations before your main installer, and we support a non-chained version of this with either Setup or Feature Prerequisites. A custom bootstrap could do similarly with MSI chaining, but neither approach can do so at arbitrary places in the sequences.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 26, 2010
01:47 AM
Hi,
What do you mean by "A custom bootstrap could do similarly with MSI chaining(...)". Can I do it in InstallShield?
Regards!
What do you mean by "A custom bootstrap could do similarly with MSI chaining(...)". Can I do it in InstallShield?
Regards!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 26, 2010
05:31 PM
You can create the .msi packages with InstallShield, but in order to run the transaction from the bootstrap, you would need to create the launcher yourself. Our chaining solution runs from the MSI instead.
