找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 2152|回复: 1

启动光盘中.NET Framework 2.0的一个问题

[复制链接]
发表于 2006-12-12 16:34:16 | 显示全部楼层 |阅读模式
大家先看看我的 SVCPACK.INF
[Version]
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir="\i386\svcpack"   (补丁全放在 I386\SVCPACK目录下)

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
xplode.exe

这样弄了以后,在还剩13分钟的时候开始打补丁,其他的补丁什么的都能正常安装,只有 .NET FrameWork 2.0
装不上去,但是如果换一种方式:在 WINNT.SIF里的 [GuiRunOnce] 调用xplode来打补丁的话, dotnetfx 2.0 就能正常安装
[GuiRunOnce]
    "%systemdrive%\install\xplode.exe"  (补丁全放在 $OEM$\$1\install 目录下)

请问下,怎样才能在前一种方法里正常安装 .Net FrameWork 2.0 ??

附一段 xplode.xml 的代码

                <item display="&raquo; 安装 WinRAR 3.51 中文版">

                        <execute display="&raquo; 正在安装 WinRAR 3.51 中文版 请稍后...">
                                <program>#XPLODE#\wrar351sc.exe</program>
                                <arguments>/S</arguments>
                        </execute>
                </item>

                <item display="&raquo; 安装 .NET Framework 2.0 更新程序">

                        <execute display="&raquo; 正在安装 .NET Framework 2.0 请稍后...">
                                <program>#XPLODE#\Updata\dotnetfx.exe</program>
                                <arguments>/Q:A /C:"install.exe /Q"</arguments>
                        </execute>

                        <execute display="&raquo; 正在安装 .NET Framework 2.0 中文语言包 请稍后...">
                                <program>#XPLODE#\Updata\dot_chs.exe</program>
                                <arguments>/Q:A /C:"install.exe /Q"</arguments>
                        </execute>
                </item>

                <item display="&raquo; 安装Windows XP 安全补丁更新程序">

                        <execute display="&raquo; 正在安装 Windows Media Player 10 请稍后...">
                                <program>#XPLODE#\Updata\mpsetup.exe</program>
                                <arguments>/Q:A /c:"setup_wm.exe /DisallowSystemRestore /Q /R:N"</arguments>
                        </execute>

                        <execute display="&raquo; 正在安装 KB834707 请稍后...">
                                <program>#XPLODE#\Updata\KB834707.exe</program>
                                <arguments>/quiet /norestart /n</arguments>
                        </execute>

                        <execute display="&raquo; 正在安装 KB867282 请稍后...">
                                <program>#XPLODE#\Updata\KB867282.exe</program>
                                <arguments>/quiet /norestart /n</arguments>
                        </execute>

                        <execute display="&raquo; 正在安装 KB873333 请稍后...">
                                <program>#XPLODE#\Updata\KB873333.exe</program>
                                <arguments>/quiet /norestart /n</arguments>
                        </execute>
发表于 2006-12-13 01:24:58 | 显示全部楼层
第一种安装 .NET Framework 2.0 的方法我曾经也试过,不成。。。同样的,[GuiRunOnce]中就很容易就实现了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1|闽公网安备35020302032614号 )

GMT+8, 2026-4-11 09:47

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表