Closed manngo closed 1 year ago
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.
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.
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, theExtensions
folder only has a singleSSMSExecutor
folder with only two filesextension.vsixmanifest
andSSMSExecutor.pkgdef
.What happens with the other files?