
timstspry asked a question.
More Major Upgrade Issues
Hi all, I have an InstallScriptMSI project in which I am going to apply a Major Upgrade to an existing product. I have authored the Major Upgrade to completely uninstall the previous version before installing the Major Upgrade, but this is not happening.
Not sure why the previous version is not being uninstalled. I know this is not much to go on, but any advice would be appreciated!
Tim
Check the ALLUSERS property is the same, i had this problem with a major upgrade in 2010 SP1.
Run the setup from the command line:
setup /V"/L*v C:\everything.log"
and search for 'related' in the log file
Tim
Any suggestions would be appreciated!
Tim