Re: [WiX-users] Double entries in Add/Remove programs

2010-04-30 Thread wallywojo
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 cre

Re: [WiX-users] Double entries in Add/Remove programs

2010-04-30 Thread wallywojo
Hi Dan to point out here that might get you in the right direction. If you are trying a launch condition based on a product lookup you cannot use FindRelatedProducts since that happens after the LaunchConditions action. -- View this message in context: http://windows-installer-xml-wix-toolset.68

Re: [WiX-users] Could WiX warn about this?

2010-04-30 Thread wallywojo
may not need anything additional, I am pretty sure that a Full MSI validation would report this. Have you tried to validate the built MSI? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Could-WiX-warn-about-this-tp4986969p4986987.html Sent from the

Re: [WiX-users] LGHT0048: The document element name "Wix" is invalid

2010-04-30 Thread wallywojo
thanks Jim, yeah missed a small step with my custom dialogs. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/LGHT0048-The-document-element-name-Wix-is-invalid-tp4986792p4986860.html Sent from the wix-users mailing list archive at Nabble.com. --

[WiX-users] LGHT0048: The document element name "Wix" is invalid

2010-04-30 Thread wallywojo
I searched and found a few matches with no replies. Can anyone assist when building with this E:\Users\\Documents\WiX Projects\DSMail\DSMail>light -o "Mail Test.msi " -ext WixUIExtension Product.wixobj SecuritySettings.wxs EncryptionSettings.wxs DLHServerSettings.wxs DigitalSafeConfigSettings.wx

Re: [WiX-users] Major Upgrade: How to do major upgrade for the currect product and a previous product?

2009-08-27 Thread wallywojo
First, since you really have to consider at this point you have two differing products due to the change in the product, upgrade, and package codes, you will need multiple entries for the upgrade table to address your situation, each with a differing version range and each with its own independent

Re: [WiX-users] Where to get more WiX knowledge

2009-08-27 Thread wallywojo
Hello, I think the information you are seeking would be found in the MSI Help Library which can be freely obtained through the Platform SDK from MS. Here, try this: http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en SDK Choose the Windo