Update your Win 7 installation media

Page 24 of 144 FirstFirst ... 14222324252634124 ... LastLast

  1. Posts : 7,351
    Windows 7 HP 64
       #231

    After the boot.wim is updated you copy boot.wim as WimRE.wim to replace the WimRE.wim on Windows\System32\Recovery, correct?

    That is something I haven't think. The recovery WimRE.wim must also has the updated drivers. Very good.
      My Computers


  2. Posts : 16,163
    7 X64
    Thread Starter
       #232

    After the boot.wim is updated you copy boot.wim as WimRE.wim to replace the WimRE.wim on Windows\System32\Recovery, correct?
    Image 2 of updated boot.wim is used to create the new winre.wim.

    I could possibly offer the option to create boot.wim and winre.wim with extra functions, such as explorer, diskmgmt, etc. - similar to my own boot media. But that would make them larger.
      My Computers


  3. Posts : 16,163
    7 X64
    Thread Starter
       #233

    If you use simplix:

    Also supports integration: SmartFix , DirectX , .NET Framework , Visual C ++ . Addon files should be placed in the same folder as UpdatePack7R2. (Place the add-on files next to 7update.cmd before running the cmd file)
    Info
    It is recommended that the resident antivirus monitor be unloaded from memory while the kit is running.
    Last edited by SIW2; 13 Apr 2019 at 23:59.
      My Computers


  4. Posts : 16,163
    7 X64
    Thread Starter
       #234
      My Computers


  5. Posts : 16,163
    7 X64
    Thread Starter
       #235

    Integrating updates and Net Frame 4.8 and VC runtimes:

    Update your Win 7 installation media-addon-nf48-etc-external.jpg

    Install.wim is larger,of course. The add-ons integrate very quickly.
      My Computers


  6. Posts : 7,351
    Windows 7 HP 64
       #236

    SIW2, need your help.
    I'm doing a small sub routine to check install.wim size (attached)
    I have a big Install.wim file (5.7G) that I compare with Fat32 limit size (4G)
    If I compare Install.wim file with 400M it gives me a correct result that is bigger.
    If I compare Install.wim file with 4G it gives me a incorrect result that is smaller.

    Can you help me?
    Attached Thumbnails Attached Thumbnails Update your Win 7 installation media-size_y.jpg   Update your Win 7 installation media-size_n.jpg  
    Update your Win 7 installation media Attached Files
      My Computers


  7. Posts : 16,163
    7 X64
    Thread Starter
       #237

    4000000000 is too big for cmd to cope with - cannot process numbers larger than 2147483647

    You can add extra non numeric characters e.g. $ to get around it:

    Code:
    @echo off
    setlocal
    set n1=5711961982
    set n2=4000000000
    if $%n1%$ gtr $%n2%$ echo $%n1%$ is greater than $%n2%$
    if $%n1%$ lss $%n2%$ echo $%n1%$ is less than $%n2%$
    pause
    That will return:
    $5711961982$ is greater than $4000000000$

    It is weird - if you put those extra characters, then it processes as a string, and sorts correctly.

    I don't know why there is that limitation on numbers.
    Last edited by SIW2; 17 Apr 2019 at 10:15.
      My Computers


  8. Posts : 7,351
    Windows 7 HP 64
       #238

    SIW2 said:
    4000000000 is too big for cmd to cope with - cannot process numbers larger than 2147483647

    You can add extra non numeric characters e.g. $ to get around it:

    Code:
    @echo off
    setlocal
    set n1=5711961982
    set n2=4000000000
    if $%n1%$ gtr $%n2%$ echo $%n1%$ is greater than $%n2%$
    if $%n1%$ lss $%n2%$ echo $%n1%$ is less than $%n2%$
    pause
    That will return:
    $5711961982$ is greater than $4000000000$

    It is weird - if you put those extra characters, then it processes as a string, and sorts correctly.

    I don't know why there is that limitation on numbers.
    It is more strange as it finds and set size= to the correct number value.
    Thanks
      My Computers


  9. Posts : 16,163
    7 X64
    Thread Starter
       #239

    v22c on first post. Temp is now the mount folder in 7updater parent directory. Have changed messages for clarity.
    Also an extra cmd file if you want to d/l latest dism for use by 7updater.cmd
      My Computers


  10. Posts : 7,351
    Windows 7 HP 64
       #240

    On most PLC you have a different limit for integer and real numbers. On a CMD environment, numbers are treated as integer or as real?
      My Computers


 
Page 24 of 144 FirstFirst ... 14222324252634124 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:50.
Find Us