2011年5月28日土曜日

vcredist_x86.exe インストール オプション

http://blogs.msdn.com/astebner/archive/2006/08/23/715755.aspx

Unattended install
This option will run setup and display a progress dialog but requires no user interaction.

vcredist_x86.exe /q:a


Unattended install with no cancel button
This option is the same as the previous option, except that the user will not have the option to press cancel during installation.

vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qb! /l*v %temp%\vcredist_x86.log"


Silent install
This option will suppress all UI during installation.

Vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log"


0 件のコメント:

コメントを投稿