X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=vlc.win32.nsi.in;h=59aaedd3c05f57fc2692f04675c05b2a28cb817c;hb=9a707e07cc83388899ea0658f578bc4286e1e480;hp=b94d0ffa9e9de282bb0ed6ca3732d2725fe115b5;hpb=1420a0f3835c3d1e6d89445e0a814a8bb5aae279;p=vlc diff --git a/vlc.win32.nsi.in b/vlc.win32.nsi.in index b94d0ffa9e..59aaedd3c0 100644 --- a/vlc.win32.nsi.in +++ b/vlc.win32.nsi.in @@ -33,9 +33,9 @@ SetCompressor /SOLID lzma SetOverwrite ifnewer CRCCheck on +InstType "Recommended" InstType "Minimum" InstType "Full" -InstType "Recommended" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; NSIS Modern User Interface configuration ; @@ -197,7 +197,7 @@ FunctionEnd !macro RegisterExtensionSection EXT Section /o ${EXT} - SectionIn 2 3 + SectionIn 1 3 Push $R0 StrCpy $R0 ${EXT} Call RegisterExtension @@ -238,7 +238,7 @@ FunctionEnd ;;;;;;;;;;;;;;;;;;;;;;;;;; !macro delprefs - SectionIn 2 3 + SectionIn 1 3 StrCpy $0 0 !define Index 'Line${__LINE__}' "${Index}-Loop:" @@ -260,7 +260,7 @@ FunctionEnd Var UninstallLog !macro OpenUninstallLog - FileOpen $UninstallLog "$INSTDIR\uninstall.log" w + FileOpen $UninstallLog "$INSTDIR\uninstall.log" a FileSeek $UninstallLog 0 END !macroend @@ -414,7 +414,7 @@ Section "Desktop Shortcut" SEC02b SectionEnd Section /o "Mozilla plugin" SEC03 - SectionIn 2 3 + SectionIn 1 3 !insertmacro OpenUninstallLog !insertmacro InstallFolder mozilla @@ -458,7 +458,7 @@ Section /o "Mozilla plugin" SEC03 SectionEnd Section /o "ActiveX plugin" SEC04 - SectionIn 2 3 + SectionIn 1 3 SetOutPath "$INSTDIR" !insertmacro OpenUninstallLog !insertmacro InstallFile activex\axvlc.dll @@ -467,7 +467,7 @@ Section /o "ActiveX plugin" SEC04 SectionEnd Section /o "Context Menus" SEC05 - SectionIn 2 + SectionIn 3 !insertmacro MacroAllExtensions AddContextMenu !insertmacro AddContextMenu "Directory" SectionEnd @@ -684,7 +684,7 @@ Section "Uninstall" SEC91 SectionEnd Section /o "un.Delete preferences and cache" SEC92 - SectionIn 2 3 + SectionIn 1 3 !insertmacro delprefs SectionEnd