Windows 7 Hotfix repository

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

  1. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,066
    30
    KUC for Win7 and W8.1 updated.
     
  2. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    Could someone tell me the scripts used to integrate drivers to ISO and hotfix in "GDR"?

    Thanks
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,213
    90,814
    340
    Come again?

    drivers you main the standard .inf drivers? or the system's drivers in some updates packages?
     
  4. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    For drivers, I used the command (in a command prompt)

    Dism /Image:C:\M7W\Mount /Add-Driver /Driver:C:\M7W\Drivers\asmthub3.inf
    Dism /Image:C:\M7W\Mount /Add-Driver /Driver:C:\M7W\Drivers\asmtxhci.inf

    But I would like a script to "automate" (offline) without having to move every time the files in the folder M7W, etc ...

    For hotfixes in "GDR" (for Windows6.1-KB2685811-x64 and Windows6.1-KB2685813-x64), I'don't find the script that I had kept

    Thanks so much
     
  5. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    #9005 tomorrow, Jan 26, 2014
    Last edited by a moderator: Apr 20, 2017
  6. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    For driver, it's only for USB3 in boot.wim (with Windows 7)
     
  7. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Well i also had to add intel chipset drivers because just usb 3.0 driver was not enough.
     
  8. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    #9008 ricktendo64, Jan 26, 2014
    Last edited by a moderator: Apr 20, 2017
    This will scan and integrate ALL drivers in a folder/sub-folders

    Code:
    dism /Image:D:\mount /Add-Driver /Driver:<path_to_root_drivers_folder> /recurse
    Just point to a folder (does not do sub-folders) and it will integrate ALL MSU/CAB updates into your image

    Code:
    dism /Image:D:\mount /Add-Package /PackagePath:<path_to_root_updates_folder>
     
  9. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Also if you have unsigned drivers then add /ForceUnsigned flag.
     
  10. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    What updates (if any) superseded these two?

    KB2813347 (RDP v7 not v8)
    KB2701894 (ntprint)
     
  11. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,947
    612
    60
    Someone will have a script to integrate (offline) the hotfix "GDR"
    I can not find

    Thanks
     
  12. parapher

    parapher MDL Senior Member

    Nov 6, 2012
    323
    248
    10
    #9013 parapher, Jan 27, 2014
    Last edited by a moderator: Apr 20, 2017
  13. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Yes the drivers just have to be in $WinPEDrivers$ folder. Doesent matter if they are in subfolders there. Only matters that they are properly extracted (obvious).
    $WinPEDrivers$ folder itself has to be on DVD/USB root. Pretty simple if you ask me. The drivers are then scanned and installed during windows setup. I should note that depending on the number if drivers it does increase the install time. For example i have about 600MB worth of drivers there and it increased the install time by about 3-4 minutes.

    I also use $OEM$ folder that needs to be placed in: Sources folder in DVD/USB. The great thing about that is that i can mirror windows file structure and let windows replace system files during installation. For example fonts, themes, user account pictures, setup scripts and even Windows Update database that has my previous view settings (unnessesary things already hidden).
     
  14. parapher

    parapher MDL Senior Member

    Nov 6, 2012
    323
    248
    10
    Thanks for the info. Yes, I use the $OEM$ folder methods also :good3: I need to look into the WU database trick, that sounds good. BTW, when you add fonts, do you need to run an install script or does Windows pick it up automatically?
     
  15. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    #9016 tomorrow, Jan 27, 2014
    Last edited by a moderator: Apr 20, 2017
    Yep i have specify the fonts in SetupComplete and include the font files in : $OEM$\$$\Fonts
    Code:
    start /wait reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "BlackChancery (TrueType)" /t REG_SZ /d BlackChancery.ttf /f
    start /wait reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "CRYSIS Bold (TrueType)" /t REG_SZ /d Crysis.ttf /f
    start /wait reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "Slider Regular (TrueType)" /t REG_SZ /d Slider.ttf /f
    WU database should go here: $OEM$\$$\SoftwareDistribution\DataStore\DataStore.edb
    ^ 200MB+
     
  16. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Whenever possible i prefer built in tools. Otherwise i will end up with 200 small program and each doing it's small thing.
     
  17. parapher

    parapher MDL Senior Member

    Nov 6, 2012
    323
    248
    10
    Thanks for the info. Up to this time I had maintained a font package installer (post-install) that I installed via a WPI-based serial installer app. Main reason for that being that I tried to keep the sysprep'd images as basic/vanilla as possible so I could use them for customized builds as well as default installs. Even .NET 4.5.x I would so post-install (I use an installer based on Ricktendo's 4.5.1) but I did consider just adding that via sysprep. I used to make some lite images so a leftover of that is that I prefer smaller images still. But since Win8.x even updated Win7 images feel small because updating those really causes bloat like never before. Updated x64 Win8 image would get me a 5gb iso, no thanks :) But I don't use Win8.x anymore anyway, it really sucks, even when adding sugar and spice :p
     
  18. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,502
    2,814
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...