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: Nested .msp in Installshield 2010?
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 16, 2011
05:34 PM
Nested .msp in Installshield 2010?
Hello Community.
Is it possible to launch nested .msp packages from custom actions?
Another question: A .msi package consists of a single .msi file, or a .msi file AND cab-files + other files. Is it only possible to launch nested single .msi packages from custom actions? :confused:
Best regards, Ebbe
Is it possible to launch nested .msp packages from custom actions?
Another question: A .msi package consists of a single .msi file, or a .msi file AND cab-files + other files. Is it only possible to launch nested single .msi packages from custom actions? :confused:
Best regards, Ebbe
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 17, 2011
08:47 AM
Windows Installer will not allow more than one Execute Sequence to run at a time. So, you cannot launch an MSI from the Execute Sequence of another MSI. You can from an Install Sequence, but those are a. not elevated, b. skipped for a silent installation, and c. completely contrary to best practices.
I don't know about .msp files, though, sorry.
I don't know about .msp files, though, sorry.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 17, 2011
10:29 AM
Hi.
Thank you for answering. I dont fully understand, are you claiming that nesting .msi's isnt possible? What about this article then?
http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q105706&sliceId=
Or are you saying, that i cannot build my installshield project into a single .msi, when I have nested msi's inside the project ? 🙂
Best regards, Ebbe
Thank you for answering. I dont fully understand, are you claiming that nesting .msi's isnt possible? What about this article then?
http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q105706&sliceId=
Or are you saying, that i cannot build my installshield project into a single .msi, when I have nested msi's inside the project ? 🙂
Best regards, Ebbe
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 17, 2011
10:55 AM
If youre saying that the final .msi does not do silent installation, then I believe that nested .msi is not a solution for me 😞 Too bad.
Then I'll have to develop a .net program, which is called from within the final .msi, and then carrys out calling the included .msi's.
Then I'll have to develop a .net program, which is called from within the final .msi, and then carrys out calling the included .msi's.
