Skip to content

Commit

Permalink
Fixed Zulu URL and installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Nov 9, 2015
1 parent 4cba79e commit 6ac6010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions windows/developer_platform_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -990,8 +990,8 @@ begin
if CurStep = ssInstall then
begin
// Install Zulu JDK
//ShellExec('', 'msiexec', ExpandConstant('/i {tmp}\zulu1.8.0_60-8.9.0.4-win64.msi INSTALLDIR="{app}\zulu-8" /passive /norestart'),
// '', SW_SHOW, ewWaitUntilTerminated, ErrorCode);
ShellExec('', 'msiexec', ExpandConstant('/i {tmp}\zulu1.8.0_60-8.9.0.4-win64.msi INSTALLDIR="{app}\zulu-8" /passive /norestart'),
'', SW_SHOW, ewWaitUntilTerminated, ErrorCode);
// Extract the install config and batch file for JBDS
ExtractTemporaryFile('InstallConfigRecord.xml');
Expand Down Expand Up @@ -1131,7 +1131,7 @@ begin
// Zulu
idpSetOption('Referer', 'http://www.azulsystems.com/products/zulu/downloads');
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'));
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'));
//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'));
// JBDS - JBoss Developer Studio
Expand Down

0 comments on commit 6ac6010

Please sign in to comment.