marktext/resources/windows/installer.nsh
2018-06-15 12:51:37 +08:00

6 lines
198 B
Plaintext

!macro customUnInstall
MessageBox MB_YESNO "Do you want to delete user settings?" /SD IDNO IDNO SkipRemoval
SetShellVarContext current
RMDir /r "$APPDATA\marktext"
SkipRemoval:
!macroend