The Nexus OCSP Responder can be silently installed by passing arguments to the MSI installation file. In the following examples, replace <Installation_folder>
, <Configuration_folder>
and <Path_to_licensefile>
with the corresponding paths.
Example with no user interface
CODE
» Nexus_OCSP_Responder.msi /QN
INSTALLFOLDER="<Installation_folder>" CONFIGFOLDER="<Configuration_folder>"
LICENSESRC="<Path_to_licensefile>"
Example with no user interface and specific JDK to use
CODE
» Nexus_OCSP_Responder.msi /QN
INSTALLFOLDER="<Installation_folder>" CONFIGFOLDER="<Configuration_folder>"
LICENSESRC="<Path_to_licensefile>" JDKDIR="<Path_to_JDK_home>" SPEC_JDKDIR="TRUE"
Example with no user interface, default configuration folder and logging of status messages
CODE
» Nexus_OCSP_Responder.msi /QN /LI statuslog.log
INSTALLFOLDER="<Installation_folder>" LICENSESRC="<Path_to_licensefile>"
Example with default configuration folder and no user interface except for a modal dialog box displayed at the end and verbose logging
CODE
» Nexus_OCSP_Responder.msi /QN+ /LV verboselog.log
INSTALLFOLDER="<Installation_folder>" LICENSESRC="<Path_to_licensefile>"