This section explains how to install and deploy Bold Reports Enterprise Reporting in silent mode. This silent installer can be included in your existing installation process.
Please follow the below steps to install Bold Reports Enterprise Reporting in silent mode.
First, you need to download the BoldReports_EnterpriseReporting.exe
from your account.
Run the downloaded BoldReports_EnterpriseReporting.exe
by double-clicking it. The installer wizard automatically opens and extracts the package into the %temp%
folder.
The file boldreports_enterprisereporting(version)(timestamp).exe
file will be extracted into the %temp%
directory.
Run %temp%.
, and then Temp folder will be opened. The boldreports_enterprisereporting(version)(timestamp).exe
file will be present in one of the temp folders. The folder name will start with is
.
Copy the extracted boldreports_enterprisereporting(version)(timestamp).exe
file and paste it on any of the local drives.
Exit the Wizard.
Open the Windows command prompt in Administrator mode and navigate to the boldreportenterprisereport(version)(timestamp).exe
file location, which has been copied and pasted to the local drive.
Provide the necessary arguments in the below command to install the above Bold Reports Enterprise Edition
installer in silent mode.
parameters:
boldreports_enterprisereporting_(version)_(timestamp).exe /Install Silent /InstallPath:{Location to install} /IISPortNo:{Port_No} /IISSiteName:{siteName} /IsSetFirewall:{true/false} /IsDesktopShortcut:{true/false} /IsStartMenuShortcut:{true/false} /IsSilentStartUp:{true/false} /JsonFilePath:{Location of the Startup JSON file path}
You can install the Bold Reports Enterprise Edition installer in two ways.
a. Configuring the application startup details during the installation
b. Silent installation alone without providing the application startup details
If you need to set the application configuration details during the setup installation itself, you can use this parameter list.
Once the silent installation is completed, your application will be configured by default, and you can proceed to use the boldreports.
Download the application_startup JSON file and provide ServerConfiguration and UmsConfiguration details in the application_startup.json file.
We have to provide Database, Storage and Site details in ServerConfiguration
Example,
NOTE: We don’t need to provide DataStoreConfiguration details, as they are only required for BoldBI. Hence, we can ignore them.
We have to provide Database, Storage, User and unlockkey details in UmsConfiguration
Please follow the below steps to get an unlock key
Example,
After providing your inputs in the file, set IsSilentStartUp to true and provide the path of JSON file to the installer as an argument.
Example,
If you don’t want to provide the application startup configuration details during the silent installation, then set IsSilentStartUp to false and proceed with the installation.
Example,
Once the setup installation is completed, you can provide the startup details in the Bold Reports application itself and configure it. Refer to the application startup guide for more information on application startup.