SSMS command line install
chrisdobson
Posts: 2
Hi,
I'm attempting to install SQL Prompt from the command line, along with few of the other tools in the SQL DBA Bundle.
When extracting it doesn't give the option to install SQL Prompt for SSMS and as no surprise that after it's installed, when I launch SSMS the plugin is not there.
Is there any way to automatically install the plugin for SSMS 2008R2?
Cheers
Chris
I'm attempting to install SQL Prompt from the command line, along with few of the other tools in the SQL DBA Bundle.
When extracting it doesn't give the option to install SQL Prompt for SSMS and as no surprise that after it's installed, when I launch SSMS the plugin is not there.
Is there any way to automatically install the plugin for SSMS 2008R2?
Cheers
Chris
Comments
The VS and SSMS integration are separate features in the msi so you'll need to add the command line switch "ADDLOCAL=ALL" for them to be installed. Alternatively if you just want SSMS integration without VS you can use "ADDLOCAL=SSMS_ALL".
We've got some more info on installing using an msi our documentation page here: https://documentation.red-gate.com/disp ... +.msi+file
Hope that helps!
Thanks,
Aaron.