Remove files when uninstalling

Hi, my application creates an XML file that holds information about user (name, password).  How can make my application remove this file when it is uninstalled   Thanks in advance.

chino


Answer this question

Remove files when uninstalling

  • Mitch0820

    You can add these files to your CAB. You don't have to add real files to the CAB, dummies with the same name will do. Alternatively, you can delete them from setup DLL.



  • Remove files when uninstalling