Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install ADS in Windows OS

Table of Contents
maxLevel3
minLevel3

Download the installer

The first step is to download the Windows Installer from the Customer Support Portal

...

Launch the installer once the installer is downloaded, double-click it to begin the installation process.

dowloaded_installer.pngImage RemovedImage Added

The installer is code-signed with a code-signing certificate to insure ensure that the installer actually comes from IDERA, Inc. and that the installer has not been altered. Each new version of the installer may be signed with a new code-signing certificate since our certificate usually expires on a yearly basis.

Due to an update in the Microsoft Defender SmartScreen technology, you may see a warning popup when you launch the installer.

SmartScreen.pngImage RemovedImage Added

This happens when an installer is signed with a new code-signing certificate that has not been circulated long enough to gain enough "reputation".

Click More info link to show the Publisher of the installer.

MoreInfo.pngImage RemovedImage Added

Make sure that the publisher is "Idera, Inc." and click the Run anyway button to launch the installer.

You may be presented with the User Account Control (UAC) screen.

uac.pngImage RemovedImage Added

Click Yes to allow Aqua Data Studio to be installed on this computer.

Select the language of the installer.

installer_language.pngImage RemovedImage Added

Agree to the License Agreement.

installer_license_agreement.pngImage RemovedImage Added

Select an installation directory.

installer_destination.pngImage RemovedImage Added

If you have already installed a previous version of Aqua Data Studio, it is best to install the newest version in a different directory (the installer will pick a new directory by default). 

...

Notice that there are two installations of Aqua Data Studio in the screenshot below. This illustrates how it is possible to have a current version and an older version installed. The two cannot be run simultaneously.

aqua-data-studio-versions.pngImage RemovedImage Added

Launching from the command line

...

Code Block
languagepowershell
C:\>"Program Files\Aqua Data Studio 20.0 - 64bit\datastudio-bundled.bat"

32-bit versions of Windows 8.1, and Windows 7

Code Block
languagepowershell
C:\>"Program Files (x86)\Aqua Data Studio 20.0 - 32bit\datastudio-bundled.bat"

datastudio_bundled_bat.pngImage Removed

Image Added

Launching from the command line and using a pre-installed Java Virtual Machine

...

Code Block
languagepowershell
C:\>"Program Files\Aqua Data Studio 20.0 - 64bit\datastudio.bat"

32-bit versions of Windows 8.1 and Windows 7

Code Block
languagepowershell
C:\>"Program Files (x86)\Aqua Data Studio 20.0 - 32bit\datastudio.bat"

datastudio_bat_32bit.pngImage RemovedImage Added

Running Aqua Data Studio without installing - Using the ZIP (without installer)  version

...

Decompress/Unarchive/Unzip Package - Next step is to decompress and unarchive the package. You need to open the package file with Winzip or Windows' built-in extraction tool and decompress it into a selected directory.

zip-extract-datastudio.pngImage RemovedImage Added

To launch Aqua Data Studio from the directory it has been extracted to, double click on datastudio.exe,

zip-datastudio-folder.pngImage RemovedImage Added

Just like the installed version, it is possible to run datastudio-bundled.bat to run the Java Virtual Machine bundled within Aqua Data Studio .zip version.

zip-datastudio-bundled.pngImage RemovedImage Added

If you wish to run Aqua Data Studio with the Java Virtual Machine that already existed on your computer, run datastudio.bat.

Image Addedzip-datastudio-bat.pngImage Removed