Skip to content

Installation Scope: Move default installation place to AppData/Local #2

Description

@o-murphy

What is the problem this feature would solve?

Script uses User scope when adding platform-tools dir to Path

[Environment]::SetEnvironmentVariable("Path", $newPath, "User")

So then will be good practice to install platform-tools to AppData/Local for current user

$LocalAppData = [Environment]::GetFolderPath("LocalApplicationData")

What is the feature you are proposing to solve the problem?


What alternatives have you considered?

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions