整合Windows XP光盘

来源:百度知道 编辑:UC知道 时间:2024/05/28 11:58:16
最近用nlite整合XP原版光盘。其中有一个功能我不太明白,就是“RUNONCE”也就是进入系统后首次运行的程序或命令。但是问题是我不太明白它的格式该如何写。我的意图是安装完成进入桌面后执行光盘中一个目录下的一个程序。该如何写?谁的答案正确,赏分:100分。

搜索到的教程:
http://hi.baidu.com/pllt/blog/item/e3c5d513cc9265025aaf5395.html

还有秋无痕的XP光盘就是这种方式。在它的应答文件里找到的
[GuiRunOnce]
command0="%WinDir%\regedit /s %WinDir%\system32\oemlink.reg"
command1="REGEDIT /S %systemdrive%\WinApps\reg\soft.reg"
command2="%SystemDrive%\DPsFnshr.exe"

在另一个应答文件里找的:

[GuiRunOnce]
command0="REGEDIT /S %systemdrive%\WinApps\reg\soft.reg"
command1="%SystemDrive%\DPsFnshr.exe"