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

visualstudio.extension: Support offline layouts #17

Closed
pascalberger opened this issue Jun 27, 2017 · 3 comments
Closed

visualstudio.extension: Support offline layouts #17

pascalberger opened this issue Jun 27, 2017 · 3 comments

Comments

@pascalberger
Copy link

It would be great if the visualstudio.extension could also be used to install offline layouts. Instead of passing a download URL in this case the link to the offline layout could be passed to the helper.

@jberezanski
Copy link
Owner

Yes, I've been thinking about it, too. I believe it should be quite easy to implement.

@jberezanski
Copy link
Owner

This is now supported in extension version 1.5.0, released today.

Example usage:

# Create the layout. VS will not be actually installed, the installation will "fail" with code 814.
cinst -y visualstudio2017professional --params "--layout D:\VS2017Prof"
# Install from the layout.
cinst -y visualstudio2017professional --params "--bootstrapperPath D:\VS2017Prof\vs_Professional.exe"

@jberezanski
Copy link
Owner

The feature has been available for a few months now, so I'll close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants