Modifying resources should be tied to Components. _____________________________________________________________ Short replies here. Complete answers over there: http://www.firegiant.com/
-----Original Message----- From: Nir Bar [mailto:[email protected]] Sent: Monday, March 23, 2015 11:17 AM To: [email protected] Subject: Re: [WiX-users] Prevent run of Custom action if product is installed. You can also use msiext <http://dblock.github.io/msiext/> extension that has a DeleteFiles element. It should be conditioned like you would a custom action, unlike RemoveFolderEx which is conditioned by default by it's containing component's action. ----- Nir Bar Freelance Developer Mail: [email protected] Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX & InstallShield -- ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

