File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
2
[Setup]
3
3
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
10
10
DefaultDirName = {tmp} \ZSST
11
11
DisableProgramGroupPage = yes
12
12
Uninstallable = no
@@ -16,6 +16,7 @@ DisableReadyPage=yes
16
16
DisableFinishedPage = yes
17
17
ShowLanguageDialog = no
18
18
WizardSmallImageFile = ZSxST.bmp
19
+ PrivilegesRequired = admin
19
20
20
21
21
22
[Languages]
@@ -371,6 +372,10 @@ begin
371
372
begin
372
373
DirCopy (InstallPath + ' \ZendServer\php\7.3\etc' , ExpandConstant(' {tmp}\ZSST_Files\php_7.3_etc' ));
373
374
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 ;
374
379
375
380
DirCopy (InstallPath + ' \ZendServer\gui\config' , ExpandConstant(' {tmp}\ZSST_Files\gui_config' ));
376
381
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ ShutdownBlockReasonUninstallingApp=Uninstalling %1.
323
323
324
324
[CustomMessages]
325
325
326
- NameAndVersion= %1 version %2
326
+ NameAndVersion= %1
327
327
AdditionalIcons= Additional icons:
328
328
CreateDesktopIcon= Create a &desktop icon
329
329
CreateQuickLaunchIcon= Create a &Quick Launch icon
You can’t perform that action at this time.
0 commit comments