It appears the "config.xml" file is being embedded in your MSI. If that is the case, why not just make it easy to author the RemoveFile entries when the MSI is built. The result will be the same but you don't have a separate declarative file in your MSI.
Note: It doesn't appear your custom action will be running elevated. That means it can only delete files available to the normal user. Maybe that isn't an issue for you. On Wed, Jun 20, 2012 at 2:19 AM, Lazy Jack <[email protected]> wrote: > Somehow I am not satisfied with that I have done in the implementation > given > http://www.csharpque.com/2012/06/wix-custom-action-delete-files-before.html > here > > Is there anyone who can suggest a better implementation... all the > requirement and implementation is written in the page. > > I am not in favor of adding some external applications (Custom Action) > rather take care of it with basic installer... > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Action-delete-file-at-pre-install-need-improvement-suggestion-tp7578961.html > Sent from the wix-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > -- virtually, Rob Mensching - http://RobMensching.com LLC ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

