Virgil Balibanu wrote:

I need to run some custom actions on uninstall but the custom actions need to know the parameters that I've given the msiexec command when I installed the application. How can I do this with wix? I kept trying msiexec /x ... with the exact same syntax as when installing the application. The only solution that comes to my mind is to place the values in the registry. Would that be the best solution or is there some other way of doing it?


Yes, that's the easiest approach. You need to persist any properties you need during repair or uninstall.

--
sig://boB
http://bobs.org

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