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
- :
- Difference between install types
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 10, 2008
10:51 AM
Difference between install types
I am just getting into creating installs. My business is still using InstallShield 6.1 pro, but we are evaluating 2009 for its Vista capabilities.
Can someone explain to me (noob) the differences between MSI, InstallScript, and InstallScript MSI please?
I can't seem to find any good documentation on the acresso site, or could someone give me a link?
Thanks
Can someone explain to me (noob) the differences between MSI, InstallScript, and InstallScript MSI please?
I can't seem to find any good documentation on the acresso site, or could someone give me a link?
Thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 10, 2008
01:23 PM
Basic MSI projects build an MSI package that is run by the Windows Installer engine (which is a service included built into Windows). InstallScript projects are equivalent to what you are building in Pro 6.x and use the InstallShield InstallScript engine to run the installation. InstallScript MSI projects are a combination of the two engines, with the InstallScript engine driving the installation and user interface, and Windows Installer performing file transfer.
Either Basic MSI or pure InstallScript projects are recommended depending upon your requirements (InstallScript MSI projects are generally not recommended due to the additional complexity and overhead introduced by the two install engines working in one installation). You can find more information in the following article:
Determining Which Installation Project Is Right for You
Either Basic MSI or pure InstallScript projects are recommended depending upon your requirements (InstallScript MSI projects are generally not recommended due to the additional complexity and overhead introduced by the two install engines working in one installation). You can find more information in the following article:
Determining Which Installation Project Is Right for You