X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=packaging%2Fwindows%2Fsubsurface.nsi;h=17b734f1747637df59e36c79b981d77814a01195;hb=0d879f8fbedde8a9e401e7a75c3db4b628b3fe23;hp=8595c419bf29361cf48e32c85d24f8fd8f92b748;hpb=28d4075746c6120b56231dc58564a2353cc88a6a;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