ssms-executor icon indicating copy to clipboard operation
ssms-executor copied to clipboard

Installing without the installer.

Open manngo opened this issue 3 years ago • 2 comments

I do a lot of teaching on SSMS, so thank you so much for this extension.

Much of the teaching is remote, and in many cases the participants are on company machines which won’t allows downloading and running executables.

I know there is an accompanying ZIP file, and the idea is to extract it and copy to the Extensions folder. However, after I install using the installer, the Extensions folder only has a single SSMSExecutor folder with only two files extension.vsixmanifest and SSMSExecutor.pkgdef.

What happens with the other files?

manngo avatar Sep 24 '22 00:09 manngo

Hi @manngo, the file SSMSExecutor.pkgdef defines the location for the other files. Open it in notepad and check the field "CodeBase"="<path>\SSMSExecutor.dll".

The ZIP file, has it configured to look in the 'package' folder (the folder that has the extension). "CodeBase"="$PackageFolder$\SSMSExecutor.dll"

Glad that the extension is useful for you.

devvcat avatar Sep 25 '22 13:09 devvcat

Thanks. So, if I understand correctly, all of the files are indeed installed, but not necessarily in the same place. The SSMSExecutor.pkgdef file indicates. where.

manngo avatar Oct 02 '22 02:10 manngo