Aqua Data Studio can be installed in silent mode in Windows. The Aqua Data Studio installers are built with install4J. Below we describe how to perform a silent installation. For further installation options see the install4j Command Line Options

Silent Installation: All Users

Aqua Data Studio can be installed using silent installation by running the .exe installer from the command line with the addition of the -q option. This command will quietly install Aqua Data Studio for all users of a system:

C:\Users\a\Desktop> ads-windows-x86-20.0.0.exe -q

Installing in Local User's Profile Only

By default the installer creates Program Group icons for all users on the system. To install in the local user’s profile only and not be available for anyone else, use the
-Vsys.programGroupAllUsers$Boolean=false option as shown below:

C:\Users\a\Desktop> ads-windows-x86-20.0.0.exe -Vsys.programGroupAllUsers$Boolean=false -q


  • No labels