I want to remove the en-US language pack but this is for x64: Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.1.7600.16385 which one is for x86 ???
was working with Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~x86~en-US~6.1.7600.16385 on my machine. US Local Pack can be removed aswell... (You can read the right name when installing LP or localPack. Just swap de-DE /DE eg. with en-US for LP or US for localPack. Greetings Smithy
Next step: making our language the default language and generate new lang.ini. - Come back in your command prompt, and type exactly this: Code: dism /image:F:\7Work\WIM /distribution:F:\7Work\DVD /Set-SetupUILang:fr-FR /Set-SKUIntlDefaults:fr-FR/Set-UILangFallBack:fr-FR /Gen-LangINI I have replaced fr-FR with da-DK, because i am danish. but it does not work.
there is a space between /Set-SKUIntlDefaults:fr-FR and /Set-UILangFallBack:fr-FR, my error. I'm fixing it.
I can't integrate my LP: with "dism /Image:C:\7Work\WIM /Add-Package /PackagePath:C:\7Work\LP\lp.cab" I have an error. I tried with Vista x64, fresh install of Windows 7 and with OPK Have you any idea ?
Try this: Code: dism /image:F:\7Work\WIM /distribution:F:\7Work\DVD /Set-SetupUILang:da-DK /Set-SKUIntlDefaults:da-DK /Gen-LangINI and check the path of the folders if are ok. You can find the log of DISM in C:\Windows\Logs\Dism\Dism.log if you still get error.
Try specifying the dism.exe used, use this command: Code: C:\Windows\SysWOW64\dism.exe /Image:C:\7Work\WIM /Add-Package /PackagePath:C:\7Work\LP\lp.cab
About this language integration, if i have english RTM DVD and i integrate italian language pack, then suring install i select italian Windows 7 Home Premium i will get full italian Home Premium as an official italian version?
Next step: integrate the language pack. - Open a command prompt as administrator, change dir to "F:\7Work". i cant get to chang dir what do i do wrong my drive is D:\ so i cd d:\7work and it stays on c:\ drive i install from windows 7 7600 x64
you have first do write only D: then cd 7work Yes, follow my guide. I tried it and it works. In my guide (in my signature) you can find the info you search. Depend on the image you select at the beginning you will modify that version of Win.
Microsoft Windows [version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. Alle rettigheder forbeholdes. C:\Windows\system32>cd d:\7Work welll i buy the s**t instead when it comes out mutch easier . tnx for your help guys tried again Microsoft Windows [version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. Alle rettigheder forbeholdes. C:\Windows\system32>cd D: D:\ C:\Windows\system32>CD D:\ C:\Windows\system32>cd d: D:\ C:\Windows\system32> it show d:/ but goes back on c:\ C:\Windows\system32>d:\ 'd:\' blev ikke genkendt som en intern eller ekstern kommando, et program eller en batchfil. C:\Windows\system32>cd D:\ C:\Windows\system32>cd C:\ C:\>CD D:\ C:\> no change what so ever
Holy s**t... Code: C:\> D: D:\> cd 7work D:\7Work\> change the /Set-SKUIntlDefaults: option with /Set-AllIntl: and see if it works.