The silent install process installs Enterprise Designer without user intervention.
Instead of prompting the user for information such as the installation location, the
installer uses preconfigured selections that you specify.
To use the silent installer you must first create an installer properties file by
running the client installer and responding to the prompts. The resulting properties
file can then be used to silently install Enterprise Designer on other
computers.
-
Open a
web browser and go to the Spectrum Technology Platform Welcome Page at:
http://servername:port
For example, if you installed Spectrum Technology Platform on a computer named
myspectrumplatform and it is using the default HTTP port 8080, you
would go to:
http://myspectrumplatform:8080
-
Click
Platform Client Tools.
-
Click Download Installer.
-
Choose to save the file to a location on your computer.
Note: Save the installer on a Windows computer that does not already have
Enterprise Designer installed. You will need to run the installer in order
to specify the options you want to use in the silent install process.
-
Open a Windows command prompt.
-
In the command prompt, change directories to the directory where you saved the
installer.
-
Execute the following command:
Setup.exe -r installer.properties
-
Respond to the installer prompts by selecting the options that you want to use
when the installer runs silently.
For example, if you want the silent installer to install Enterprise Designer
to C:\Spectrum\EnterpriseDesigner, specify
C:\Spectrum\EnterpriseDesigner when prompted for an
installation folder.
When the installer finishes running, a properties file named
installer.properties is created in the same folder as
the Setup.exe file.
-
Open the file installer.properties in a text editor.
-
Add the following on line 8 of the file:
INSTALLER_UI=silent
Note: This is case sensitive to be sure to enter it exactly as shown
above.
-
Save and close the properties file.
You have now configured a properties file that will enable you to install
Enterprise Designer silently.
-
To install Enterprise Designer silently, place
installer.properties and Setup.exe in
the same folder on the computer where you want to install Enterprise Designer
and run Setup.exe. When the installer executes it will
detect installer.properties and automatically run in silent
mode.
Alternatively, you can place installer.properties in
different directory and give the absolute path to the property in the command
prompt using the -f argument, as
follows:
Setup.exe -f
PathOfPropertyFile\installer.properties