以下问题小弟我 ~~请教各位大大
nLite我还可以 安装好 在用模拟器灌到好OK
我想在nLite安装完后执行 WPI多软体自动安装
$OEM$/cmdlines.txt
语法
"Regedit /s tweaks.reg"
"rundll32 advpack.dll,LaunchINFSection nLite.inf,U"
"RunOnceEx.cmd"
$OEM$/RunOnceEx.cmd
语法
cmdow @ /HID
@Echo Off
FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Windows Update" /f
REG ADD %KEY%\005 /VE /D "XP优化登录档" /f
REG ADD %KEY%\005 /V 1 /D "REGEDIT /S %CDROM%\程式集\[系统优化]\XP优化.reg" /f
REG ADD %KEY%\010 /VE /D "安装常用程式" /f
REG ADD %KEY%\010 /V 1 /D "%CDROM%\WPI\WPI.hta" /f
REG ADD %KEY%\015 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\015 /V 1 /D "%CDROM%\$OEM$\cleanup.cmd" /f
EXIT
可是WPI都没叫出来 这为何?? 语法那段出问题?
我先前软体自动安装用XPlode.xml写 然后执行XPlode.exe
但是我用XPlode.xml 叫WPI也叫不出来
语法
<XPlode>
<config>
<hidewindow>Windows Update</hidewindow>
<hidewindow>CMD.EXe</hidewindow>
<show total='10' after='2' subcount='true' />
<!-- turn antialiasing OFF if you're running GUIinstall mode -->
<font face='Tahoma' antialias='true' small='8' large='10' />
<!-- note the position attribute - it is listed in 'x,y' positions. -->
<!-- 0..8 still may be used. -->
<window width='461' position='8' ..
访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容