已有 4324 人浏览分享
$oem$ $oem$ $oem$INSTALL $oem$INSTALLXPlode.EXE $oem$INSTALLXPlode.XML $oem$INSTALLXPlodeOriginalInstall.x4d $oem$INSTALLXPlodeSilentInstall.x4d $oem$INSTALLXPlodeGFXInstall.x4d $oem$INSTALLXPlodeSelectInstall.x4d $oem$INSTALLXPlodeAcctMgmt.x4e $oem$INSTALLXPlodeExecute.x4e $oem$INSTALLXPlodeFileOps.x4e $oem$INSTALLXPlodeMisc.x4e $oem$INSTALLXPlodeRegistry.x4e $oem$INSTALLIMAGESfoot.png $oem$INSTALLIMAGEShead.png $oem$INSTALLIMAGESmain.png $oem$INSTALLUpdata
<XPlode4> <config> <environment> <display.title>Windows 安装补丁</display.title> <display.complete>completed</display.complete> <acctmgmt.adduser>Adding user: #1#</acctmgmt.adduser> <acctmgmt.deluser>Deleting user: #1#</acctmgmt.deluser> <acctmgmt.addgroup>Adding group: #1#</acctmgmt.addgroup> <acctmgmt.delgroup>Deleting group: #1#</acctmgmt.delgroup> <execute.string>Executing: #1#</execute.string> <misc.sfcos-disable>Disabling Windows File Protection</misc.sfcos-disable> <misc.sfcos-enable>Enabling Windows File Protection</misc.sfcos-enable> <registry.read>Reading from registry</registry.read> <registry.write>Writing to registry</registry.write> </environment> <display plugin='#XPLODE#XPlodeOriginalInstall.x4d'> <show total='6' after='4' subcount='true' /> <font face='Tahoma' antialias='true' small='8' large='13' /> <window width='440' position='6' fixmain='0' /> <windowmode mode='standalone' border='false' /> <colours> <header back='#003399' fore='#FFFFFF' image='#XPLODE#imageshead.png' /> <footer back='#003399' fore='#FFFFFF' image='#XPLODE#imagesfoot.png' /> <progress border='#000000' back='#FFFFFF' fore='#008800' fore2='#00AA00' /> <main back='#6699FF' fore='#FFFFFF' current='#FFFF00' description='#FFFFFF' image='#XPLODE#imagesmain.png' overlay='#FFFFFF22' /> </colours> </display> </config> <items> <item display="? 建立默认用户"> <adduser display="? 建立用户中 请稍后..."> <username>碧海蓝天</username> <group>Administrators</group> </adduser> </item> <item display="? 安装 WinRAR "> <execute display="? 正在安装 WinRAR 请稍后..."> <program>#XPLODE#Wrar.exe</program> <program>#XPLODE#Wrar.exe</program> </execute> </item> <item display="? 安装 Windows主题"> <execute display="? 正在安装 Windows主题 请稍后..."> <program>#XPLODE#BLUE.EXE</program> <arguments>/S</arguments> </execute> </item> <item display="? 安装Windows更新程序"> <execute display="? 正在安装 Windows Media Player 10 请稍后..."> <program>#XPLODE#UpdataWMP10.exe</program> <arguments>/Q:A /c:"setup_wm.exe /DisallowSystemRestore /Q /R:N"</arguments> </execute> <execute display="? 正在安装 KB834707 请稍后..."> <program>#XPLODE#UpdataKB834707.exe</program> <arguments>/quiet /norestart /n</arguments> </execute> <execute display="? 正在安装 KB867282 请稍后..."> <program>#XPLODE#UpdataKB867282.exe</program> <arguments>/quiet /norestart /n</arguments> </execute> 。。。。。。补丁就不一一列举了,自己替换文件名 <execute display="? Installing MSJavaVM 请稍后..."> <program>#XPLODE#hotfixMSJavx86.exe</program> <arguments>/Q:A /R:N</arguments> </execute> <execute display="? Installing MSJavaVM 请稍后..."> <program>#XPLODE#hotfixMSJavWU.exe</program> <arguments>/Q:A /R:N</arguments> </execute> </item> <item display="? 注册表优化"> <execute display="? 注册表优化中 请稍后..."> <program>regedit</program> <arguments>/s "#XPLODE#BLUE.REG"</arguments> </execute> </item> </items> </XPlode4>
config为安装时窗体的显示设置 window width='420' height='180' position='6' 这一行它的意思如下: 1:window width='420' height='180' 代表了显示界面的大小,宽420,高180 (一般可以不用设置height项!) 2:position='6'代表了显示界面是放在那个地方。如图所示: 0 1 2 3 4 5 6 7 8 要是0或9,或9以上的数字,那它都是在界面的左上角
items为安装命令的设置部分 在items里面的item为在安装时在窗体中的主分支部分,其中语句中包含的安装语句可以为一个或多个! 在安装的语句中的'<execute display="? 注册表优化中 请稍后...">'是显示的信息, <program>#XPLODE#Wrar.exe</program> 是路径,<program>#XPLODE#Wrar.exe</program>是安装的参数!
<config> <environment> <display.title>XPlode Installation</display.title> <display.complete>completed</display.complete> <acctmgmt.adduser>Adding user: #1#</acctmgmt.adduser> <acctmgmt.deluser>Deleting user: #1#</acctmgmt.deluser> <acctmgmt.addgroup>Adding group: #1#</acctmgmt.addgroup> <acctmgmt.delgroup>Deleting group: #1#</acctmgmt.delgroup> <execute.string>Executing: #1#</execute.string> <misc.sfcos-disable>Disabling Windows File Protection</misc.sfcos-disable> <misc.sfcos-enable>Enabling Windows File Protection</misc.sfcos-enable> <misc.netstart>Starting #1#</misc.netstart> <misc.netstop>Stopping #1#</misc.netstop> <registry.read>Reading from registry</registry.read> <registry.write>Writing to registry</registry.write> </environment> <display plugin='#XPLODE#XPlodeGFXInstall.x4d'> <show total='6' after='4' subcount='true' /> <font face='Verdana' antialias='true' small='8' large='13' /> <window width='420' height='200' position='4' /> <windowmode border='true' ontop='false' /> <colours> <header x='4' y='4' fore='#FFFFFF' /> <footer x='4' y='180' width='410' fore='#FFFFFF' /> <progress border='#000000' back='#FFFFFF' fore='#008800' /> <main x='16' y='40' width='388' fore='#FFFFFF' current='#FFFF00' description='#FFFF80' overlay='#FFFFFF44'/> </colours> </display> </config>
<config> <environment> <acctmgmt.adduser>Adding user: #1#</acctmgmt.adduser> <acctmgmt.deluser>Deleting user: #1#</acctmgmt.deluser> <acctmgmt.addgroup>Adding group: #1#</acctmgmt.addgroup> <acctmgmt.delgroup>Deleting group: #1#</acctmgmt.delgroup> <execute.string>Executing: #1#</execute.string> <misc.sfcos-disable>Disabling Windows File Protection</misc.sfcos-disable> <misc.sfcos-enable>Enabling Windows File Protection</misc.sfcos-enable> <registry.read>Reading from registry</registry.read> <registry.write>Writing to registry</registry.write> </environment> <display plugin='#XPLODE#XPlodeSilentInstall.x4d'/> </config>
举报 使用道具
本版积分规则 发表回复 回帖后跳转到最后一页
0
21
NVIDIA RTX Pro 5000,4000,3000
六个月超长时间深度评测!聊聊Thin
联想社区平台延保券兑换说明&常见
E480外壳磨损-外壳掉漆问题严重
灵感涌动的强者——ThinkPad P15v
建议 E485 重装系统
thinkpad X1 carbon Gen8检测不到
Thinkpad P1、P15等的键盘键帽
X13 Gen3 电池标尺剩余计量不准确
怎么清理Nac磁盘空间?这两种方法
优质服务商家
严格准入,优品出库
7*16小时在线服务
实时咨询,安心购机
专业测试 品质保证
安全监测,保证品质
退款售后无忧
质量问题三天包退7天包换
微信公众平台
扫描访问手机版
Archiver|手机版|小黑屋|水窝ibm
GMT+8, 2026-4-21 08:24 , Processed in 0.030054 second(s), 26 queries .
Powered by Discuz! X3.4
安家天下 上海房产网 北京房产网 广州房产网 深圳房产网 天津房产网 重庆房产网 武汉房产网 成都房产网 南京房产网 杭州房产网 西安房产网 济南房产网 沈阳房产网 贵阳房产网 昆明房产网
客服电话
电子邮件
在线时间:8:00-21:00