Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing without the installer. #17

Closed
manngo opened this issue Sep 24, 2022 · 2 comments
Closed

Installing without the installer. #17

manngo opened this issue Sep 24, 2022 · 2 comments
Labels

Comments

@manngo
Copy link

manngo commented Sep 24, 2022

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?

@devvcat
Copy link
Owner

devvcat commented Sep 25, 2022

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.

@manngo
Copy link
Author

manngo commented Oct 2, 2022

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.

@devvcat devvcat closed this as completed Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants