This document provides steps required to deploy Crystal Reports XI to multiple computers using Endpoint Central.
To deploy Crystal Reports XI, follow the steps given below:
Installation parameter | Description |
---|---|
INSTALLDIR="filepath" | Specifies the machine and directory where you want to install Crystal Reports. Replace filepath with the full path for the installation directory. For example, "C:\Program Files\Business Objects\Crystal Reports 11". |
COMMONVERDIR="filepath" | Specifies the machine and directory where you want to store the common files directory created during the installation. Replace filepath with the full path for the common files directory. For example, "C:\Program Files\Common Files\Business Objects\3.0". |
PIDKEY=00000-0000000- 0000000-0000 |
Specifies your product activation keycode |
REBOOT=ReallySuppress | Prevents Crystal Reports from prompting the user to reboot the machine. |
/qn+ | Performs the installation silently, but prompts the user when the installation is complete. |
/qn | Performs the installation silently, without prompting the user. |
ADDLOCAL | Specifies a list of features, delimited by commas, that you want to install. For example, ADDLOCAL=ALL Note: When using any of the EXCLUDE parameters in this table, you must also use ADDLOCAL. For example, ADDLOCAL=ALL EXCLUDERDCFILES=1 |
EXCLUDEDOTNETFILES | Specifies whether the .NET developer components should be installed. For example, EXCLUDEDOTNETFILES=1 The default value is 0, which indicates that the .NET developer components should be installed. The value 1 indicates these components should not be installed. |
EXCLUDEJAVAFILES | Specifies whether the Java developer components should be installed. For example, EXCLUDEJAVAFILES=1. The default value is 0, which indicates that the Java developer components should be installed. The value 1 indicates these components should not be installed. |
EXCLUDERDCFILES | Specifies whether the RDC developer components should be installed. For example, EXCLUDERDCFILES=1. The default value is 0, which indicates that the RDC developer components should be installed. The value 1 indicates these components should not be installed. |
You have successfully installed Crystal Reports XI to the targetted computers.