Quantcast
Channel: DevExpress CodeRush Tips and Tricks » Installation
Viewing all articles
Browse latest Browse all 8

How to install/uninstall IDE tools in quiet/silent mode

$
0
0

IDE tools installation can be launched in silent (without GUI and no questions asked) mode. Here’s a sample command line:

IDETools-10.1.0.exe /Q /EMAIL:myaddress@company.com /CUSTOMERID:A1234 /PASSWORD:MYPASS /DEBUG

Available switches:

/Q – quite mode without GUI, no questions asked.
/INSTALLPATH:<path> – allows you to specify an installation directory instead of %ProgramFiles%\Developer Express .NET v10.1 used by default.
/EMAIL:email – email is your email address of your Client Center account.
/CUSTOMERID:id – id is your Security ID in the Client Center.
/PASSWORD:pwd  - “pwd” is your Client Center password (case-sensitive).
/DEBUG – forces the log file creation.

Available arguments:

-U – uninstall/remove mode

Sample:

IDETools-10.1.0.exe /Q -U

—–
Products: all
Versions: 9.1 and up
VS IDEs: any
Updated: Mar/11/2010
ID: T018

Similar Posts:


Viewing all articles
Browse latest Browse all 8

Trending Articles