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. Code Block |
---|
title | Example with no user interface |
---|
| » Nexus_OCSP_Responder.msi /QN
INSTALLFOLDER="<Installation_folder>" CONFIGFOLDER="<Configuration_folder>"
LICENSESRC="<Path_to_licensefile>" |
Code Block |
---|
title | Example with no user interface, default configuration folder and logging of status messages |
---|
| » Nexus_OCSP_Responder.msi /QN /LI statuslog.log
INSTALLFOLDER="<Installation_folder>" LICENSESRC="<Path_to_licensefile>" |
Code Block |
---|
title | Example with default configuration folder and no user interface except for a modal dialog box displayed at the end and verbose logging |
---|
| » Nexus_OCSP_Responder.msi /QN+ /LV verboselog.log
INSTALLFOLDER="<Installation_folder>" LICENSESRC="<Path_to_licensefile>" |
|