> After a lot of advice from this group, I implemented some functionality where 
> I 

> encrpyt part of a file that is installed. I do this with a deferred custom 
> action.
> 

> Now it won't uninstall. If I remove the custom action then it uninstalls.

That's not surprising. When you modify a file (with no version info), MSI 
considers that a user file and will not remove it.

> How do I rollback this action? If a full rollback will remove the file then I 
> could get away with the uninstall actually not doing anything with the file 
> i.e. 
> I would not want an "undo" on encryption!


<RemoveFile> element (with the 'On' attribute set to 'uninstall') should do it.

Dave

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to