几个软件的静默安装方法(转)
2014-01-02 11:04阅读:
让各种软件静默部署是很重要的,可以节约大量的时间和精力。这里是几个常用软件的静默安装。
1. Adobe Reader 9
PDF免费的阅读器很多,比如有名的Foxit Reader,十分小巧轻便,相较而言Adobe
Reader非常臃肿缓慢。但在实际使用中,多次遇到Foxit无法正常打开的PDF文件,用Adobe没问题。因此建议大量使用PDF的公司还是用Adobe为佳。
下载地址:
http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
其中包括补丁包和各种语言包,如果公司接触海外或港澳台客户,建议安装语言包。
静默安装代码:
- AdbeRdr930_zh_CN.exe /sPB
/rs /l
/msi'/qb-! /norestart
ALLUSERS=2
EULA_ACCEPT=YES
SUPPRESS_APP_LAUNCH=YES'
- msiexec /p
AdbeRdrUpd932_all_incr.msp /qb-!
/norestart
- REM http://www.adobe.com
/support/downloads/product.jsp?product=10&platform=Windows
- REM LangFontPack90
- msiexec /i
FontPack90_zh_TW.msi /qb-!
/norestart
- msiexec /i
FontPack90_ja_JP.msi /qb-!
/norestart
- msiexec /i
FontPack90_ko_KR.msi /qb-!
/norestart
- msiexec /i
FontPack90_Xtd_Lang.msi /qb-!
/norestart
- msiexec /i
AdbeRdrSD90_all.msi /qb-!
/norestart
2. Adobe Flash 10
Flash 很常用,建议安装。
下载地址:
Active X for IE
http://www.adobe.com/go/full_flashplayer_win_msi
Plug-in For firefox
http://www.adobe.com/go/full_flashplayer_win_pl_msi
静默安装代码:
- msiexec /I
install_flash_player_10_active_x.msi
/qb- /norestart
- msiexec /I
install_flash_player_10_plugin.msi /qb-
/norestart
3.Windows Live 软件包 MSN9
注意应该下载136兆的 wlsetup-all.exe
静默安装代码:
- REM Install
complete live suite
with the
following switches:
- REM -
AppSelect:[ProductID] or
![ProductID] Photo,Mail,Messenger
- REM -
log:log_location
- REM -
NOToolbarCEIP (to
not opt
into Toolbar
CEIP)
- REM -
NOhomepage (to
not
set
home page defaults)
- REM - Nolaunch
(blocks all
applications
from running
automatically after
your installation
is complete)
- REM - NOMU
(to opt
the computer
into
Microsoft
Update)
- REM - nosearch
(to
not
set
search defaults)
- REM - q
(for a
silent/unattended install)
- REM 仅安装Messenger,Live
Mail。不要安装IE工具条,不要设置主页,不要设置默认搜索,不要立即运行
- WLSetup-all.exe /q
/NOToolbarCEIP /NOhomepage
/Nolaunch /nosearch
/AppSelect:Messenger,Mail
4.IE8 For XP
静默安装代码:
- REM 静默安装IE8
For XP
不要在线升级
- IE8-WindowsXP-x86-CHS.exe /passive
/update-no
/norestart
1.
Microsoft Security Essentials
微软出的杀毒软件,完全免费,而且效果不错,又安静。现在更是可以用WSUS来更新,对小公司来说真是不错。
下载:
http://www.microsoft.com/security_essentials
首先用WinRAR、7-Zip之类的压缩软件,将下载下来的mssefullinstall-x86fre-zh-cn-xp.exe文件(根据下载的版本不同,文件名会不同)解压缩。得到类似以下一些文件:

静默安装代码:
- REM
http://www.microsoft.com/security_essentials
- setup.exe /s /runwgacheck
/o
2.
SQL Server Native Client 2008 R2
最新的SQL Server 客户端,安装包在光盘中。
静默安装代码:
- REM SQL SERVER
native client 2008
R2 x86
- msiexec /i
sqlncli.msi /qb-
/norestart
IACCEPTSQLNCLILICENSETERMS=YES
- REM SQL SERVER
native client 2008
R2 x64
- msiexec /i
sqlnclix64.msi /qb-
/norestart
IACCEPTSQLNCLILICENSETERMS=YES
3. ImgBurn
免费的刻录软件,而且功能齐全,有中文语言包可以下载,非常推荐。
下载地址:
http://www.imgburn.com/
下载安装包SetupImgBurn_2.5.1.0.exe,语言包chinese_prc.lng
静默安装代码:
- REM 安装ImgBurn
- SetupImgBurn_2.5.1.0.exe /S
- REM 复制中文语言包
- copy chinese_prc.lng
'%ProgramFiles%\ImgBurn\Languages'
/y
- REM 将当前用户默认语言设置为中文
- reg add
HKCU\Software\ImgBurn /v
'GENERAL_Language'
/t REG_DWORD /d
0x00000804 /f
4. NeroBurnRights
Nero的刻录机使用权限管理软件。如果你使用域控管理的话,用户通常只有本机的Users权限,此时是无权使用刻录机的。你可以将用户提升权限,当然这是下策。这个软件可以帮助Users权限的用户正常使用刻录机。
下载地址:
http://www.nero.com/enu/support-nero6-tools-utilities.html
静默安装代码:
- REM 设置为所有用户均可使用刻录机
- setup.exe /silent
/Burnrights:all
5. Skype
非常有名的网络电话软件,语音效果绝佳。这里是国际企业版的安装方法
下载地址:
http://www.skype.com/intl/en-us/business/download/
静默安装代码:
- REM
http://www.skype.com/intl/en-us/business/download/
- REM INSTALLLEVEL :
Property which controls
which feature/s gets
installed
- REM INSTALLEVEL=10
(set
by
default,
install all
features [/qb])
- REM INSTALLEVEL=1 (Installs
the 'Phone'
feature
only)
- REM INSTALLEVEL=3 (Installs
the 'Phone
and IE PLUGIN'
features does
not install
the Plugin
for Firefox)
- REM example: msiexec
/i skypesetup.msi /qb
INSTALLLEVEL=1
- msiexec /i skypesetup.msi
/qb INSTALLLEVEL=1
以上这些静默安装方法都是从网上收集整理的,一般如Adobe、Microsoft这类大公司,都会详细介绍各自的软件如何静默安装。
MDT的安装文档中提到一个非常好的网站:
http://www.appdeploy.com/
,里面介绍了大量软件静默安装的方法,不过是全英文的,而且没有国产软件的介绍。