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
- :
- Multiple instance installation of same installer
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
‎Feb 14, 2011
03:42 AM
Multiple instance installation of same installer
Hi,
I need to create Installscript MSI project, and it should support multiple instance installation of the same product, where from can I get some sample script in this regard and also from where can I access sample code of install script for reference purpose.
I need to create Installscript MSI project, and it should support multiple instance installation of the same product, where from can I get some sample script in this regard and also from where can I access sample code of install script for reference purpose.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 17, 2011
04:10 PM
Are you trying to install the product multiple times, or allow the end user to run it multiple times? I believe Windows will not allow you to install the exact same package multiple times, so the first option may not be possible. When you launch the installer again, Windows recognizes it is already on the system and goes directly into maintenance mode.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 17, 2011
09:41 PM
MSI supports multiple instance. Here's an example of how to do it with a Basic MSI, the same should apply to InstallScript MSI.
http://blog.deploymentengineering.com/2006/10/multiple-instance-msis-and.html
http://blog.deploymentengineering.com/2008/03/installshield-2009-beta-part-i.html
http://blog.deploymentengineering.com/2006/10/multiple-instance-msis-and.html
http://blog.deploymentengineering.com/2008/03/installshield-2009-beta-part-i.html