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.
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.
To install licenses on the target computers, you do the following:
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:
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.
To apply the file on the target computer
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.
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 |
A Read-only version of Toad prevents the user from making any changes to the database, regardless of his or her Oracle privileges. Toad provides a read-only installer in 32-bit and 64-bit versions. You must have the appropriate license for a read-only version of Toad.
To install Toad for Oracle Read-Only
To install other products that are bundled with your Toad Edition:
All products within a Toad Edition share a licensing key. For best results, when you have completed installation of your products, run Toad for Oracle first and enter the license key when prompted. This ensures that all installed products reflect the appropriate license key.
If you have previously licensed versions of Toad for Oracle or the other products in this Edition, your old license keys will continue to work. If you are upgrading to a different Edition and have been issued a new key, use the following procedure to apply it.
To upgrade an existing license
Select Help | Licensing, then enter your new license key. Any new features are enabled automatically, and any additional Toad products are licensed using this key.
© ALL RIGHTS RESERVED. Feedback Terms of Use Privacy