-
Notifications
You must be signed in to change notification settings - Fork 16
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
Filter command line switches according to VSIXInstaller version #8
Comments
This is merely a lookup for previous versions, and both old and new versions of VSIXInstaller.exe support The general use case of |
Sure it does work! However, a solely |
If you are seeing UI pop up when there are processes running, that is a bug that needs to be fixed. Is that the case? Or are you saying it fails? Passing |
After further discussion, we agree this is outside the original scope and not an investment we want to make at this time; however, if someone were to contribute back such a change we would be willing to accept a PR. |
Sorry for the confusion. I have not seen a bug in
Thanks for your consideration! Currently, we don't have the resources either, unfortunately. For us the take-away is that |
The new command line switches in VSIXInstaller.exe for VS15 (/p, /f, /sp, potentially others) are great in order to kind-of get back the option of a quite install. In a mult-instance installer scenario, however, they cannot be used since older VSIXInstaller.exe do not know them and produce an error.
It would be useful if VSIXBootstrapper would filter out such switches which are invalid for a specific instance version, given that omitting the switch corresponds to the same behavior.
The text was updated successfully, but these errors were encountered: