marktext/static/windows/installer.nsh

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