Installing the ADO.NET Client Silently
- Last Updated: April 5, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
Note: The ADO and ADO.NET clients are currently available only in OpenAccess SDK 8.1. However, they are compatible with the OpenAccess SDK 9.0 server.
-
Using a command line, change to the directory containing the installation file for the ADO.NET Client
-
oanet32_win_version_setup.exe on a 32-bit machine
-
oanet64_win_version_setup.exe on a 64-bit machine
where version is the OpenAccess SDK version number.
-
-
Using a command line, type the following command:
oanet32[64]_win_*version*_setup.exe /s /v"INSTALLDIR=*install_dir* /qn /l*v *\path\logname*.txt "where
install_dir is the installation directory, for example,
\"C:\Program Files\DataDirect\oaadonet90\".versionis the OpenAccess SDK version number.path\logname.txtis the the path where you want the log file created, as well as the name of the log file, for example,c:\oanet.txt. -
Press ENTER. The installation will proceed, using defaults, without requiring any further interaction. The /s switch specifies a silent installation. Other switches and properties can also be used to customize the installation; see the Microsoft Windows Installer SDK documentation.