Versions Compared

Key

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

Installing Aqua Data Studio in Windows OS


Table of Contents
maxLevel3


1. Download the installer

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

2. Installing Aqua Data Studio

3. Launch the installer

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

dowloaded_installer.pngImage Added

The installer is code-signed with a code-signing certificate to insure 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 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 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 Added


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

Select the language of the installer.

installer_language.pngImage Added

Agree to the License Agreement.

installer_license_agreement.pngImage Added

Select an installation directory.

installer_destination.pngImage 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). 

Aqua Data Studio will automatically detect all of the settings of your previous installation, including the license information.

Launching Aqua Data Studio

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 Added


Launching from the command line

Once it is installed, it can also be launched from the command line, using the java virtual machine pre-bundled with the application, or using the java virtual machine previously installed on the computer.

To launch Aqua Data Studio using its bundled Java Virtual Machine from the command prompt, run:

Windows 10, Windows 8.1 64-bit, Windows 7 64-bit, Windows Vista 64-bit, and Windows XP Pro 64-bit

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 Added

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

If you wish to run Aqua Data Studio with the Java Virtual Machine that already existed on your computer, run the following from the command prompt:

Windows 10 64-bit, Windows 8.1 64-bit, and Windows 7 64-bit

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 Added

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

Download the Compressed Zip (.zip) version from Customer Support Portal

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 Added

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

zip-datastudio-folder.pngImage 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 Added

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

zip-datastudio-bat.pngImage Added