Skip to content

Commit

Permalink
Updating ST for Windows to Zend Server 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
RBasayev committed Jun 29, 2020
1 parent 6b20677 commit 9f8fbd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions ZSST_Win/ZSST.iss
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,6 +16,7 @@ DisableReadyPage=yes
DisableFinishedPage=yes
ShowLanguageDialog=no
WizardSmallImageFile=ZSxST.bmp
PrivilegesRequired=admin


[Languages]
Expand Down Expand Up @@ -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'));
Expand Down
2 changes: 1 addition & 1 deletion ZSST_Win/ZSxST.isl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f8fbd2

Please sign in to comment.