|
原帖由 coolg 于 2010-11-11 09:53 发表
对比了一下,主要是系统文件和注册表项缺少
把下面代码加入脚本PENetwork.script的[Process-Files]部分,或者手动加入boot.wim再试试:- #Added dot3svc on 2010.11.11 by khauyeung
- System,ERROROFF
- Require_File,Dot3svc.dll
- System,ERROROFF
- Require_File,Dot3msm.dll
- System,ERROROFF
- Require_File,Dot3gpclnt.dll
- System,ERROROFF
- Require_File,Dot3cfg.dll
- System,ERROROFF
- Require_File,Dot3api.dll
- System,ERROROFF
- Require_File,Dot3dlg.dll
- System,ERROROFF
- Require_File,l2gpstore.dll
- System,ERROROFF
- Require_File,Shwebsvc.dll
- System,ERROROFF
- Require_File,Onex.dll
- System,ERROROFF
- Require_File,Onexui.dll
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\Dot3svc.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\Dot3msm.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\Dot3gpclnt.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\Dot3cfg.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\Dot3api.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\Dot3dlg.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\l2gpstore.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\Shwebsvc.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\Onex.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\Onexui.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\wbem\l2gpstore.mof","%TWin%\System32\wbem\l2gpstore.mof"
- System,ERROROFF
- FileCopy,"%IWin%\System32\wbem\%DistLang%\l2gpstore.mfl","%TWin%\System32\wbem\%DistLang%\l2gpstore.mfl"
- System,ERROROFF
- FileCopy,"%IWin%\PLA\*.*","%TWin%\PLA"
- System,ERROROFF
- FileCopy,"%IWin%\schemas\*.*","%TWin%\schemas"
- System,ERROROFF
- FileCopy,"%IWin%\System32\wlan*.dll","%TWin%\System32"
- System,ERROROFF
- FileCopy,"%IWin%\System32\wlgpclnt.dll","%TWin%\System32"
- System,ERROROFF
- FileCopy,"%IWin%\System32\wwan*.dll","%TWin%\System32"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\wlan*.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\wlgpclnt.dll.mui","%TWin%\System32\%DistLang%"
- System,ERROROFF
- FileCopy,"%IWin%\System32\%DistLang%\wwan*.dll.mui","%TWin%\System32\%DistLang%"
复制代码
尚未成功,仍需努力!
[ 本帖最后由 khauyeung 于 2010-11-11 21:32 编辑 ] |
|