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
- :
- Multiple upgrade dialogs spawned from Update.exe
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Aug 25, 2009
04:38 PM
Multiple upgrade dialogs spawned from Update.exe
I am using Installshield 2010 premier edition and have encountered a very odd problem.
I used a Quickpatch project to create a patch to update 4 files from a previous Basic MSI install. When I run the update.exe it brings up the standard dialog for patches. However when I click the "Update" button it spawns another copy of the opening dialog, if I cancel the dialog it cancels the patch, but if I hit the "update" button again on the new dialog it spawns another dialog. This process repeats at least 10 times before I quit trying to see if there was a finite number of loops.
Has anyone else seen this behavior or have an idea as to what could be causing it?
I used a Quickpatch project to create a patch to update 4 files from a previous Basic MSI install. When I run the update.exe it brings up the standard dialog for patches. However when I click the "Update" button it spawns another copy of the opening dialog, if I cancel the dialog it cancels the patch, but if I hit the "update" button again on the new dialog it spawns another dialog. This process repeats at least 10 times before I quit trying to see if there was a finite number of loops.
Has anyone else seen this behavior or have an idea as to what could be causing it?
(1) Reply
Aug 26, 2009
12:05 PM
ok,
I found what is causing this problem. Somehow in the original MSI package that was sent out the REINSTALLMODE got set to "emus" using the command line to execute the update.exe and providing a reinstallmode of omus applies the patch correctly.
Is there a way to change this value with a quickpatch project short of passing it on the command line or using a batch file to execute it with the correct settings?
I found what is causing this problem. Somehow in the original MSI package that was sent out the REINSTALLMODE got set to "emus" using the command line to execute the update.exe and providing a reinstallmode of omus applies the patch correctly.
Is there a way to change this value with a quickpatch project short of passing it on the command line or using a batch file to execute it with the correct settings?