Deployment Solution

 View Only
  • 1.  c_20127.nls error!

    Posted Mar 06, 2009 10:30 AM
    Just created a image that has been sysprepped, and when it runs sysprep after the imaging process, I get an error saying it needs the file "c_20127.nls"

    It is looking for it at c:\sysprep\i386 and I am not sure if this is for the deployanywhere part of the image deployment process, or if it is part of sysprep.

    The weird thing is that it only happened on a few PCs... actually, it DIDN'T happen on the first in the batch, but the last 5 it did happen.

    Really strange that it worked that way, any ideas on how to fix this & what is causing it in the first place?

    Thanks!

    Chris


  • 2.  RE: c_20127.nls error!

    Posted Mar 23, 2009 10:55 AM
    Hey Chris,

    I ran into this problem too.  The problem stemmed from a line in my sysprep file.  In my case, I edited my standardxp.inf file located underneath my express\sysprep folder so that the line was commented out and not used.
    i.e
    ;    InstallFilesPath=%BOOTDRIVE%Sysprep\i386

    Try that and see how it goes.


  • 3.  RE: c_20127.nls error!
    Best Answer

    Posted Apr 17, 2009 11:50 AM
    Following details in the articles :
    http://www.msfn.org/board/c-20127nls-error-sysprep-t37573.html&st=40&gopid=742241

    I've added missing files in the sysprep directory %BOOTDRIVE%Sysprep\i386

    Exhaustive list of asked files :

    Language files : c_20127.nls, c_...nls
    Fonts : 8514fix.fon, vga*.fon, …
    International agents : agt04407.dll, agt04407.hlp, agt*.dll, agt*.hlp
    Keyboard : kbdycl.dll,…

    The souce files are stored in :

    C:\windows\system32 for NLS files
    C:windows\fonts for fonts
    C:\windows \msagent\intl for agents dll
    C:\windows \help for agents help files
    C:\windows\sytem32 for Keybords

    Christian


  • 4.  RE: c_20127.nls error!

    Posted Jul 09, 2009 02:05 PM
    fixed a co-workers problem