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
- :
- Kick off install after uninstall
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Sep 29, 2008
04:14 PM
Kick off install after uninstall
I have an install that has two options if it is already installed: Upgrade and uninstall -- I changed SdWelcomeMaint dialog. I have the upgrade run the uninstall but then the user has to start setup.exe again to launch the install part. I would like this to be automated so that it automatically does the equivalent.
Any help would be greatly appreciated.
Steve
Any help would be greatly appreciated.
Steve
(4) Replies
‎Sep 29, 2008
11:03 PM
Can you provide additional information?
1. what kind of upgrade is it?
2. "I have the upgrade run the uninstall" - After the uninstall, should this upgrade start the same appl. or a different one?
3. Are the versions defferent?
1. what kind of upgrade is it?
2. "I have the upgrade run the uninstall" - After the uninstall, should this upgrade start the same appl. or a different one?
3. Are the versions defferent?
‎Sep 30, 2008
05:36 AM
Thanks for the reply.
It is an upgrade of the same product just newer verison. Not sure if that answers your "what kind of upgrade is it". Once the uninstall (as part of the upgrade) finishes I want to kick off the same setup.exe. And yes it is a newer version of the install/product being installed.
Steve
It is an upgrade of the same product just newer verison. Not sure if that answers your "what kind of upgrade is it". Once the uninstall (as part of the upgrade) finishes I want to kick off the same setup.exe. And yes it is a newer version of the install/product being installed.
Steve
‎Sep 30, 2008
08:20 AM
SAHorowitz wrote:
I have the upgrade run the uninstall but then the user has to start setup.exe again to launch the install part.
Hi Steve,
Hope Major Upgrade would do what you want (uninstalling the previous version and installing the current version).
Y cant you go for Major Upgrade?
‎Sep 30, 2008
01:33 PM
I am not to familar with the concept but am reading about it. It implies it only works on Windows Installer installs -- mine is an InstallScript Project. Is it still an option?