Skip to content

Commit 6ac6010

Browse files
committed
Fixed Zulu URL and installation
1 parent 4cba79e commit 6ac6010

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

windows/developer_platform_installer.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -990,8 +990,8 @@ begin
990990
if CurStep = ssInstall then
991991
begin
992992
// Install Zulu JDK
993-
//ShellExec('', 'msiexec', ExpandConstant('/i {tmp}\zulu1.8.0_60-8.9.0.4-win64.msi INSTALLDIR="{app}\zulu-8" /passive /norestart'),
994-
// '', SW_SHOW, ewWaitUntilTerminated, ErrorCode);
993+
ShellExec('', 'msiexec', ExpandConstant('/i {tmp}\zulu1.8.0_60-8.9.0.4-win64.msi INSTALLDIR="{app}\zulu-8" /passive /norestart'),
994+
'', SW_SHOW, ewWaitUntilTerminated, ErrorCode);
995995
996996
// Extract the install config and batch file for JBDS
997997
ExtractTemporaryFile('InstallConfigRecord.xml');
@@ -1131,7 +1131,7 @@ begin
11311131
11321132
// Zulu
11331133
idpSetOption('Referer', 'http://www.azulsystems.com/products/zulu/downloads');
1134-
idpAddFile('http://cdn.azulsystems.com/zulu/2015-07-8.8-bin/zulu1.8.0_51-8.8.0.3-win64.msi', ExpandConstant('{tmp}\zulu1.8.0_51-8.8.0.3-win64.msi'));
1134+
idpAddFile('http://cdn.azulsystems.com/zulu/bin/zulu1.8.0_60-8.9.0.4-win64.msi', ExpandConstant('{tmp}\zulu1.8.0_60-8.9.0.4-win64.msi'));
11351135
//idpAddFile('http://192.168.1.114/~shane/zulu1.8.0_60-8.9.0.4-win64.msi', ExpandConstant('{tmp}\zulu1.8.0_60-8.9.0.4-win64.msi'));
11361136
11371137
// JBDS - JBoss Developer Studio

0 commit comments

Comments
 (0)