Unattended XPCD
   


.Net Framework 2.0
Submitted by Unknown

install.exe /S /qb-! /f

or try the following

Suppresses all UI screens during installation.

dotnetfx.exe /q:a /c:"install.exe /q"

-or-

msiexec.exe /i netfx.msi /qn ADDEPLOY=1


suppresses all UI screens except for a small progress dialog during installation.

You can run setup in unattended mode with one of the following command line switches:

dotnetfx.exe /q:a /c:"install.exe /qb"

-or-

msiexec.exe /i netfx.msi /qb ADDEPLOY=1




Last updated 2007-05-01 03:29:01 by skamranj  [Edit]
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001 - 2009 msfn.org
Privacy Policy