X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.nsi;h=62130eeb3b5b8f136345ff854e957fbe384b03e8;hb=b2971ed49d2cfe5128190ec1d5d8c0fa239f0004;hp=8f71c66de57b10e451b2f2cb3d2a762137740742;hpb=d4b623902be4baad9db777843f29e26cb5508e3a;p=citadel.git diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index 8f71c66de..62130eeb3 100644 --- a/citadel/citadel.nsi +++ b/citadel/citadel.nsi @@ -3,8 +3,8 @@ ; Get NSIS at http://www.nullsoft.com/ !include "${NSISDIR}\Contrib\Modern UI\System.nsh" -!define MUI_PRODUCT "Citadel/UX" -!define MUI_VERSION "6.20" +!define MUI_PRODUCT "Citadel" +!define MUI_VERSION "7.11" !define MUI_WELCOMEPAGE !define MUI_LICENSEPAGE !define MUI_COMPONENTSPAGE @@ -18,16 +18,16 @@ ;!define MUI_ICON "${NSISDIR}\Contrib\Icons\modern-install.ico" ;!define MUI_UNICON "${NSISDIR}\Contrib\Icons\modern-uninstall.ico" -OutFile "citadel-6.07.exe" +OutFile "citadel-7.11.exe" BGGradient off -LangString DESC_Citadel ${LANG_ENGLISH} "Citadel/UX client and core libraries (required)" -LangString DESC_CitadelServer ${LANG_ENGLISH} "Citadel/UX server" -LangString DESC_CitadelUtils ${LANG_ENGLISH} "Citadel/UX utilities" +LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)" +LangString DESC_CitadelServer ${LANG_ENGLISH} "Citadel server" +LangString DESC_CitadelUtils ${LANG_ENGLISH} "Citadel utilities" SetCompress auto SetDatablockOptimize on -BrandingText "Citadel/UX " +BrandingText "Citadel " CRCCheck force AutoCloseWindow true ShowInstDetails hide @@ -40,7 +40,7 @@ InstallDir "$PROGRAMFILES\Citadel" InstallDirRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Citadel\Citadel\CurrentVersion" "InstallDir" DirShow show -Section "Citadel/UX Client and core libraries (required)" Citadel ; (default section) +Section "Citadel Client and core libraries (required)" Citadel ; (default section) SetShellVarContext all SetOutPath "$INSTDIR" File C:\cygwin\home\error\cvs\citadel\citadel.exe @@ -65,7 +65,7 @@ WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninst WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Citadel\Citadel\CurrentVersion" "InstallDir" "$INSTDIR" SectionEnd ; end of default section -Section "Citadel/UX Server" CitadelServer +Section "Citadel Server" CitadelServer SetOutPath "$INSTDIR" File C:\cygwin\home\error\cvs\citadel\citserver.exe File C:\cygwin\bin\cygz.dll @@ -88,7 +88,7 @@ CreateShortcut "$SMPROGRAMS\Citadel\Citadel Documentation.lnk" \ WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices" "Citadel" "$INSTDIR\citserver.exe -x9 -tcitadel-debug.txt" SectionEnd -Section "Citadel/UX Utilities" CitadelUtils +Section "Citadel Utilities" CitadelUtils SetOutPath $INSTDIR File C:\cygwin\home\error\cvs\citadel\aidepost.exe File C:\cygwin\home\error\cvs\citadel\citmail.exe