QUOTE (equate975 @ Sep 18 2009, 11:27 PM)

Ok, so I got it to work, I think I was missing some mui or dll files. I made a new plugin folder, and this is what I have:
Under win7pe, i copied this files to get it working!
QUOTE
FileCopy,"%InstallSRC%\Windows\System32\mstsc.exe","%TargetDir%\Windows\System32"
FileCopy,"%InstallSRC%\Windows\System32\mstscax.dll","%TargetDir%\Windows\System32"
FileCopy,"%InstallSRC%\Windows\System32\msacm32.dll","%TargetDir%\Windows\System32"
If,ExistFile,"%InstallSRC%\Windows\System32\%DistLang%\mstsc.exe.mui",FileCopy,"%InstallSRC%\Windows\System32\%DistLang%\mstsc.exe.mui","%TargetDir%\Windows\System32\%DistLang%"
If,ExistFile,"%InstallSRC%\Windows\System32\%DistLang%\mstscax.dll.mui",FileCopy,"%InstallSRC%\Windows\System32\%DistLang%\mstscax.dll.mui","%TargetDir%\Windows\System32\%DistLang%"
If,ExistFile,"%InstallSRC%\Windows\System32\%DistLang%\msacm32.dll.mui",FileCopy,"%InstallSRC%\Windows\System32\%DistLang%\msacm32.dll.mui","%TargetDir%\Windows\System32\%DistLang%"
//
If,ExistFile,"%InstallSRC%\Windows\System32\en-US\mstsc.exe.mui",FileCopy,"%InstallSRC%\Windows\System32\en-US\mstsc.exe.mui","%TargetDir%\Windows\System32\en-US"
If,ExistFile,"%InstallSRC%\Windows\System32\en-US\mstscax.dll.mui",FileCopy,"%InstallSRC%\Windows\System32\en-US\mstscax.dll.mui","%TargetDir%\Windows\System32\en-US"
If,ExistFile,"%InstallSRC%\Windows\System32\en-US\msacm32.dll.mui",FileCopy,"%InstallSRC%\Windows\System32\en-US\msacm32.dll.mui","%TargetDir%\Windows\System32\en-US"
//
Joshua