In the log:

MSI (s) (9C:6C) [11:09:51:218]: Doing action: RemoveExistingProducts
MSI (s) (9C:6C) [11:09:51:218]: Note: 1: 2205 2:  3: ActionText 
Action 11:09:51: RemoveExistingProducts. Removing applications
Action start 11:09:51: RemoveExistingProducts.
MSI (s) (9C:6C) [11:09:51:228]: Note: 1: 2205 2:  3: Error 
MSI (s) (9C:6C) [11:09:51:228]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 22 
MSI (s) (9C:6C) [11:09:51:228]: Note: 1: 2205 2:  3: Error 
MSI (s) (9C:6C) [11:09:51:228]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 23 
MSI (s) (9C:6C) [11:09:51:228]: Note: 1: 2205 2:  3: Error 
MSI (s) (9C:6C) [11:09:51:228]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 16 
MSI (s) (9C:6C) [11:09:51:228]: Note: 1: 2205 2:  3: Error 
MSI (s) (9C:6C) [11:09:51:228]: Note: 1: 2228 2:  3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 21 
Action ended 11:09:51: RemoveExistingProducts. Return value 1.

Where can I find out what the errors mean?

Not sure what you mean about getting the info.  Is there some way to dump
this from the msi file?

Any ideas as to why the value might be wrong.  As I said in the first post,
this comes right from the help entry on how to do a major upgrade, and I
think I followed it correctly.  And the only thing I change after the first
install is the values I mentioned (for example, I don't touch the upgrade
code).

-----Original Message-----
From: wallywojo [mailto:wallyw...@gmail.com] 
Sent: Friday, April 30, 2010 1:26 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Double entries in Add/Remove programs


yeah, findrelatedproducts is before removeexistingproducts.

In the log, what do you have related to RemoveExistingProducts? This is a
side issue, the main issue is that the property associated with the Upgrade
entry has no value which means it is not finding a match. Sometimes for this
I will create a really simple vbscript file to check for the presence using
the info to get a quick test if your information is accurate like the
upgrade code and the version range.
-- 
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Double-entries
-in-Add-Remove-programs-tp4987063p4987704.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to