Thanks Nick,
I ran a verbose log and noticed:

> MSI (c) (6C:C4) [12:04:44:624]: FindRelatedProducts: current install is 
> per-user.  Related install for product '{PRODUCT-GUID }' is per-machine.  
> Skipping...
> Action ended 12:04:44: FindRelatedProducts. Return value 1.

I had removed:
 <Product ... InstallScope="perMachine" ... />
when upgrading versions.

I did not realize that upgrade matching included the InstallScope Property of 
Product.

I can still install per-user using <UIRef Id="WixUI_Advanced" />, so this 
property does not seem to affect the selection of PerMachine or PerUser, so I 
have put it back in. Upgrade now works again.

Thanks,
Sheldon


-----Original Message-----
From: Nick Ramirez [mailto:nickra...@hotmail.com] 
Sent: Friday, November 02, 2012 12:18 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Major Upgrade not working after changes to UIRef

Does the install log show that it is detecting the old version? 

At one point I thought that I had to schedule InstallExecute after 
RemoveExistingProducts, but last I tried it that didn't seem to be the case.

Is it possible to switch to use the new MajorUpgrade element? It seems to make 
life easier.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Major-Upgrade-not-working-after-changes-to-UIRef-tp7581724p7581725.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center 
Diagnose problems and improve visibility into emerging IT issues Automate, 
monitor and manage. Do more in less time with Central 
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to