ActiveReports 6 Online Help
Installer Command-Line Options

You can pass options to ActiveReports6 Setup.exe via the command line.

  1. Go to the Start menu.
  2. Click Run, enter cmd in the Run dialog and click OK.
  3. In the Command window that appears, enter the following command where you may use options from the table below.
Enter into the Command window
Copy Code
"C:\ActiveReports6\ActiveReports 6 Setup.exe" /s [OPTION1=VALUE1] [OPTIONN=VALUEN] 

Option Type Description
TARGETDIR string

The installation path for ActiveReports 6.

MINIMUM

boolean

 

Compact installation with the minimum required features (the samples and documentation are not included).

Note: Set to TRUE or FALSE in uppercase, otherwise the value will not take effect.

COMPLETE

boolean

Complete installation (the samples and documentation are included).

Note: Set to TRUE or FALSE in uppercase, otherwise the value will not take effect.

INSTALLSAMPLES

boolean

Specifies whether to insall the samples.

Note: Set to TRUE or FALSE in uppercase, otherwise the value will not take effect. 

SAMPLESDIR string The installation path for the samples. If TARGETDIR is not set, the default directory is "MYDOCUMENTS\GrapeCity\ActiveReports 6\Samples". If TARGETDIR is set, the default directory is the one you specify.
ALLUSERS boolean Performs installation for all users if set to TRUE. Otherwise, if set to FALSE, performs installation for the current user only.
USERNAME string The user name information for customer registration.
EMAIL string The email information for customer registration.
SERIAL string If SERIAL is not set, an evaluation version will be installed.
PROXYSERVER string The proxy server information.
PROXYPORT string The proxy port information.
PROXYUSERNAME string The proxy username information.
PROXYPASSWORD string The proxy password information.
See Also