A silent installation enables you to deploy Toad and other Edition products to multiple machines. To install silently, you download an MSI file and then execute command-line parameters to install one product at a time. You can change the parameters to fit your environment or standards, such as installing to a different directory.
These instructions are for performing a silent installation of Toad and, optionally, installing licenses on the target computers. To perform a silent installation of other products that are provided with your Toad Edition, see the installation guide for that product on https://support.quest.com/technical-documentation.
Note: Toad is installed per machine, and will be available to all users on that machine.
Run the silent installation
- Go to https://support.quest.com/download-product-select.
- Search for Toad for Oracle.
- Under MSI Installers (Special Installations Only), download the Toad Editions zip file.
- Unzip the download file.
- From the Windows command prompt, run the Toad for Oracle MSI file. The basic command to run a silent installation is the following:
msiexec /i "full path to MSI file"
Example
msiexec /i " C:\Users\jdoe\Downloads\ToadForOracle_12.10.0.111_x86_En.msi"
See Command-line options for additional options.
Install licenses
Applies to legacy Toad for Oracle with offline license keys.
To install licenses on the target computers, you do the following:
- Create a Questkey.reg text file to specify each license key.
- Send the file to the target PC and import it to the Registry there.
To create the Questkey.reg file
Create the Questkey.reg file in a text editor. The following is a template:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\{08439167-4CA5-48E9-A810-A3A7C0B80B06}]
[HKEY_CURRENT_USER\Software\{08439167-4CA5-48E9-A810-A3A7C0B80B06}\Local]
[HKEY_CURRENT_USER\Software\{08439167-4CA5-48E9-A810-A3A7C0B80B06}\Local\REPLACE_WITH_KEY]
"SiteMessage"="REPLACE_WITH_SITEMESSAGE"
"ProductName"="REPLACE_WITH_PRODUCTNAME"
"ProductVersion"="REPLACE_WITH_PRODUCTVERSION"
Follow these steps to configure the file:
- Do not change the first two HKEY_CURRENT_USER lines. They are the key entries.
-
Replace the "REPLACE_WITH_(KEY | SITEMESSAGE | PRODUCTNAME | PRODUCTVERSION)" text with the relevant information supplied with your license.
-
Add any additional licenses as required in the same file by replicating the last four lines and then applying the correct information.
- Save the file.
To apply the file on the target computer
- Transfer the Questkey.reg file to the target PC.
-
Import the file to the Registry on the target PC with the following command in the Windows command prompt:
C:\> reg import Questkey.reg
When the user runs Toad and any product installed with Toad, the software validates the license and removes the entries from the Registry.
Toad (and any other product) is ready for use when the license is validated.
Command-line options
You can use the following command-line parameters when you silently install Toad:
Option | Parameter | Description |
---|---|---|
/l | Package|ProductCode | Installs or configures the product. |
/f |
[p|o|e|d|c|a|u|m|s|v] Package|ProductCode |
Repairs the product. This option ignores any property values entered in the command-line. The default argument list for this option is 'omus.' The following options are available:
|
/a |
Package |
Installs the product on the network. |
/x |
Package/ProductCode |
Uninstalls the product. |
/l |
[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] Logfile |
Writes logging information to a logfile in the specified path. The path to the logfile location must already exist. The installer does not create the directory structure for the logfile. Flags indicate which information to log. If no flags are set, the default is 'iwearmo.' The following options are available:
|
/q |
n|b|r|f |
Sets the user interface level. Review the following options:
Note: The ! option is available with Windows Installer 2.0 and works only with basic UI. It is not valid with the full UI. |
RESTRICTIONS |
p | Prevents users from saving their connection password by disabling the Save password field in the Database Login window. For example: RESTRICTIONS=p |
i |
Prevents users from accessing the Internet via Toad by disabling all Internet access in Toad. This can be combined with the 'p' parameter; for example: RESTRICTIONS=p,i |