]> git.sesse.net Git - vlc/commitdiff
nsis: remove dead uninstaller code
authorLudovic Fauvet <etix@videolan.org>
Wed, 20 Nov 2013 14:36:20 +0000 (15:36 +0100)
committerLudovic Fauvet <etix@videolan.org>
Wed, 20 Nov 2013 16:19:11 +0000 (17:19 +0100)
extras/package/win32/NSIS/vlc.win32.nsi.in

index 50bc75e0a1a5ae70e01939574794886a2a6e0327..a5f232b20d7ab542d02505b90283d8413f8c968b 100644 (file)
@@ -601,18 +601,6 @@ UAC_Success:
   !include "languages\brazilian_portuguese.nsh"
   EndLanguageCmp:
 
-  ;;ReadRegStr $R0  ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" \
-  ;;"UninstallString"
-  ;;StrCmp $R0 "" finished
-
-  ;;MessageBox MB_YESNO|MB_ICONEXCLAMATION $Message_AlreadyInstalled /SD IDNO IDNO finished
-
-  ;Run the uninstaller
-  ;uninst:
-    ClearErrors
-    ExecWait '$R0 _?=$INSTDIR' ;Do not copy the uninstaller to a temp file
-  finished:
-
 FunctionEnd
 
 ;;; Page to upgrade / downgrade or customize the installation