Hi mooms,
this is 1MB, not 10 .
I tried this with the script:
1) In "bin" missing files copied from maker 3.5
2) Uncommented all lines with "::"
3) "Hard-coded" the Bundled-Id from the links in Boskorp's post
:Get_Java_x86
get the latest BundleId
for /f "usebackq delims=>= tokens=4" %%i in (`.\bin\curl %JAVA_URL%^|findstr /c:"Download Java software for Windows Offline"`) do (
set BundleID=227984
)
%ARIA% %JAVA_DL_URL%=%BundleId%
goto :eof
:Get_Java_x64
get the latest BundleId
for /f "usebackq delims=>= tokens=4" %%i in (`.\bin\curl %JAVA_URL%^|findstr /c:"Download Java software for Windows (64-bit)"`) do (
set BundleID=227983
)
The script downloads both the x86 & x64-files and generates an installer, but at the beginning of the run (cmd window) it outputs an error (it seems without effects)