include license with MSI installation

ooshnooooshnoo Posts: 3
edited May 1, 2014 11:33AM in SQL Prompt
Hi..

I've extraced the MSI for use with deploying via SCCM. How can include the license key in the install string? what switch would I use?

Comments

  • Aaron LAaron L Posts: 596 New member
    Hi ooshnoo,

    I'm not sure about running these with the MSI extracted, but if you use the installer from check from updates (current release is at http://download.red-gate.com/checkforup ... .0.345.exe)

    You should be able to run it with the following command line to install with a license and without any user input:
    SQLPrompt_6.3.0.345.exe /IAgreetoTheEULA RG_LICENSE=123-123-123456-1AA1
    

    Edit: Just a quick update, I gave it a go with the msi and it looks like adding "RG_LICENSE=<your license key>" to the command line also works there.
  • Thank you Aaron. I will give it a shot.
Sign In or Register to comment.