@bupu ho creato la iso, probabilmente non andava quella o l'lp, riscaricandoli è filato liscio...ho installato la 7260, ho provato a lanciare l'upgrade dalla iso montandola su una unità virtuale...tutto ok fino a scompattare 480mb dei file che si copia durante la procedura ma, quando dice che è necessario il riavvio, lo faccio ma poi, al setup, dice "impossibile iniziare la procedura di installazione" e finisce in loop..resetta, e ridà l'errore...boh? I've made the iso, probably I'd downloaded the wrong files...I've installed the 7260 version, I've tryed to upgrade this one which the new iso but...I got an error when I reset the machine...
hello, im gettin this error. 2009-07-27 20:17:54, Error DISM DISM.EXE: Failed to access the image folder or image's windows folder. 2009-07-27 20:17:54, Error DISM DISM.EXE: Failed to access the image folder or image's windows folder. 2009-07-27 20:17:54, Error DISM DISM.EXE: Failed to access the image folder or image's windows folder. 2009-07-27 20:17:54, Error DISM DISM.EXE: Failed to access the image folder or image's windows folder. 2009-07-27 20:17:54, Error DISM DISM.EXE: Failed to access the image folder or image's windows folder. and why do u have to follow the first step? 1- Install the English Windows Seven RTM on your computer or virtual machine and witch version ?
Why install Seven because, the last DISM.exe is installed with it ! Install any X86 version if you want to integrate an X86 disc, install any X64 version if you want to integrate an X64 disc I have not tested the script on vista for the moment, but it should work. I think you have perhaps a WIM image already mounted. Try to type: Dism /Get-MountedWimInfo as admin This command should give you the mounted directories, you should have no one after the script is finished If you have one, try to unmount it: Dism /Unmount-Wim /MountDir:C:\7Work\InstallWim /discard (this is an example, replace the correct directory) Check your directories too: You should have in the 7Work directory: a directory DVD a directory LP a directory CABS 7Work |-DVD |-LP |-CABS
OK, I finished creating the iso with spanish lang and local pack. DVD img booted and installed OK on Virtual PC. Perhaps you should add the filter driver trick to the guide, don't know if it's a problem that occurs only when creating from XP like myself but it is good to know. Thanks BubuXP, you're the man!
There is only one issue with the integration of local packs into install.wim, they won't be available right for all users before implementing some registry entries. So here is how to integrate them: 1- Have install.wim mounted in by exemple c:\mount 2- from command promt run as admin do the following: reg load HKLM\test c:\mount\Users\Default\NTUSER.DAT 3- Open notepad and put in a file Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\test\Software\Microsoft\Windows\CurrentVersion\Themes\InstalledThemes\MCT] "%SystemRoot%\\Globalization\\MCT\\MCT-AU\\Theme\\AU.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-CA\\Theme\\CA.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-GB\\Theme\\GB.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-US\\Theme\\US.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-ZA\\Theme\\ZA.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-JP\\Theme\\JP.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-BR\\Theme\\BR.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-CN\\Theme\\CN.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-DE\\Theme\\DE.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-ES\\Theme\\ES.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-FR\\Theme\\FR.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-IN\\Theme\\IN.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-IT\\Theme\\IT.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-KR\\Theme\\KR.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-MX\\Theme\\MX.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-NL\\Theme\\NL.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-PL\\Theme\\PL.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-RU\\Theme\\RU.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-TR\\Theme\\TR.theme"="" "%SystemRoot%\\Globalization\\MCT\\MCT-TW\\Theme\\TW.theme"="" [HKEY_LOCAL_MACHINE\test\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers\KnownFolders\0\Windows Wallpapers\MergeFolders] "%SystemRoot%\\Globalization\\MCT\\MCT-AU\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-CA\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-CN\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-GB\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-IN\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-US\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-ZA\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-JP\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-BR\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-DE\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-ES\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-FR\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-IT\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-KR\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-MX\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-NL\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-PL\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-RU\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-TR\\Wallpaper"="" "%SystemRoot%\\Globalization\\MCT\\MCT-TW\\Wallpaper"="" [HKEY_LOCAL_MACHINE\test\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_ShowRun"=dword:00000001 Save it as fixntuser.reg PS: Last registry entry is to have the Run is Start Menu by default 4- Execute fixntuser.reg to add localpack & showrun registry entries in ntuser.dat 5- In command prompt reg unload HKLM\test So now ntuser.dat of default user is modified in c:\mount which is the install.wim, unmounting it will save the change
Cause i like to have the Run showing in Start Menu. By default Run is not there. So a good way to put it there is by editing ntuser.dat to make it showing by default for every user.
I've included your procedure into the guide (but without the Run command on Start menu ). Thanks Gonzo. I've also added a method (still untested but taken from TechNet) to remove the en-US language pack. Maybe later I will update some command using those specified in TechNet for Windows7.
yeah!! it's allright i've figured it all out bymyself i have a dual-boot system xp and w7 copyied all the dism files to xp folder and started xp did all the thing in xp and suceeded (i was also forgotten to install the .ini file sorry to be a so stupid fool ok now it's making an iso of it so it's waiting for me btw nice tutorial ! it works all perfect (was confused by what you meened with cd to F:\7Work but you only need to leave the ''to'' out of it and give that command to the prompt and it's allright! thanks!
push your s key in when you opened the .cab file with winrar and it scrolls to the first file/folder that begins with an s(in this case setup and ....)ok now you have it right?
i have follow this tutorial but there is only 1 problem: the register key(to make the localpacks appear) doesn't work! after the os is installed the localpacks don't appear maybe we can make a script that imports the register key after the os is installed? or maybe you guys have another solution?