You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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"
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?
The text was updated successfully, but these errors were encountered: