MSFN Forum: Removing Languages - MSFN Forum

Jump to content



vLite Forum Rules

If you are having issues with Windows after removing components and have come to ask for help, please attach (not paste) your Last Session.ini file to your post to facilitate quicker assistance.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Removing Languages removing language packs from Vista sources Rate Topic: -----

#1 User is offline   flamandu 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 17-April 08

Posted 29 April 2008 - 02:58 PM

Is there a way to desintegrate Language packs from an DVD? I heard someone saying that it is possible to do that with vlite.


#2 User is offline   lousen 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 29-April 08

Posted 30 April 2008 - 03:37 AM

You can remove all languajes from an original ISO with vlite, in "Components" selecting the languajes.

If you have an ISO made with vlite with a languaje pack integrated by you, and now you want to remove this, I think it is not possible...

#3 User is offline   eryen 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 23-December 05

Posted 30 April 2008 - 03:45 AM

U can remove MUI packs with WAIK.

#4 User is offline   flamandu 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 17-April 08

Posted 30 April 2008 - 10:24 AM

@eryen

How can you remove the language packs with WAIK?

With vlite you are removing only the support for the languages not the languages self.

#5 User is offline   eryen 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 23-December 05

Posted 30 April 2008 - 10:50 AM

That is realy easy.
Open install.wim with WAIK.
Select Language pack. Add to answer file. Configure it to remove.
That run pkgmgr in commandline with answer file.


Installation must contain a language pack.
For example u have English MSDN DVD.
But u want to make it Bulgarian.

First add Bulgarian language pack.
Change default language to bg-BG
Then remove english language pack.


Default language changer said:

intlcfg.exe -all:bg-BG -image:"Offlinedir"


Lang remover answer.xml for 32bit system said:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="en-US" />
</package>
</servicing>
</unattend>


Lang remover answer.xml for 64bit system said:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="en-US" />
</package>
</servicing>
</unattend>


#6 User is offline   eryen 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 23-December 05

Posted 30 April 2008 - 10:56 AM

Sorry for double post.

I prefer to change MSDN DVDs to my language then slipstream SP1 to my old DVD source.


PS:
Allready did it.
11 in 1 all in my language. All of them work without any problem because of services or etc.

#7 User is offline   flamandu 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 17-April 08

Posted 30 April 2008 - 11:16 AM

View Posteryen, on Apr 30 2008, 05:50 PM, said:

That is realy easy.
Open install.wim with WAIK.
Select Language pack. Add to answer file. Configure it to remove.
That run pkgmgr in commandline with answer file.


Installation must contain a language pack.
For example u have English MSDN DVD.
But u want to make it Bulgarian.

First add Bulgarian language pack.
Change default language to bg-BG
Then remove english language pack.


Default language changer said:

intlcfg.exe -all:bg-BG -image:"Offlinedir"


Lang remover answer.xml for 32bit system said:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="en-US" />
</package>
</servicing>
</unattend>


Lang remover answer.xml for 64bit system said:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="en-US" />
</package>
</servicing>
</unattend>



I think that for the x64 system should be:
No?
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="en-US" />
</package>
</servicing>
</unattend>


I tried to do that with an unattended.xml but it didn't worked. I will try one more time. Anyway thanks eryen :sneaky:

#8 User is offline   flamandu 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 17-April 08

Posted 30 April 2008 - 11:24 AM

sorry for double post, but is there any way to do that with an batch script? I have already mhyll's batch script for adding languages, that works 100% and maybe someone can do all the commands in one batch script. That whould be appreciated.

My appologies for the double post! :rolleyes:

#9 User is offline   eryen 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 23-December 05

Posted 30 April 2008 - 11:40 AM

Quote

imagex /mountrw E:\install.wim 1 E:\Wim
start /w pkgmgr /ip /m:"E:\sp1\x86tr\lp-tr-tr\Update.mum" /o:"E:\Wim\;E:\Wim\Windows" /s:"E:\sp1\TEMP"
intlcfg.exe -all:tr-TR -image:"E:\Wim"
start /w pkgmgr /o:"E:\Wim\;E:\Wim\Windows" /n:"E:\x86.rem.Lang.xml"
ImageX /unmount /commit E:\Wim


I use this batch for it.

I hope u know commands.
Basicly.
My Offline dir is E:\Wim
Offline windows dir E:\Wim\Windows
My Turkish lang files extracted at E:\sp1\x86tr\lp-tr-tr\
U can change "1" in first line to use another version in install.wim


Also dont forget to set path for WAIK on first lines of batch file.

Quote

PATH "C:\WINDOWS\system32";"C:\WINDOWS";"C:\WINDOWS\System32\Wbem";"%PROGRAMFILES%\Windows Imaging\";"%PROGRAMFILES%\Windows AIK\Tools\x86";"%PROGRAMFILES%\Windows AIK\Tools\x86\Servicing"
SET TEMP=E:\sp1\TEMP1
SET TMP=E:\sp1\TEMP1


#10 User is offline   flamandu 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 17-April 08

Posted 30 April 2008 - 12:10 PM

Thats why it didn't worked, I didn't set the paths to WAIK. Can you rewrite your batch in one file again please but with the paths to Windows AIK?
I only want to remove the english language from the install.wim . For integrating another language i have another script.

Thanks

#11 User is offline   eryen 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 23-December 05

Posted 30 April 2008 - 12:24 PM

Quote

PATH "%WINDIR%\system32";"%WINDIR%";"%WINDIR%\System32\Wbem";"%PROGRAMFILES%\Windows Imaging\";"%PROGRAMFILES%\Windows AIK\Tools\x86";"%PROGRAMFILES%\Windows AIK\Tools\x86\Servicing"

REM This will mount your "E:\install.wim" "1" number image to "E:\Wim" folder. You have to create folder first. change those to your folders
imagex /mountrw E:\install.wim 1 E:\Wim
REM This will change your default language.. Edit. tr-TR with your lang string
intlcfg.exe -all:tr-TR -image:"E:\Wim"
REM This will remove english language from install.wim. x86.rem.lang.xml wroten down
start /w pkgmgr /o:"E:\Wim\;E:\Wim\Windows" /n:"E:\x86.rem.Lang.xml"
REM this will commit changes for your install.wim
ImageX /unmount /commit E:\Wim



This is x86.rem.lang.xml

Quote

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="remove">
<assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="en-US" />
</package>
</servicing>
</unattend>




DO NOT FORGET. Install.wim must allways have a language pack.

If your install.wim have only one language.
First add your local.
Set default language to your local.
Then remove english language....

#12 User is offline   flamandu 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 17-April 08

Posted 30 April 2008 - 02:44 PM

Your batchfile worked but the language is still on the DVD. Here is an screenshot:

Posted Image

I think the language that in the setup is in boot.wim image installed is. I want my DVD only in Romanian.

#13 User is offline   eryen 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 23-December 05

Posted 30 April 2008 - 02:54 PM

U just modified install.wim.

I also have to mod boot.wim too.

Mount boot.wim 2 (Setup)
In sources folder. There is a file named lang.ini.
probbaly looks like this. Sorry i dont know. Romanian string. I just wrote ro-RO

Quote

[Available UI Languages]
ro-RO = 1
en-US = 3

[Fallback Languages]
ro-RO = en-us



Do it like this.

Quote

[Available UI Languages]
ro-RO = 3

[Fallback Languages]
ro-RO = en-us


#14 User is offline   flamandu 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 17-April 08

Posted 30 April 2008 - 03:09 PM

I can do it manualy, maybe with WAIK :whistle:

#15 User is offline   eryen 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 23-December 05

Posted 30 April 2008 - 03:48 PM

WAIK can not help u there.


http://technet2.microsoft.com/WindowsVista...3.mspx?mfr=true

U have to edit lang.ini manually

#16 User is offline   eryen 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 23-December 05

Posted 30 April 2008 - 03:50 PM

By the way. That link is before SP1. Folders changed alittle.


Best and most easy way is.
Mountrw boot.wim 2
edit lang.ini
unmount commit


then change boot.ini in DVD image.
English files will be in boot.wim. But in menu u will not see it.

#17 User is offline   flamandu 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 17-April 08

Posted 01 May 2008 - 01:55 AM

I managed to edit the lang.ini in the boot.wim and it works. I don't have any boot.ini in the DVD and i didn't slipstreamed the Service pack yet.
I managed to set all the commands in one batch file.

@Echo Off
Echo Enter path to Windows AIK:
Echo Example: C:\Program Files\Windows AIK
Set /p WAIK=
Echo.
Echo Enter path for mounting WIM file:
Echo Example: D:\VistaWork\Mount
Set /p WIM=
Echo.
Echo Enter path to directory with Vista DVD copied:
Echo Example: D:\VistaWork\DVD
Set /p WD=
Echo.
Echo Enter path to the .xml file:
Echo Example: D:\VistaWork\remlanguage.xml
Set /p XML=
Echo.
Echo Enter path to the new lang file self edited:
Echo Example: D:\VistaWork\lang.ini
Set /p INI=
Echo.
Echo Enter language pack ID default:
Echo Example: ro-RO
Set /p LANG=
Echo.
Echo Select the Vista edition:
Echo Example: 1
Echo 1 - BUSINESS
Echo 2 - HOMEBASIC
Echo 3 - HOMEPREMIUM
Echo 4 - ULTIMATE
Echo 5 - BUSINESSN
Echo 6 - HOMEBASICN
Echo 7 - STARTER
Set /p EDITION=
Echo.

"%WAIK%\Tools\x86\Imagex.exe" /mountrw "%WD%\Sources\install.wim" %EDITION% "%WIM%"
"%WAIK%\Tools\x86\intlcfg.exe" -all:%LANG% -image:"%WIM%"
"%WAIK%\Tools\Servicing\pkgmgr.exe" /o:"%WIM%\;%WIM%\Windows" /n:"%XML%"
"%WAIK%\Tools\x86\Imagex.exe" /unmount /commit "%WIM%"
"%WAIK%\Tools\x86\Imagex.exe" /mountrw "%WD%\Sources\boot.wim" 2 "%WIM%"
Copy "%INI%" "%WIM%\sources\Lang.ini"
"%WAIK%\Tools\x86\Imagex.exe" /unmount /commit "%WIM%"

echo End of language pack desintegration.
pause


The language folders are still there but you cannot chose them in the installation.
Thanks eryen for helping me out :thumbup :thumbup :thumbup :hello: :sneaky: :sneaky:

This post has been edited by flamandu: 01 May 2008 - 02:37 AM


#18 User is offline   alvinkhorfire 

  • Member
  • PipPip
  • Group: Members
  • Posts: 103
  • Joined: 11-May 08

Posted 14 October 2008 - 05:18 AM

Is it possible not use WAIK to remove the language pack? It is very difficult for me to download WAIK with my very slow internet connection. As you can see in the screenshot, the language pack (other than English) is integrated and I can't remove it. The installation file is from the only setup disk originally from my computer manufacturer.


Attached File  vLite_Language_Pack.jpg (38.34K)
Number of downloads: 30

This post has been edited by alvinkhorfire: 14 October 2008 - 05:24 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy