How to remove Settings when uninstalling
Posted
by configurator
on Stack Overflow
See other posts from Stack Overflow
or by configurator
Published on 2010-04-23T13:29:52Z
Indexed on
2010/04/23
13:33 UTC
Read the original article
Hit count: 330
My program is installed with a Visual Studio Setup project. The program, when run, creates a user.config file in its default location since I'm using Settings. When uninsalling, how do I get the uninstaller to remove that user.config file?
Also, how do I cause the uninstaller to remove a folder in %AppData%?
© Stack Overflow or respective owner