MSFN Forum: 2 error messages on MUI uA Install? - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

2 error messages on MUI uA Install? A big help needed overhere! Rate Topic: -----

#1 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

  Posted 31 December 2005 - 01:12 PM

hey guyz
I had 2 error messages along with failing to install the MUI, while when I installed it manually i got the same 2 errors but had success to change the interface

however, this is my cmdlines may clarify what's wrong I did
and how do i know which SP is my MUI files? coz I got XPSP2+RyanVMized+Nlited+Xpized
[COMMANDS]
"useraccounts.cmd"
"muisetup.exe /i 0401 /d 0401 /l /f /r /s"
"RunOnceEx.cmd"


my needs are an Arabic interface from the first boot, TIA
I found PCHDT_W3.CA_ in the original windows CD, and it's 2.5 MBs
also HELPSVC.EX_ seems for the Help & Support Services (Crap!)
anyway, definitly I removed the crap HELP by nlite but is it required for MUI Installation?!
and even though I re-add these 2 files from my original windows CD, still got the same 2 erros

first error
Posted Image

second error
Posted Image


#2 User is offline   The Black Cloud 

  • Moon Lover
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 27-May 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 December 2005 - 02:50 PM

you add the files to your uaCD

but have you add the files name to txtsetup.sif???

#3 User is offline   mickmack 

  • Anrial
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 02-June 04

Posted 31 December 2005 - 03:14 PM

it seems that you removed with Nlite something needed for MUI installation. try to recreate it again and don't touch language and MUI options.

#4 User is offline   Vadikan 

  • MSFT MVP Windows Expert: Consumers
  • PipPipPip
  • Group: Members
  • Posts: 349
  • Joined: 22-February 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 31 December 2005 - 03:25 PM

You can add the missing files via OEM folders. It's a quick and dirty solution that doesn't require recreating the whole distro. Kinda of a quick patch :)

#5 User is offline   The Black Cloud 

  • Moon Lover
  • PipPip
  • Group: Members
  • Posts: 168
  • Joined: 27-May 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 December 2005 - 03:42 PM

thats right Vadikan

#6 User is offline   Wesmosis 

  • Just Call Me Doctor Just Call Me Pain!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 787
  • Joined: 20-September 04

Posted 01 January 2006 - 11:17 AM

yeah I think I removed the languages except English & Arabic,....
does that affect the MUI thing?!
anyway, I'll try both adviced above, TIA

#7 User is offline   AltTeo 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-January 06

Posted 20 January 2006 - 04:03 PM

You've surely deleted something with Nlite. I had the same error. As I remember it was an Internet explorer interface (not core). If it's not i can post or send you Nlite settings secure for MUI.

#8 User is offline   bacd 

  • 頑張れない
  • Group: Members
  • Posts: 38
  • Joined: 13-August 04

Posted 25 January 2006 - 06:31 PM

View PostWesmosis, on Dec 31 2005, 01:12 PM, said:

hey guyz
I had 2 error messages along with failing to install the MUI, while when I installed it manually i got the same 2 errors but had success to change the interface

however, this is my cmdlines may clarify what's wrong I did
and how do i know which SP is my MUI files? coz I got XPSP2+RyanVMized+Nlited+Xpized

Ahhhh this took me awhile to iron out as well but it finally works perfect everytime...

First off, the command.txt seems to like it if you call a batch file instead of running straight from the file, therefore you should try making a file called MUI-setup.cmd and use the following code in it...

FOR /F "TOKENS=3" %%1 IN ('REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "SourcePath" ^| FINDSTR "SourcePath"') DO SET INSTALLCD=%%~dI
%INSTALLCD%\_MUI-SETUP\MUISETUP.exe /i 0401 /d 0401 /l /f /r /s

exit


Your next step should be to put everythign you need in to the _MUI-Setup folder
_MUI-Setup\
		 | XXX.MUI\  <-- This should be your MUI Language File
		 |	  | I386\ 
		 |			| (All the files in this directory)
		 | 
		 | EULA.TXT
		 | MUI.INF
		 | MUI.tx_
		 | MUISETUP.EXE
		 | MUISETUP.GID
		 | MUISETUP.HLP
		 | README.TXT
		 | RELNOTES.TXT
		 |___


Now reference your MUI-Setup.cmd file in to cmdlines.txt as the first thing to be installed

[COMMANDS]
"MUI-SETUP.cmd"
(anythign else)


Now when you nLite the CD, make sure that you you take special note as there are two thing that should not be uninstalled if you are goign to use an MUI...I believe one of them is the CHM files and maybe the help files.....sorry I can't remember off the top of my head, but I do know there is a note of it when you select the item (says somethign along the lines of do not install if you plan to use a MUI)

Anyway, you can remove pretty much everything out of the LANG folder except for your language or any other files that might be needed in there by you.

After that it should install ok for you....I have done this with nlite+RyanVM 2.0.1+xpsize with no problems thus far.

#9 User is offline   AltTeo 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-January 06

Posted 26 January 2006 - 06:53 AM

OK. Here is the russian MUI for Windows XP. For other languages you can do the same way (it's very simple). It integrates as hotfix with nLite (and RVM integrator).
http://rapidshare.de....part1.rar.html
http://rapidshare.de....part2.rar.html

You can download MUI packs at http://www.microsoft.com/downloads/details...&displaylang=en
They say that those packs are for Windows XP Embedded. But as I remember they also suites Windows XP Pro and Home.

To integrate MUI clearly you should not delete with nLite following components:
Network|Internet Explorer
Operating System Options|Help

#10 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 27 January 2006 - 09:14 AM

View PostAltTeo, on Jan 26 2006, 06:53 AM, said:

OK. Here is the russian MUI for Windows XP. For other languages you can do the same way (it's very simple). It integrates as hotfix with nLite (and RVM integrator).


Could you explain how you build a package for your own language. Nobody except Russian will be interested by your MUI package: tools used (7zip, cabarc...) and scripts.
I'm not very familiar with using packages built by others and prefer 'do it yourself method' if i find detailled infos (how to).

This post has been edited by Bilou_Gateux: 27 January 2006 - 09:20 AM


#11 User is offline   Vadikan 

  • MSFT MVP Windows Expert: Consumers
  • PipPipPip
  • Group: Members
  • Posts: 349
  • Joined: 22-February 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 27 January 2006 - 08:59 PM

@Bilou_Gateux
Just run the admin install on the CD: setup.exe /a and "install" the languages you need.
http://unattended.ms....xp/view/web/82

#12 User is offline   AltTeo 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-January 06

Posted 28 January 2006 - 05:34 PM

OK.

1. We are speaking about Windows XP Pro SP2 (Home edition officially does not support MUI, but in fact it can be used, SP2 - just because I'm using it and tested it).
There are two technics to translate windows interface, MUI (Multilingual User Interface) and LIP (Language Interface Pack). With MUI every user can choose his own language, and LIP translates the whole system for everyone. So we are speaking about MUI.

2. Great help is http://www.xpmuirus.narod.ru (but it is in russian).

3. You should get MUI for your language:
1) It's on your Windows disk.
2) You can download all official Microsoft MUI packs, see attachment (more than 4Gb).
3) You can make MUI pack yourself:
- download appropriate pack from http://www.microsoft.com/downloads/details...&displaylang=en
- download tool for converting http://xpmuirus.naro...uitrans_uni.zip
- put both files in one folder and unzip "muitrans_uni.zip"
- in file "muitrans_uni.cmd" edit variable string "set MUI_LANG=GER" (change GER to your language, your language short name mentioned in first file name you downloaded from Microsoft)
- after that just run "muitrans_uni.cmd", and your MUI pack will be compiled in MUI_XP folder.

4. If you have your MUI pack than archive it to a self extracting exe (extracting to temporary folder) which should launch after extraction "muisetup.exe /i 0419 /d 0419 /l /f /r /s" (change every 0419 for your language number).

5. Thats all. Now you can put your file as hotfix by hands or make an addon for nLite:
1) Create a folder put in it file "ENTRIES_MUI.ini" (see attachment)
2) create there a new folder called "SVCPACK"
3) Rename yours self-extracting file with MUI to "MUI.exe"
4) Change descriptions in file "ENTRIES_MUI.ini" (it is not realy nessesary)
5) Compress folder "SVCPACK" and file "ENTRIES_MUI.ini" to cab archive.

You've done it.

Attached File(s)


This post has been edited by AltTeo: 28 January 2006 - 05:37 PM


#13 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 January 2006 - 06:41 PM

But the above link to MS site for MUI download, is for SP1!

Also, is the above torrent legitimate?
If it is not, then please remove it.

#14 User is offline   AltTeo 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-January 06

Posted 31 January 2006 - 12:38 AM

Maybe for SP1 but it works.

I don't know if Microsoft sells MUI. But anyway I tested the torrent and it does not work...

#15 User is offline   Vadikan 

  • MSFT MVP Windows Expert: Consumers
  • PipPipPip
  • Group: Members
  • Posts: 349
  • Joined: 22-February 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 31 January 2006 - 11:18 AM

Windows XP MUI is available for volume license customers only and not available for retail. I imagine converting Embedded MUI to XP MUI violates the EULA. In such a case, there's no difference whether you obtain Windwos XP MUI from the sources other than MS or convert the Embedded MUI.

#16 User is offline   AltTeo 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-January 06

Posted 31 January 2006 - 12:07 PM

Does converting standart Windows XP to unattended Windows XP violate any lisences? And if not, what is the difference between converting MUI and the Windows?

#17 User is offline   Vadikan 

  • MSFT MVP Windows Expert: Consumers
  • PipPipPip
  • Group: Members
  • Posts: 349
  • Joined: 22-February 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 31 January 2006 - 06:31 PM

@AltTeo
Unattended windows is not obtained by converting Regular Windows.
Frankly, I care less about the links and methods you've posted. This is the MSFN mods' headache :)


#18 User is offline   AltTeo 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-January 06

Posted 02 February 2006 - 09:23 AM

Methods can be useful or stupid. But who knows better about legistlation inaccuracy then we do?

Heh, it looks like we are going further than just MUI.

Besides, I cound not install MUI after nLite RC6. It deletes some keyboard dlls that are needed by MUI (even if "Keyboard" group is unchecked ).

#19 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 03 February 2006 - 07:40 AM

Thanks Alteo for your reply.
http://narod.yandex.ru It is a personal webpage link?
Downloading muitrans_uni.zip is very slow.

@Vadikan
some manufacturers (like Fujitsu Siemens) sell business PCs with XP Professional (1 CD) + MUI packs (5 CD). Its an OEM licence with a COA, not a VLK product.
But you're right, it's not available as a retail box.

EDIT: finally got it. Just have to be patient...

This post has been edited by Bilou_Gateux: 03 February 2006 - 08:15 AM


#20 User is offline   AltTeo 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 20-January 06

Posted 03 February 2006 - 07:50 AM

www.yandex.ru is the best search engine in Russia (it searches better then google in .ru domain). And they also provide a free hosting in .narod.ru doamin.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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