We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: latest
Target: nsis
I would like to do some cleanup on uninstall in the customUninstall macro, but atm I cannot differentiate between uninstall or auto-update uninstall.
The text was updated successfully, but these errors were encountered:
505a63d
Thanks
Sorry, something went wrong.
How to use?
@exprodrigues Where do you want to use it?
I was trying to differentiate the uninstall/update in the customUnInit macro. It worked as follows:
customUnInit
!macro customUnInit ${GetParameters} $R0 ${GetOptions} $R0 "--update" $R1 ${If} ${Errors} # Custom commands on uninstall ${endIf} !macroend
Successfully merging a pull request may close this issue.
Version: latest
Target: nsis
I would like to do some cleanup on uninstall in the customUninstall macro, but atm I cannot differentiate between uninstall or auto-update uninstall.
The text was updated successfully, but these errors were encountered: