Mikka, on 16 September 2010 - 05:08 AM, said:
myselfidem, on 15 September 2010 - 03:03 PM, said:
Btw, how did you find to integrate "HKCU.reg" or reg files, inside wim image?
With: reg.exe load and DISM?
Basically, I followed the instructions given in this
blog article.
By the way, maybe an addition for your tutorial:
I noticed that for unknown reasons unmounting of the folder might throw an irritating error (the commit action itself succeeds, though).
Got this twice yesterday. My install.wim had been successfully modified and performed well in the VM.
Thanks for your informations!
About "unmounting", maybe you've used the commands inside my last post! I've made an error inside and I've fixed that! Sorry!
I've no trouble with the correct path!
Examples for Windows 7 Ultimate.
The correct path is for an computer with OS x86 based:
C:\Program Files\Windows AIK\Tools\x86\Servicing>Dism.exe /mount-wim /wimfile:"C:\Win7\sources\install.wim" /index:5 /mountdir:"C:\test"
I've forgottten to write correctly and it's an error (fixed inside my last post) :
it's not the good one for DISM: missing the correct path for x86 or amd64
C:\Program Files\Windows AIK\Tools\Servicing>Dism.exe /mount-wim /wimfile:"C:\Win7\sources\install.wim" /index:5 /mountdir:"C:\test"
Change to your needs for amd64 with an computer 64-bits:
C:\Program Files\Windows AIK\Tools\amd64\Servicing>Dism.exe /mount-wim /wimfile:"C:\Win7\sources\install.wim" /index:4 /mountdir:"C:\test"
And "unmounting" and "commit":
C:\Program Files\Windows AIK\Tools\amd64\Servicing>Dism.exe /unmount-wim /mountdir:"C:\test" /commit
If we don't want apply the changes (discard):
C:\Program Files\Windows AIK\Tools\amd64\Servicing>Dism.exe /unmount-wim /mountdir:"C:\test" /discard
I will add more informations inside the French guide for DISM.
All is fine for me and I've no errors with the correct path!
Maybe it's needed different parameters (Like SysWOW64) for computer based 64-bits!
I will make some search about this question!
I will make tests with my computer 64-bits based and I tell you later!
Thanks!
Regards
This post has been edited by myselfidem: 16 September 2010 - 08:01 AM