X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=packaging%2Fwindows%2Fsubsurface.nsi;fp=packaging%2Fwindows%2Fsubsurface.nsi;h=17b734f1747637df59e36c79b981d77814a01195;hb=904f1ad4c56b8987d2efd9f2efdd9951bf9e8eab;hp=8595c419bf29361cf48e32c85d24f8fd8f92b748;hpb=5076397df043fb51a776a677fc771fb1a72e6496;p=ext%2Fsubsurface.git diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index 8595c41..17b734f 100644 --- a/packaging/windows/subsurface.nsi +++ b/packaging/windows/subsurface.nsi @@ -85,5 +85,8 @@ section "uninstall" delete "$SMPROGRAMS\subsurface\uninstall-subsurface.lnk" delete "$SMPROGRAMS\subsurface\subsurface.lnk" RMDir "$SMPROGRAMS\subsurface" -sectionEnd + MessageBox MB_YESNO "Do you wish to store subsurface's settings?" IDYES end + DeleteRegKey HKCU "SOFTWARE\subsurface" + end: +sectionEnd