Were all of your previous MSIs issued with the same UpgradeCode?
 
If not, I think you need one <Upgrade> element per UpgradeCode.
 
--
Mike Dimmick


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MacDuff
Sent: 20 September 2006 14:11
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Quick question on upgrade checking

Any one see any issues with my syntax here?

 

I have the ID set to the upgrade ID of the previous MSI pack… again this is working in English but not in any other lang.

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MacDuff
Sent: Tuesday, September 19, 2006 2:26 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Quick question on upgrade checking

 

Our MSI is designed to prompt the user to uninstall a previous version of the product.

 

This function is working for ENGLISH … but not for any other language of the MSI.

 

After reading the docs, I found the “ExcludeLanguages="yes"” flag… so now here is my syntax:

 

    <Upgrade Id="<snip>">

        <UpgradeVersion RemoveFeatures="All" Property="<snip>"  IgnoreRemoveFailure="yes" ExcludeLanguages="yes" />

    </Upgrade>

 

However it’s still not working… anyone got a hint?

 

-Jeff

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to