During my products lifetime there are a lot of files that will have been
created in my applications bin folder, for example .config files. I
currently just remove them at uninstall by having entries in the RemoveFile
table.

I would on occasion like to be able to leave the files behind on uninstall
and I first thought I'd stop using the RemoveFile table and instead delete
the files from a Custom Action (which I could have a condition on).

After Googeling for a while, I found this thread about dynamically
populating a ComboBox. Can I use a similar trick on uninstall (i.e.
deleting one or more entries in the RemoveFile table).

Not 100% sure how the syntax would be, so though I'd ask first in case this
isn't possible.

Regards
Trent
PS
Sorry to those of you that are members of the WiX-devs, didn't notice that
I'd signed up to the wrong group before I posted it there.
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to