Installing multiple instances of the same application
-
Thursday, January 20, 2011 2:43 PM
Hello
I am trying to solve this problem:
I worked in VS 2010. My project type is Setup project. My aim is create .msi package, so that it can be used multiple times at the same machine to install several instances of the same product. But at the computer can be installed only one instance with unique PRODUCT CODE, to install new instance imediately, without change of product code and rebuild od msi package, is impossible. My questions are:
1. Is there any possibility to add some custom action which change PRODUCT CODE in Windows Installer DB during run of the installation?
2. Is there any other possibility to do this?
Thank you.
All Replies
-
Thursday, January 27, 2011 9:27 AMModerator
Hello sorg,
So, your basic question is to install multiple instance, you can find documentation on MSDN: Installing Multiple Instances of Products and Patches.
And those two threads talking about the same topic:- Setup project + Installing multiple instances
(http://social.msdn.microsoft.com/Forums/en/winformssetup/thread/73618054-fa51-4d90-9843-a71a46658ff9)
- Installing Multiple Instances of Project
(http://social.msdn.microsoft.com/forums/en-us/winformssetup/thread/3DB21FC3-C0B4-4098-9B3E-6EEA7CDA7557)
For changing product code, you can refer to : Changing the Product Code
Hope them help.
Helen Zhou [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

- Marked As Answer by Helen ZhouModerator Tuesday, February 01, 2011 6:27 AM
- Setup project + Installing multiple instances
-
Wednesday, February 09, 2011 7:57 AM
Thank you, it helped me.
-
Wednesday, July 13, 2011 1:36 PM
Thank you, it helped me.
hello,
could you explaine how you did the multiple install? please


