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: Wrapping MSI
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
‎Sep 03, 2014
07:10 AM
Wrapping MSI
I'm working on an installer that will have to wrap/embed an existing .MSI file.
Is this possible with the limited edition or do I need to purchase a license for pro/premium?
Is this possible with the limited edition or do I need to purchase a license for pro/premium?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 03, 2014
04:05 PM
You probably will need to purchase Pro or Premier to do this.
You could include your existing msi as a file in your project, then build a compressed setup. This isn't the same as wrapping the msi of course, and I don't think the limited edition would give you the ability to run that msi during the installation of your main msi. This is known as a nested msi and is generally not recommended anyway.
In Pro/Premier there are several ways you could do this. In particular, the suite/advanced UI project type might be of particular interest to you
(http://helpnet.flexerasoftware.com/installshield21helplib/installshield21helplib.htm#StartTopic=helplibrary/SuiteProjects.htm)
you have the option of converting an msi to an InstallShield project (.ism) file. You can then build a compressed exe from the newly created project. You could also use the Installscript project type to build an installscript wrapper.
I hope this helps.
You could include your existing msi as a file in your project, then build a compressed setup. This isn't the same as wrapping the msi of course, and I don't think the limited edition would give you the ability to run that msi during the installation of your main msi. This is known as a nested msi and is generally not recommended anyway.
In Pro/Premier there are several ways you could do this. In particular, the suite/advanced UI project type might be of particular interest to you
(http://helpnet.flexerasoftware.com/installshield21helplib/installshield21helplib.htm#StartTopic=helplibrary/SuiteProjects.htm)
you have the option of converting an msi to an InstallShield project (.ism) file. You can then build a compressed exe from the newly created project. You could also use the Installscript project type to build an installscript wrapper.
I hope this helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 04, 2014
01:28 AM
jlynch11 wrote:
you have the option of converting an msi to an InstallShield project (.ism) file. You can then build a compressed exe from the newly created project. You could also use the Installscript project type to build an installscript wrapper.
This requires a Pro/Premium license?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 04, 2014
03:13 PM
Yes, correct. These articles discuss how you would do it:
Open MSI/MSM Wizard: http://helpnet.flexerasoftware.com/installshield21helplib/installshield21helplib.htm#StartTopic=helplibrary/IHelpConvertMSIPkgIDERef.htm
Creating an InstallScript Wrapper: https://flexeracommunity.force.com/customer/articles/en_US/HOWTO/Q212514
I hope this helps.
Open MSI/MSM Wizard: http://helpnet.flexerasoftware.com/installshield21helplib/installshield21helplib.htm#StartTopic=helplibrary/IHelpConvertMSIPkgIDERef.htm
Creating an InstallScript Wrapper: https://flexeracommunity.force.com/customer/articles/en_US/HOWTO/Q212514
I hope this helps.