[vlc-commits] nsis: remove dead uninstaller code
Ludovic Fauvet
git at videolan.org
Wed Nov 20 17:22:25 CET 2013
vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Nov 20 15:36:20 2013 +0100| [b3880e9af0da523ce10238831da18fc27bb5581c] | committer: Ludovic Fauvet
nsis: remove dead uninstaller code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b3880e9af0da523ce10238831da18fc27bb5581c
---
extras/package/win32/NSIS/vlc.win32.nsi.in | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/extras/package/win32/NSIS/vlc.win32.nsi.in b/extras/package/win32/NSIS/vlc.win32.nsi.in
index 50bc75e..a5f232b 100644
--- a/extras/package/win32/NSIS/vlc.win32.nsi.in
+++ b/extras/package/win32/NSIS/vlc.win32.nsi.in
@@ -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
More information about the vlc-commits
mailing list