Silent Installations
- Last Updated: April 5, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
The OpenAccess SDK Server installer provides a command-line option for silent installations on Windows servers. Silent installations are useful for system administrators who want to create a batch file to execute multiple identical installations of OpenAccess SDK Server.
Suppose you want to install a licensed copy of OpenAccess SDK Server on a 32-bit machine using only the OpenAccess SDK for Java, and specifying the location of the JVM to use if AutoDetect does not identify the JVM location.
You would use the following command from the directory that contains the installation file:
`oaserver32_win_version_setup.exe /s /v"NAME=QA COMPANY=DataDirect SERIAL=EVAL INSTALLDIR=\"C:\Program Files\DataDirect\oaserver90\" AGENTNAME=OpenAccessSDK900_Agent AGENTPORT=20091 ACCOUNTNAME="AMERICAS\Betsyk" CSERVICE=TRUE JSERVICE=TRUE NSERVICE=FALSE SERVICENAME_C=OpenAccessSDK900_C SERVICEPORT_C=20092 SERVICENAME_JAVA=OpenAccessSDK900_Java SERVICEPORT_JAVA=20094 SERVICENAME_JAVA_SQL=OpenAccessSDK900_Java_SQL SERVICEPORT_JAVA_SQL=29989 JVMAUTODETECT=YES JVMLOCATION=\"C:\Program Files\Java\jre8\bin|client\" /qn /l*v \"c:\oaserver32_java_yes.txt\""`
where version is the version number of the release.