Jump to content

Thiersee

Ultimate Sponsor
  • Posts

    2,075
  • Joined

  • Last visited

  • Days Won

    65

Posts posted by Thiersee

  1. On 19.10.2017 at 1:58 AM, mooms said:

    Now, it's different, so, because I know the files needed are big (several MB) I have added a function that will delete all files smaller than 1000000 bytes (~ 10MB) in the extraction folder:

    
    :Clean_temp_files
    for %%F IN (.\JRE_TMP_EX\*.*) do  (if %%~zF lss 1000000 del %%F)

    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)

    Quote

    Der Befehl "get" ist falsch geschrieben oder konnte nicht gefunden werden

    The command "get" is misspelled or could not be found

     

  2. 30 minutes ago, pennsylvaniaron said:

    ... I am using ricktendo's 7_23_17 repack. Is there a later one with the updates built-in?

    ...

    Not from ricktend (yet).

    You can try this one:

    Netfx47_Slim (for EN you need only the first!): https://www.win-unattended.de/app.php/dlext/?view=detail&df_id=92

    Not yet tested by me.

  3. 1 hour ago, pennsylvaniaron said:

    .... if you are saying I need 4041083 it did not DL with oct. convenience files. I also do not see 4043766.

    ....

    Again:

    it is NOT for Windows, it's for NET-FW!

    You'll never get it with the ULs in convenience-files, only KB4019990 & KB4040980!

    Either you download KB4041083 (actually it's KB4040973) in WU and install it or you take a NET-FW-Repack, having those Updates built in.

    After that you get the request for KB4043766.

  4. 8 hours ago, pennsylvaniaron said:

    40.1mb

    regards...

    This is the part for NET-FW 4.7!

    KB4041083 (september) is a rollup and contains a part for NET-FW 3.5.1 (KB4040980), a part for NET-FW 4.5 (not of interest), a part for NET-FW 4.7 (KB4040973) and, last but not least, KB4019990.

    If one of this parts is missing you get the request for KB4041083, but with the size of the missing part.

    With KB4043766 (october) is the same story, only the part for NET-FW 4.7 is KB4043764.

    So you need to install KB4041083 and after that you'll be requested for KB4043766.

  5. 1 hour ago, mooms said:

    Hi Thiersee,

    I'm not sure to understand what you mean.

    I haven't changed anything in the colors since some versions, they cycle with each questions to show it's a different one.

    Sorry mooms, you're right!

    I don't know, where I had my brain...:blush:!

  6. On 9/30/2017 at 5:10 PM, pennsylvaniaron said:

    I know this is off topic. I was charged $10 yesterday to my CC. Has something to do with Wincert. The seller's name is  Nikica M. It also might be a recurring charge, possibly every year. Before I dispute this does anyone recognize what it could be? I don't believe we pay to be a member of Wincert.

    regards...

     

    May be you signed in to Multipass, after Wincert has been sold to heidoc.net.

    Send a PM to NIM and ask him: he's Nikica M ;).

×
×
  • Create New...