X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=scripts%2Fbuild%2FNullsoftInstaller.nsi;h=af69ad46e1f216176043a04fd8085af248f0f220;hb=93605206bc40e06446efabc71e155a3216dbb0b9;hp=81d9cf844390bb9bd9159dbbe971b6f6f4b2b4d6;hpb=8cece06596c290d69c1f32b7221c796437f5fabb;p=quassel.git diff --git a/scripts/build/NullsoftInstaller.nsi b/scripts/build/NullsoftInstaller.nsi index 81d9cf84..af69ad46 100644 --- a/scripts/build/NullsoftInstaller.nsi +++ b/scripts/build/NullsoftInstaller.nsi @@ -33,7 +33,6 @@ Var StartMenuFolder !define MUI_STARTMENUPAGE_REGISTRY_KEY "${regkey}" !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "Start Menu Folder" -InstType "Minimal" InstType "Full" ;-------------------------------- @@ -139,7 +138,7 @@ SectionEnd Section "Quassel" QUASSEL_ALL_IN_ONE - SectionIn 1 2 + SectionIn 1 SetOutPath $INSTDIR StrCpy $ToBeRunned "$INSTDIR\quassel.exe" StrCpy $nameOfToBeRunend "Run Quassel" @@ -149,8 +148,8 @@ Section "Quassel" QUASSEL_ALL_IN_ONE !insertmacro MUI_STARTMENU_WRITE_END SectionEnd -Section /o "QuasselClient" QUASSEL_CLIENT - SectionIn 2 +Section "QuasselClient" QUASSEL_CLIENT + SectionIn 1 SetOutPath $INSTDIR ${If} $ToBeRunned == "" StrCpy $ToBeRunned "$INSTDIR\quasselclient.exe" @@ -162,8 +161,8 @@ Section /o "QuasselClient" QUASSEL_CLIENT !insertmacro MUI_STARTMENU_WRITE_END SectionEnd -Section /o "QuasselCore" QUASSEL_CORE - SectionIn 2 +Section "QuasselCore" QUASSEL_CORE + SectionIn 1 SetOutPath $INSTDIR ${If} $ToBeRunned == "" StrCpy $ToBeRunned "$INSTDIR\quasselcore.exe"