-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSIS Uninstall Script? #528
Comments
Fixed, will be deleted: |
And this will be done only on uninstall? Or also on reinstall (of the same version) It should of course never happen when installing a newer version. I suppose only on uninstall would be best. |
Yes, only on uninstall. |
I'am testing on Windows 7 x86, nsis uninstaller doesn't remove "C:\Users\MyName\AppData\Roaming\My App Id" with Local storage and other files. Is it possible to remove it automatically on uninstallation? |
Yes, app data is not removed. Do you want compile flag (I.e. Produce installer that will delete by default) or runtime option (ask user)? |
"Produce installer that will delete by default" - will be nice for my task. Because when user uninstall application, and install it again later, application can't understand that this is first run (to realise custom logic), because old data in place. |
@artpol What about auto updates? |
During the auto-update, delete data should not be. We are talking only about the manual removal of the application, If it is possible to distinguish between them. |
Is it possible to have uninstallation instructions? How does that work? I need to delete a directory (roaming/App Name) on uninstallation.
The text was updated successfully, but these errors were encountered: