Silent Install Possible???
jolthoff
Posts: 7
I'm looking to see if anyone can help me install SQL Prompt v3.9 silently? I have tried all the switches I can think of to get this to go, but with no luck. Is there a special switch that I can use to install this silently or quietly?
Any help is greatly appreciated!
Jeff
Any help is greatly appreciated!
Jeff
Comments
The closest we can get to this is: using the command-line to install each product (to cause the product to activate, supply a custom property called RG_LICENSE setting the product serial number). So, for example:
MSIExec /i "SQL Prompt.msi" RG_LICENSE=000-000-000000-0000
Please follow the below mentioned steps to obtain the MSIs:
1. Run the SQLToolbelt.exe
2. As the installation starts and you receive the first screen then right click in the header panel (in the very, very top left)
3. Click on the 'Locate temporary file' menu- installation's temporary folder pops up
4. Installer extracts all the msi's for all products
Kindly let me know if that helped.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
I also appreciate the tip for the License Activation! You have no clue how long we've been trying to figure this out for this product!
Thanks a million!
Jeff
We are pleased it worked for you!
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
My install line now looks like this:
I also found the following...
I grabbed the msi from the Temp Files location, and just pulled the "SQL Prompt_3.9.0.43" folder out from that location. It contained another folder called "Red Gate". I found that I needed to create a script to copy this folder and it's contents to C:\Windows\Temp\ for the install to work properly. I have noticed I only needed this to be done if I was upgrading only. Below is a simple vbs script I use to accomplish this:
Hope this helps everyone else out!
Thanks again
Jeff
That will be definitely very helpful !
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com