|
求助虫大怎样解决?
从虫大的【网虫2008】完整版_WinPE20101127_修正版导出的PXE_2003PE.ISO,能够通过PXE正常启动。不过启动后,运行instPE.cmd安装Radmin3.4,内容如下。运行到
devcon.exe install %~dp0mirrorv3.inf ROOT\DISPLAY\0001
一句后程序停顿无法继续安装,导致安装失败。但是同样的程序和安装方法,在我心如水2003_PE v16.16 PXE版本中能够正常安装和使用Radmin3.4。
devcon.exe已经上传到附件。
devcon.rar
(14.71 KB, 下载次数: 26)
instPE.cmd内容
@echo off
PUSHD %~dp0
copy tp.inf %temp%
secedit /configure /db %temp%\tp.sdb /cfg %temp%\tp.inf /log %temp%\tp.log
del %temp%\tp.*
:indev
devcon.exe install %~dp0mirrorv3.inf ROOT\DISPLAY\0001
sc create Rserver3 binpath= "%~dp0rserver3.exe /service" type= own type= interact start= auto DisplayName= "Radmin v3.4"
sc description Rserver3 "Radmin v3.4"
sc create raddrvv3 binpath= "%~dp0raddrvv3.sys" type= kernel start= system group= Base displayname= raddrvv3
regedit /s user.reg
net start Rserver3
net start raddrvv3
rem 运行设置
:rserver3.exe /setup
------------------------------------------------------
devcon.exe文件版本信息:
H:\NetTools\radmin34\Radmin3.4.Greeen\Radmin34.2K3\devcon.exe
on Advanced Serverversion 6.6002
File Version Information :
Version language : English (United States)
CompanyName : Microsoft Corporation
FileDescription : Windows Setup API
FileVersion : 5.2.3718.0 (dnsrv.021114-1947)
InternalName : SETUPAPI.DLL
LegalCopyright : ? Microsoft Corporation. All rights reserved.
OriginalFilename : SETUPAPI.DLL
ProductName : Microsoft? Windows? Operating System
ProductVersion : 5.2.3718.0
Creation Date : 2010/11/28 17:38:41
Last Modif. Date : 2002/11/14 22:32:08
Last Access Date : 2010/11/28 20:57:50
FileSize : 55808 bytes ( 54.500 KB, 0.053 MB )
FileVersionInfoSize : 1788 bytes
File type : Dynamic Link Library (0x2)
Target OS : Win32 API (Windows NT) (0x40004)
File/Product version : 5.2.3718.0 / 5.2.3718.0
Language : English (United States) (0x409)
Character Set : 1200 (ANSI - Unicode (BMP of ISO 10646)) (0x4B0)
Build Information :
Debug Version : no
Patched Version : no
Prerelease Version : no
Private Version : no
Special Build : no
[ 本帖最后由 shuren 于 2010-11-28 22:59 编辑 ] |
|