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
- :
- Problem when rerunning setup.exe
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Dec 04, 2007
01:36 AM
Problem when rerunning setup.exe
Hi,
I am using InstallShield 2008 install script MSI project.when reruning setup.exe , it is uninstalling the previous installation.I want to override the previous installation.
Is there any way to do override the installed package by rerunning setup.exe?
I want to rerun setup.exe of same build means package code is same when rerunning setup.exe.
Regards
Ayyapunaresh
I am using InstallShield 2008 install script MSI project.when reruning setup.exe , it is uninstalling the previous installation.I want to override the previous installation.
Is there any way to do override the installed package by rerunning setup.exe?
I want to rerun setup.exe of same build means package code is same when rerunning setup.exe.
Regards
Ayyapunaresh
(2) Replies
‎Dec 05, 2007
04:04 AM
If we rebuild the package,I think created setup may have different package code. I want to rerun setup.exe of same build.
For Devstudio i did reruning of setup.exe by using MSI Command Line Arguments as
"REINSTALL=ALL REINSTALLMODE=vaums NOTADDREMOVE=1",For InstallShield 2008 project is not working properly by using those MSI Command Line Arguments also.
For InstallShield 2008 rerunning giving "error-1605 : This action only valid for the products that are currently installed" .
For Devstudio i did reruning of setup.exe by using MSI Command Line Arguments as
"REINSTALL=ALL REINSTALLMODE=vaums NOTADDREMOVE=1",For InstallShield 2008 project is not working properly by using those MSI Command Line Arguments also.
For InstallShield 2008 rerunning giving "error-1605 : This action only valid for the products that are currently installed" .