Delete application files on uninstall #6497
-
|
Hello, My app creates some files in the As is, this does not seem to work, at least on Windows. Is there a way to make this work? Deleting app data seems a standard procedure for me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
My best guess is that the WIX installer isn't configured to do that. This however can be fairly easily taken care of with the new NSIS based installer. I haven't tried it myself yet so can't tell you exactly how, just offer the comfort that there is a way of doing it 😅 |
Beta Was this translation helpful? Give feedback.
My best guess is that the WIX installer isn't configured to do that. This however can be fairly easily taken care of with the new NSIS based installer. I haven't tried it myself yet so can't tell you exactly how, just offer the comfort that there is a way of doing it 😅