- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: While installing the installer, it automatically uninstalls the already installed application
- 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
While installing the installer, it automatically uninstalls the already installed application.
i.e., both the installers are built by InstallShield Spring 2012.
1. Installed one application (Say ABC) and it is running fine. I closed it
2. Now i tried to install the second application (XYZ).
3. Here the first installed product (ABC) will gets uninstalled automatically and then installs the second one (XYZ)
**Note: Here vice versa is not happening. i.e., if XYZ is installed first and later ABC is installed then both are working fine.
Can anyone please guide me in solving the problem. Thanks in advance
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
This sounds suspiciously like Major Upgrade behaviour.
Are these 2 products related? Do you have any upgrade items in your project?
If you want them to be both be installed as completely stand alone applications then make sure of the following:
- They have different Upgrade Code
- They have different Product Code
- They have different Package Code
- They have different Component GUIDs
- They are not installing to the same directories
- They have a different Product Name
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
This sounds suspiciously like Major Upgrade behaviour.
Are these 2 products related? Do you have any upgrade items in your project?
If you want them to be both be installed as completely stand alone applications then make sure of the following:
- They have different Upgrade Code
- They have different Product Code
- They have different Package Code
- They have different Component GUIDs
- They are not installing to the same directories
- They have a different Product Name
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content