Commit 3c4c5eb3 authored by Anthony Loiseau's avatar Anthony Loiseau Committed by 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: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 599883e0
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment