installer - C# WIX Uninstall Permanent File? -
installer - C# WIX Uninstall Permanent File? -
i using custom action during install write text file install directory. when uninstall, file not removed nor corresponding install directory. else uninstalled properly.
i understand reason wix cannot uninstall file using uninstaller, i'm wondering what's best way phone call "clean up" action on uninstall in can manually delete directory/file?
you include removefile element in whatever component text file closely associated. when component uninstalled, text file deleted well.
<removefile id="cleanuplogfile" on="uninstall" name="log.txt"/>
c# installer wix
Comments
Post a Comment