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