[vlc-devel] commit: win32/nsis: small misc Windows installer script cleanup ( Anthony Loiseau )
git version control
git at videolan.org
Thu Jul 2 10:35:39 CEST 2009
vlc | branch: master | Anthony Loiseau <anthony.loiseau at gmail.com> | Wed May 27 00:33:44 2009 +0200| [3c4c5eb3af2cf3165e950c8678eccbfe3184397b] | committer: Jean-Baptiste Kempf
win32/nsis: small misc Windows installer script cleanup
This commit does not add functional changes.
It mainly fix whitespaces and insignificantly alter behavior
when debugging.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c4c5eb3af2cf3165e950c8678eccbfe3184397b
---
extras/package/win32/vlc.win32.nsi.in | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index c805ee0..24f5765 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -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
More information about the vlc-devel
mailing list