Hi.

Using V3, I have code similar to the one found in Wix Product.wxs:

<Upgrade Id="3618724B-2523-44F9-A908-866AA619504D">
    <UpgradeVersion Minimum="$(var.WixVersion)" OnlyDetect="yes" 
Property="NEWERVERSIONDETECTED" />
    <UpgradeVersion Minimum="1.0.0.0" IncludeMinimum="yes" 
Maximum="$(var.WixVersion)" IncludeMaximum="no" 
Property="OLDERVERSIONBEINGUPGRADED" />
</Upgrade>

However, when building I get:

Error LGHT0094: Unresolved reference to symbol
'WixAction:InstallExecuteSequence/RemoveExistingProducts' in section 
'Product:{D0B02D6A-6ED6-42A0-BAAD-E62D32579D47}'.

Anyone got a clue? Is  this a bug?

Jarl

-- 
Jarl Friis
Softace ApS
Omøgade 8, 2.sal
2100 København Ø.
Denmark
Phone:  +45 26 13 20 90
E-mail: [EMAIL PROTECTED]
LinkedIn: https://www.linkedin.com/in/jarlfriis


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to