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
- :
- Another version of this product is already insatlled
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Mar 19, 2015
01:51 PM
Another version of this product is already insatlled
I have my product installed on several computers, and was able to upgrade from version 1.00.001 to version 1.00.010 without any problems.
I have created a total of 10 setup.exe (from .001 to .010) and never had a problem with installing them.
I made no changes to the Upgrade Code, and ONLY modify the Version number and Max Version each time I create a new setup.exe
I am creating a new setup.exe with version 1.00.011, and ran into this problem when trying to install it on top of 1.00.010.
NOTE: I can install it on top of my 1.00.008, 1.00.009 version BUT NOT on 1.00.10 - Why?
Is there a limit to the Version numbers? Can anyone suggest a fix or workaround to this problem?
Many thanks in advance.
========
I have created a total of 10 setup.exe (from .001 to .010) and never had a problem with installing them.
I made no changes to the Upgrade Code, and ONLY modify the Version number and Max Version each time I create a new setup.exe
I am creating a new setup.exe with version 1.00.011, and ran into this problem when trying to install it on top of 1.00.010.
NOTE: I can install it on top of my 1.00.008, 1.00.009 version BUT NOT on 1.00.10 - Why?
Is there a limit to the Version numbers? Can anyone suggest a fix or workaround to this problem?
Many thanks in advance.
========
(5) Replies
‎Mar 20, 2015
10:42 AM
I set the "Create MSI Logs" to "Yes", recreated the setup.exe and ran it as shown here:
Setup.exe /Verbose"C:\temp\install.log"
but nothing was logged, and the "Another version of this product is already installed ..."
dialog popped up again.
Can you suggest a proper way to capture the log before the popup - Thanks so much.
Setup.exe /Verbose"C:\temp\install.log"
but nothing was logged, and the "Another version of this product is already installed ..."
dialog popped up again.
Can you suggest a proper way to capture the log before the popup - Thanks so much.
‎Mar 20, 2015
11:19 AM
If this is a basic msi install with a setup.exe wrapper, then the command line should be:
Setup.exe /v"/l*v \"c:\My Log Files\test.log\""
See the following: http://helpnet.installshield.com/isxhelp17/IHelpSetup_EXECmdLine.htm
Setup.exe /v"/l*v \"c:\My Log Files\test.log\""
See the following: http://helpnet.installshield.com/isxhelp17/IHelpSetup_EXECmdLine.htm