The following table displays the parameters you can use to configure silent installation settings.

Silent Installation Setting Parameters

Parameter
Description
Setup /H |Help| ?
Displays the Help screen.
Setup /R <config_file path>
Starts recording mode. If the path is empty, the default path is the Windows directory C:\Windows\Temp\setup-ims.iss
Setup /S <config_file>
Performs a silent installation with the file name you specify.
The IM Security silent installation also supports remote database. You can edit the pre-configured file to configure remote database information.
Note
Note
If you have configured the local database, you do not need to edit the pre-configured file.
To edit the pre-configured file, open the pre-configured file setup-ims.iss in a file editor, and edit the following items at the bottom of the file:

Silent Installation Setting Parameters

Parameter
Description
RemoteSQLServerName
The IP address or server name of the remote SQL server.
RemoteSQLUserName
The logon user name of remote SQL server.
RemoteSQLPassword
The logon password of remote SQL Server.
SQLWindowsAuthentication
The authentication mode of remote SQL server.
  • 0: SQL server authentication
  • 1: Windows authentication