- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Advanced suite package
- 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
Hi,
I have added basic msi project file as an package in an advanced suite project and the installation is successfull.
But in the control panel i could see the two copies of application. (advanced suite & basic msi)
The basic msi is found in the path 'appdata\temp\{product ID}'
How can i remove the basic msi file or how to install a single copy(advanced suite)
pls help?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @vlexdev,
To install a single copy(advanced suite), you can specify the MSI command line parameter (ARPSYSTEMCOMPONENT=1) for the msi package. more information on the ARPSYSTEMCOMPONENT=1 can be found at the below link
https://docs.microsoft.com/en-us/windows/win32/msi/arpsystemcomponent
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @vlexdev,
To install a single copy(advanced suite), you can specify the MSI command line parameter (ARPSYSTEMCOMPONENT=1) for the msi package. more information on the ARPSYSTEMCOMPONENT=1 can be found at the below link
https://docs.microsoft.com/en-us/windows/win32/msi/arpsystemcomponent