Windows 7 Hotfix repository

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

  1. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    @komm

    KUC gives me this error when I point it to a Packages.txt manually generated by me for a mounted offline image even though I use the correct cmd line to generate the file:
     
  2. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Added KB2661663v2 x86 and x64

    Profsvc.dll 6.1.7600.21126
    Profsvc.dll 6.1.7601.21897

    Stale user profile folders are not deleted completely in Windows 7 or in Windows Server 2008 R2
     
  3. Dedek

    Dedek MDL Member

    Nov 30, 2010
    105
    12
    10
    McRip,

    can I ask how is your update package different from SoLoRs ? If I download your compressed hotfix file, can I integrate it into offline image without any problems ? I noticed you have some additional folders in the hotfix x64 directory like PreSP1.Packages.for.Post.SP1 etc., which arent in SoLoRs package, so I dont know if I need this and if I can just grab the "x64-2012-03-08.7z" and integrate it without need of anyting else. Thanks for answer
     
  4. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,588
    3,088
    60
  5. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    I think this one might already be superseded
     
  6. SoLoR

    SoLoR MDL Expert

    Jul 30, 2008
    1,371
    1,256
    60
    gets superseded by KB2664408-v2 anyway...
     
  7. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,068
    30
    You must run dism with the additional "/English" switch like show on the startup of KUC

    if you used the switch, send the packages.txt to me to check
     
  8. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    Please find it attached. I do use the English switch, but, it does not seem to matter; KUC rejects any and all manually created packages.txt. It will only accept "auto generated" ones.
    Thanks
     
  9. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    Sorry guys, I'll fix it asap. Had a drop too much.
     
  10. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,068
    30
    The packages.txt is unicode not ansi.
    Why?
    Normally dism creates output in ANSI!
    Open packages.txt in notepad and save it as ansi
    then it works.
     
  11. dolivas

    dolivas MDL Junior Member

    Jan 31, 2008
    51
    23
    0
    #4512 dolivas, Mar 9, 2012
    Last edited by a moderator: Apr 20, 2017
    RickSteele Komm beat me to it the file is in ANSI this is the command I use in a batch file and it work every time

    Code:
    DISM.exe /Image:C:\Mount /Get-Packages /Format:Table /English > C:\WU\Packages.txt
     
  12. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    #4513 RickSteele, Mar 9, 2012
    Last edited by a moderator: Apr 20, 2017
    That is the cmd I use:
    Code:
    DISM /Image:D:\DISM_Folders\Mount /Get-Packages /Format:Table /English > C:\Users\Rick\Desktop\DISM\Packages.txt
     
  13. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,068
    30
    #4514 komm, Mar 10, 2012
    Last edited by a moderator: Apr 20, 2017
    That should work.
    So why do you get a unicode txt file?
    what chcp do you use?

    or did you start
    cmd /U
    try cmd /A

    or just try
    dir >t.txt
    and open t.txt with notepad to see if it is unicode or ansi.
    if t.txt is unicode you could try
    cmd /a /Cget_offline_packages.cmd to get it in ansi.
     
  14. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    Had to change default mount directory to D:\Offline to get it to work on offline image. Using KUC to integrate updates to mounted image right now=very nice.

    Thanks komm
     
  15. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,068
    30
    Added unicode support for you
     
  16. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    Thanks komm, but, I changed the default encoding in notepad, now all seems good, txt files now all save in ansi...don't know why or what happened.
     
  17. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    Cesidian Server: WIF x64 only, Hotfixes

    removed KB2503351
    added KB2607496
     
  18. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90