@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:
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
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
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
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
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.
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
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
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.
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
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.