Hello,

(I'm using WiX 2.0)

While the documentation says that there can be "(min: 0, max: unbounded)"
RemoveExistingProducts under the InstallExecuteSequence element, if you try
it, you get a "Duplicate symbol
'Actions:InstallExecuteSequence/RemoveExistingProducts' found." error
compiling.

What I'd like to have is my install do a complete uninstall of any version
3.XXX product, with a <RemoveExistingProducts Before='InstallValidate'> and
for any version 4.XXX (less than current) installed a
<RemoveExistingProducts After='InstallFinalize'>

I'm not too sharp on the installer technology, but it looks that it might be
possible reading the MSI documentation.

Is what I'm trying to do possible? Thank you very much in advance.

John
Wintellect - Know How
http://www.wintellect.com
877-968-5528 



-------------------------------------------------------------------------
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