Windows 7 Hotfix repository

Discussion in 'Windows 7' started by SoLoR, May 22, 2010.

  1. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
  2. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,516
    720
    60
    #5882 NICK@NUMBER11, Jul 20, 2012
    Last edited by a moderator: Apr 20, 2017
    I think that that will be an issue as its such a big file, its very simple to inject the updates into the install. wim file, just do this...

    First copy the below code into say notpad and save it as inject.cmd.

    Code:
    MD %~dp0MOUNT
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:1 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:2 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:3 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:4 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:5 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    REM Check for errors before closing.
    PAUSE
    Create a folder on your c: drive call it "Update"
    now move the inject.cmd file into it
    Now put all the updates that you want to inject in a new folder called x86
    copy that folder into your update folder
    Now copy your orginal install.wim file into the update folder
    now run the cmd file and go had have a coffee as it will take a while.

    This will update all version of windows 7 within the install.wim.

    But remember that some updates will not allow you to inject, Like Windows6.1-KB2533552. but youcan install this manually or allow windows update to do it for you.

    now if you need 64bit code, here you go...
    Code:
    MD %~dp0MOUNT
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:1 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:2 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:3 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    
    Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:4 /MountDir:%~dp0MOUNT
    Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
    Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit
    If you are using 64bit version, dont forget to change the folder name from x86 to x64! :)
     
  3. digital john

    digital john MDL Senior Member

    Mar 30, 2008
    265
    69
    10
    hi burf,
    will there be windows insteller version 27..soon?
     
  4. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    There will be, once there is something significant to change. If Windows 8 comes out before next patch Tuesday, it will likely to be then, if after then v26e will be out first (wusatisfy stuff).

    V27 will have proper Windows 8 support, that means making wusatisfy separate for Windows 7 and 8 (if it is still necessary with 8), and the ability to use the autoreboot install function (which won't be necessary to use until there are a large number of updates). The autoreboot function is possible with the release preview with a couple of changes in the installer, but have to wait until the final to see if it's still possible. I've only worked on the principle of Windows 8 functionality so far, as Microsoft seems to be trying to disassociate Windows 8 from Windows 7.

    Are there any features or functionality changes you'd like to see in the installer?
     
  5. digital john

    digital john MDL Senior Member

    Mar 30, 2008
    265
    69
    10
    hi burf,
    thanx for the info.
    no new functionality in my mind yet.
    well, as microsoft said the release of windows 8 will be
    in oktober 2012 in europe.
     
  6. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    Windows 8 OEM should be available for download in a couple of weeks, but it won't be officially released until October. The main thing that would stop people using it is activation issues, it seems Windows 8 will be much tougher to circumvent (Microsoft's intention obviously)! Hopefully something as good as Daz's loader will be available sooner rather than later.
     
  7. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    It just needs time... Everything had been hacked in the past. So...
     
  8. Dedek

    Dedek MDL Member

    Nov 30, 2010
    105
    12
    10
    thats far from the main thing
     
  9. ljprg

    ljprg MDL Member

    Dec 27, 2008
    204
    35
    10
    McRip, Repo is offline?
     
  10. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Everything is running fine.
     
  11. Shoonay

    Shoonay MDL Member

    Jan 28, 2010
    127
    136
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    let me see what's going on there.
     
  13. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Be patient, please. Should be visible to you wthin 2 hours or so. Both dns servers are down. I have switched over to different dns servers now. It will take a little while till the root servers get the entries. So be patient.
     
  14. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    In the meantime you may add the following to your hosts file. Leave the IPv6 if you do not use it.

    178.254.3.55 hotfix.cesidian.info
    2001:470:1f0a:2b4::2 hotfix.cesidian.info

    178.254.3.55 hotfix2.cesidian.info
    2001:470:1f0a:2b4::2 hotfix2.cesidian.info

    178.254.3.55 office2010.cesidian.info
    2001:470:1f0a:2b4::2 office2010.cesidian.info

    178.254.3.55 msu.cesidian.info
    2001:470:1f0a:2b4::2 msu.cesidian.info

    178.254.3.55 win8.cesidian.info
    2001:470:1f0a:2b4::2 win8.cesidian.info
     
  15. Shoonay

    Shoonay MDL Member

    Jan 28, 2010
    127
    136
    10
    K, thanks, works for me :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...