Windows 7 Hotfix repository

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

  1. pegasus80

    pegasus80 MDL Senior Member

    Nov 23, 2009
    259
    538
    10
    That will be awesome! Thanks
     
  2. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    312
    10
    KB2666914 Integration Error?

    I tried 2x to use the WinToolKit to integrate KB2666914 and it seems to fail... does it need to be added to an online image?
     
  3. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,070
    30
    I had no problem adding DirectAccess Connectivity Assistant 2.0 RC to a DVD image using KUC.
    English LP installed?
     
  4. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    312
    10
    I'ts strange because I thought I added this before with no problems but I have done so may tests over the last few weeks that I may have been mistaken... I am running some tests now

     
  5. joflomo

    joflomo MDL Novice

    Dec 2, 2011
    33
    25
    0
    Just do the update process for each image inside the wim.
    KUC will download all needed updates for you for each image, so no manual searching/download is needed.
    You use KUC on the computer where you maintain your wims.
     
  6. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    312
    10
    The ToolKit had an update/fix and it's now fine

     
  7. Shoonay

    Shoonay MDL Member

    Jan 28, 2010
    126
    136
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. its

    its MDL Junior Member

    Sep 13, 2007
    86
    0
    0
    How do I do this for my AIO 32/64bit DVD??

    How do I run KUC for the image and download all updates?? (and not for my computer)
     
  9. its

    its MDL Junior Member

    Sep 13, 2007
    86
    0
    0
    #5394 its, Jun 8, 2012
    Last edited by a moderator: Apr 20, 2017
  10. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,070
    30
    1. open cmd prompt
    2. run
    set %sourcefile%=d:\Win7DVD\sources\install.wim
    where d:\Win7DVD\sources\install.wim points to your install.wim
    if you place the dvd in c:\w7\
    type
    set %sourcefile%=c:\W7\sources\install.wim

    3.make an empty folder type
    md c:\offline

    4. type
    set tmpdir=c:\offline

    5. for the first image run
    dism /mount-wim /wimfile:%sourcefile% /index:1 /mountdir:%tmpdir%


    Note: you must set the sourcefile and tmpdir before you run the dism command.

    else run
    dism /mount-wim /wimfile:c:\W7\sources\install.wim /index:1 /mountdir:c:\offline

    then use KUC
     
  11. its

    its MDL Junior Member

    Sep 13, 2007
    86
    0
    0
    #5396 its, Jun 8, 2012
    Last edited by a moderator: Apr 20, 2017
    Ok.. I saw error.. it didnot like my %% variables.. hardcoded it and it worked fine..

    Now it is running updates for index:1

    So is this what I do in essence

    Code:
    
    dism /mount-wim /wimfile:%sourcefile% /index:%1 /mountdir:%tmpdir%
    KUC /DVD-image-dir:c:\offline /up-dir:c:\wu /repo-dir:c:\wu\repo
    run KUC with defaults (i selected IE9)
    Remove_old.cmd
    Copy_Files_2_add.cmd
    Update.cmd
    dism /unmount-wim /mountdir:%tmpdir% /commit
    
    
    and rerun this again and again for index : 1 - 11 (x86 and x64 all versions)... it will overwrite the %sourcefile% directory.. I guess that is allright???

    I will run to identify index

    Code:
    
    dism /get-wiminfo /wimfile:%sourcefile%
    
    
    Will this recreate the DVD image each time and finally after 11.. I will have all versions up to date??

    OR will then run

    Code:
    imagex /export /check /compress fast d:\Win7DVD\sources\install.wim * d:\Win7DVD\sources\newinstall.wim
    
    delete d:\Win7DVD\sources\install.wim
    
    rename d:\Win7DVD\sources\newinstall.wim d:\Win7DVD\sources\install.wim
    
    Do I run the above command each time .. or after 11th run ??

    Thanks
     
  12. its

    its MDL Junior Member

    Sep 13, 2007
    86
    0
    0
    #5397 its, Jun 9, 2012
    Last edited by a moderator: Apr 20, 2017
    got everything working and integrated guys

    but

    when I use

    Code:
    imagex /export /check /compress fast c:\wu\iso\sources\install.wim * c:\wu\iso\sources\install2.wim
    
    it fails at random times with

    Code:
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 6.1.7600.16385
    
    Exporting: [c:\wu\iso\sources\install.wim, *] ->
               [c:\wu\iso\sources\install2.wim]
    
    
    [  50% ] Exporting progress: 4:43 mins remaining
    Error exporting image #1.
    
    Access is denied.
    
    Fails at 30% 43% etc.. have opened the WAIK command prompt with admin privilidges.. install.wim has 2 images in it.. i have tested a ISO with that and works fine

    I just want to compress it so it fits in 1 DVD.. currently the ISO becomes 5GB

    Any alternate ways / GUI to compress install .wim ??

    Thanks

    EDIT: FIXED.. I had to disable MSE (antivirus)

    BUT the fast compress install.wim is actually bigger than the original created by tool.. bummer..

    will try max compression. don't look like i will be able to fit in 1 DVD (2 images.. ultimate 32 and 64bit with all hotfixes till date)
     
  13. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,070
    30
    Just some notes:
    1. Use an USB stick instead of a DVD; the installation of Win7 is much faster using an USB stick than using a DVD.
    2. Start with a clean DVD image(no updates installed) and only add the latest updates. Adding/removing/adding/removing... makes the images bigger and bigger.
    (my reference DVD image for x86 is about 9gb now)
    3. Using a RAM disk for upate integration can speed up the process.
    When using a RAM disk, also set the %TMP% and %TEMP% values to it. BUT only do that in the batch, so this change only affects the dism process.
     
  14. superleeds27

    superleeds27 MDL Member

    Nov 24, 2007
    131
    4
    10
    Anyone know when the .7Z will be updated?
     
  15. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,070
    30