]> git.sesse.net Git - vlc/commitdiff
win32/nsis: small misc Windows installer script cleanup
authorAnthony Loiseau <anthony.loiseau@gmail.com>
Tue, 26 May 2009 22:33:44 +0000 (00:33 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 2 Jul 2009 08:35:15 +0000 (10:35 +0200)
This commit does not add functional changes.
It mainly fix whitespaces and insignificantly alter behavior
when debugging.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
extras/package/win32/vlc.win32.nsi.in

index c805ee0d46e30f53d8976aac609cd2de6f1fd75a..24f57656798de292dcd017c0515551cf0dedc8c2 100644 (file)
@@ -40,8 +40,6 @@ SetCompressor lzma
 SetCompressor /SOLID lzma
 !endif
 
-;ShowInstDetails show
-;ShowUnInstDetails show
 SetOverwrite ifnewer
 CRCCheck on
 BrandingText "${PRODUCT_GROUP} ${PRODUCT_NAME}"
@@ -399,7 +397,7 @@ FunctionEnd
 ; The CORE of the    ;
 ; installer          ;
 ;;;;;;;;;;;;;;;;;;;;;;
-  
+
 Section $Name_Section01 SEC01
   SectionIn 1 2 3 RO
   SetShellVarContext all
@@ -891,7 +889,7 @@ SectionEnd
 
 Function un.onInit
   !insertmacro MUI_UNGETLANGUAGE
-  
+
   !include "languages\english.nsh"
   StrCmp $LANGUAGE ${LANG_FRENCH} French 0
   StrCmp $LANGUAGE ${LANG_ITALIAN} Italian 0
@@ -941,5 +939,5 @@ Function un.onInit
   Brazilian:
   !include "languages\brazilian_portuguese.nsh"
   EndLanguageCmp:
-  
+
 FunctionEnd