During a typical installation, users are required to select or confirm options, such as where the application should be installed. In a silent installation, these options are selected automatically and the installer runs without requiring any user input.
This topic is aimed at Administrators who want to run a silent (unattended) installation to silently install or upgrade Data360 Analyze on user machines, applying predefined settings, without the need for user interaction.
Configuring the varfile
Before performing a silent installation, you must first configure a response.varfile
with the settings that you want to apply to your user's machines. You can use a response.varfile
from an existing installation, as follows:
- Locate the
response.varfile
in the.install4j
folder of the existing installation directory. For example:C:\Program Files\Data360 Analyze\.install4j\response.varfile
- Make a copy of this file and save it in the location where you want to run the silent installation.
- Edit the parameter values as required. The following table gives examples of how to configure the parameters for both the Local User and All Users installation options. The Local User option installs the application for use by a single user of the target computer. In the following Local User installation examples,
<<user>>
should be replaced with the username of the user who will use Data360 Analyze. The All Users option enables all users who log onto the target computer to use Data360 Analyze.
Common varfile variables
You can configure the varfile variables according to your installation needs. The examples in the table below show the Data360 Analyze default values.
$<data type>
, the parameter value must be in the specified data type. For example, $Boolean
indicates that you must enter a Boolean value, i.e. add =true
or =false
at the end of the parameter string. If a data type is not specified, a string value is required.Parameter | Description |
---|---|
|
Specifies whether to display a Data360 Analyze desktop icon. For example: |
|
Specifies the Data360 Analyze home directory location. This should be the same as the installation directory, as set in the For example: |
|
Specifies the location of the Data360 Analyze site directory. For example, for the Local User installation option:
where Or for the All Users installation option:
|
|
Specifies the path to your Data360 Analyze license file. For example:
|
|
Specifies the Data360 Analyze Server port. For example: |
|
This should be the same as the installation directory, as set in the For example: |
|
Sets the Data360 Analyze Tomcat Server HTTP port. For example: |
|
Sets the Data360 Analyze Tomcat Server stop port. For example: |
|
Specifies the location for storing the web app .jks file. For example, for the Local User installation option:
where Or for the All Users installation option:
|
|
Sets the location of the Data360 Analyze data directory. For example, for the Local User installation option:
where Or for the All Users installation option:
Tip: The data directory is where backup files and temp files are stored.
|
|
For the Local User installation option, set this parameter to
For the All Users installation option, set this parameter to
|
|
If you want to restore your system to an earlier state, please contact support. To perform a fresh installation, set this parameter to
To restore to a backup file, set this parameter to If you are performing a backup, you also need the to specify where the backup file is located in the
Or, to perform a fresh installation, set this parameter to For example: Note: The backup / restore facility can only be used to restore your system to a previously known state on the same version. For example, if you are installing Data360 Analyze 3.4.3, you can only restore to a backup file that was created on a 3.4.3 installation.
|
|
Specifies the location of the backup file, for example:
|
|
For the Local User installation option, set this parameter to
For the All Users installation option, set this parameter to
|
|
Specifies whether to start Data360 Analyze on logon. For example: Tip: It is recommended that you set this parameter to
true if your users will be using the Automation Services (scheduling) feature. |
|
Specifies whether to retain temporary execution data. For example: |
|
Specifies the location to save temporary execution data when For example: |
|
Indicates whether Administrator rights are required. For example: Note: It is recommended that you always set this parameter to
true . |
|
Specifies the Data360 Analyze installation directory. For example, the following will install Data360 Analyze into the C:\ProgramFiles directory:
Note: The
laeWebAppHome and laeHome parameter values should match the value set on this parameter. |
|
Sets the language for Data360 Analyze. Currently only English is supported. For example: |
|
Indicates whether to create a Data360 Analyze desktop icon for all users if you are using the All Users installation option. For example: |
|
Indicates whether an entry should be added to the Windows Start menu. To add an entry to the Windows Start menu, set this property to
If this property is set to Tip: If this parameter is not present, no entry will be added.
|
|
Specifies the name of the group found under the Windows Start menu. For example: |
Example Local User varfile
Example All Users varfile
Running a silent installation
- Run Windows Command Prompt as an Administrator.
- Change the directory to point to the location of the installer and varfile.
- Type the following command, where
<release_number>
is the Data360 Analyze release version:Data360 Analyze_<release_number>-Desktop-windows-x86-64.exe -q -Dinstall4j.suppressUnattendedReboot=true -varfile <location of varfile>/response.varfile
Performing a silent uninstallation
- Locate the
response.varfile
in the.install4j
folder of the installation directory. This is the same varfile that is used for installation. - Copy the
response.varfile
to a different location. - Add the following uninstall parameters to the
response.varfile
, configuring the values with the settings that you want to apply to your user's machines:
Parameter | Description |
---|---|
|
Specifies whether to delete the local site directory. Set this parameter to true to delete the site directory:
|
|
Specifies whether to delete temporary execution data. Set this parameter to true to delete temporary execution data:
|
|
Specifies whether to delete backup files. Set this parameter to true to delete backup files:
|
- Run Windows Command Prompt as an Administrator.
- Change the directory to point to the location of the installation.
- Type the following command, referencing the location of the varfile that you copied in step two:
uninstall.exe -q -varfile <location of varfile>/response.varfile