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

Windows installer - Remove Update-SessionEnvironment dependency #419

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Windows installer - Remove Update-SessionEnvironment dependency #419

merged 1 commit into from
Sep 11, 2023

Conversation

fcabrera23
Copy link
Contributor

The Update-SessionEnvironment is an implementation of Chocolatey to refresh all the session environment variables. If Chocolatey is not installed, this will fail. Given that the only variable that is updated is $Path, we only need to refresh that one for the current session, and we can do that manually.

Copy link
Collaborator

@danbugs danbugs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM – Thanks for contributing!

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

Successfully merging this pull request may close these issues.

2 participants