From 9f8fbd23b51195a27570068f29b5c5b55e2cc584 Mon Sep 17 00:00:00 2001 From: Roman Basayev Date: Mon, 29 Jun 2020 11:08:58 +0200 Subject: [PATCH] Updating ST for Windows to Zend Server 2020 --- ZSST_Win/ZSST.iss | 17 +++++++++++------ ZSST_Win/ZSxST.isl | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/ZSST_Win/ZSST.iss b/ZSST_Win/ZSST.iss index c9b6157..3486f96 100644 --- a/ZSST_Win/ZSST.iss +++ b/ZSST_Win/ZSST.iss @@ -1,12 +1,12 @@ [Setup] SetupIconFile=zsst.ico -AppName=Zend Server 2019.0 Support Tool -VersionInfoVersion=2019.0.0.0 -VersionInfoDescription=Zend Server 2019.0 Support Tool (Eight) -AppVersion=2019.0 -AppPublisher=Rogue Wave Software, Ltd. -AppPublisherURL=http://support.roguewave.com +AppName=Zend Server 2020.0 Support Tool +VersionInfoVersion=2020.0.0.0 +VersionInfoDescription=Zend Server 2020.0 Support Tool (Eight) +AppVersion=2020.0 +AppPublisher=Perforce Software +AppPublisherURL=https://techsupport.roguewave.com DefaultDirName={tmp}\ZSST DisableProgramGroupPage=yes Uninstallable=no @@ -16,6 +16,7 @@ DisableReadyPage=yes DisableFinishedPage=yes ShowLanguageDialog=no WizardSmallImageFile=ZSxST.bmp +PrivilegesRequired=admin [Languages] @@ -371,6 +372,10 @@ begin begin DirCopy (InstallPath + '\ZendServer\php\7.3\etc', ExpandConstant('{tmp}\ZSST_Files\php_7.3_etc')); end; + if (DirExists (InstallPath + '\ZendServer\php\7.4\etc')) then + begin + DirCopy (InstallPath + '\ZendServer\php\7.4\etc', ExpandConstant('{tmp}\ZSST_Files\php_7.4_etc')); + end; DirCopy (InstallPath + '\ZendServer\gui\config', ExpandConstant('{tmp}\ZSST_Files\gui_config')); diff --git a/ZSST_Win/ZSxST.isl b/ZSST_Win/ZSxST.isl index 626574f..dcef07d 100755 --- a/ZSST_Win/ZSxST.isl +++ b/ZSST_Win/ZSxST.isl @@ -323,7 +323,7 @@ ShutdownBlockReasonUninstallingApp=Uninstalling %1. [CustomMessages] -NameAndVersion=%1 version %2 +NameAndVersion=%1 AdditionalIcons=Additional icons: CreateDesktopIcon=Create a &desktop icon CreateQuickLaunchIcon=Create a &Quick Launch icon