Chinaunix首页 | 论坛 | 博客
  • 博客访问: 88965
  • 博文数量: 71
  • 博客积分: 3000
  • 博客等级: 中校
  • 技术积分: 715
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-07 16:46
文章分类

全部博文(71)

文章存档

2010年(71)

我的朋友

分类:

2010-09-13 11:20:04

--------------------------------------------------------------------------------
Notes
--------------------------------------------------------------------------------
1. Extract MSI from rktools.exe
rktools.exe /T: /C
Example: rktools.exe /T:c:\temp\reskit /C
2. Execute the MSI with native command line options...type msiexec /? at a command prompt
Example: msiexec /I c:\temp\reskit\rktools.msi /QB
Notes....
1. You can control the installation directory by setting the RKTOOLS property.
Example: To install to c:\program files\reskit
msiexec /I rktools.msi /QB RKTOOLS="%ProgramFiles%\reskit"
2. At the time of this posting Microsoft doesn't officially support the Windows 2003 Resource Kit Tools on 64-bit platforms. Various people have reported success in running them on the X64 platform because of WOW. (Provided by jasonth)
--------------------------------------------------------------------------------
Command Lines
--------------------------------------------------------------------------------
You can use as command line this command:
msiexec /i rktools.msi /qn /norestart (Provided by jmpouliot)
阅读(501) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~