Procedure
- Copy the installation package and
setup.iss
to the target endpoint. - In the target endpoint, open a command prompt and type the directory of the installation package.
- Type the following:setup.exe -s <-f1path>setup.iss <-f2path>setup.log.For example:
C:\setup.exe -s -f1C:\setup.iss -f2C:\setup.log
Where:-
-s
: Triggers Setup to perform a silent installation -
<-f1path>setup.iss
: Location of the response file. If the path contains spaces, enclose the path with quotes ("). For example,-f1"C:\osce script\setup.iss"
. -
<-f2path>setup.log
: Location of the log file that Setup will create after installation. If the path contains spaces, enclose the path with quotes ("). For example,-f2"C:\osce log\setup.log"
.
-
- Press ENTER. Setup silently installs the server to the endpoint.
- To determine if installation was successful:
-
Check the Trend Micro Apex One program shortcuts on the target endpoint. If the shortcuts are not available, retry the installation.
-
Log on to the Trend Micro Apex One web console.
-