Skip to content

Commit 9f8fbd2

Browse files
committed
Updating ST for Windows to Zend Server 2020
1 parent 6b20677 commit 9f8fbd2

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

ZSST_Win/ZSST.iss

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
[Setup]
33
SetupIconFile=zsst.ico
4-
AppName=Zend Server 2019.0 Support Tool
5-
VersionInfoVersion=2019.0.0.0
6-
VersionInfoDescription=Zend Server 2019.0 Support Tool (Eight)
7-
AppVersion=2019.0
8-
AppPublisher=Rogue Wave Software, Ltd.
9-
AppPublisherURL=http://support.roguewave.com
4+
AppName=Zend Server 2020.0 Support Tool
5+
VersionInfoVersion=2020.0.0.0
6+
VersionInfoDescription=Zend Server 2020.0 Support Tool (Eight)
7+
AppVersion=2020.0
8+
AppPublisher=Perforce Software
9+
AppPublisherURL=https://techsupport.roguewave.com
1010
DefaultDirName={tmp}\ZSST
1111
DisableProgramGroupPage=yes
1212
Uninstallable=no
@@ -16,6 +16,7 @@ DisableReadyPage=yes
1616
DisableFinishedPage=yes
1717
ShowLanguageDialog=no
1818
WizardSmallImageFile=ZSxST.bmp
19+
PrivilegesRequired=admin
1920

2021

2122
[Languages]
@@ -371,6 +372,10 @@ begin
371372
begin
372373
DirCopy (InstallPath + '\ZendServer\php\7.3\etc', ExpandConstant('{tmp}\ZSST_Files\php_7.3_etc'));
373374
end;
375+
if (DirExists (InstallPath + '\ZendServer\php\7.4\etc')) then
376+
begin
377+
DirCopy (InstallPath + '\ZendServer\php\7.4\etc', ExpandConstant('{tmp}\ZSST_Files\php_7.4_etc'));
378+
end;
374379
375380
DirCopy (InstallPath + '\ZendServer\gui\config', ExpandConstant('{tmp}\ZSST_Files\gui_config'));
376381

ZSST_Win/ZSxST.isl

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ ShutdownBlockReasonUninstallingApp=Uninstalling %1.
323323

324324
[CustomMessages]
325325

326-
NameAndVersion=%1 version %2
326+
NameAndVersion=%1
327327
AdditionalIcons=Additional icons:
328328
CreateDesktopIcon=Create a &desktop icon
329329
CreateQuickLaunchIcon=Create a &Quick Launch icon

0 commit comments

Comments
 (0)