Skip to content

Fix Windows installer machine scope PATH update#29169

Open
l0rd wants to merge 1 commit into
podman-container-tools:mainfrom
l0rd:fix-update-path-in-machine-scope-win-installer
Open

Fix Windows installer machine scope PATH update#29169
l0rd wants to merge 1 commit into
podman-container-tools:mainfrom
l0rd:fix-update-path-in-machine-scope-win-installer

Conversation

@l0rd

@l0rd l0rd commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Update Podman Windows installer to update the PATH for all users if executed in machine scope mode.

Added a new test that checks if Podman installation folder is in PATH.

Fixes #29160

Checklist

Ensure you have completed the following checklist for your pull request to be reviewed:

  • Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all
    commits. (git commit -s). (If needed, use git commit -s --amend). The author email must match
    the sign-off email address. See CONTRIBUTING.md
    for more information.
  • Referenced issues using Fixes: #00000 in commit message (if applicable)
  • Tests have been added/updated (or no tests are needed)
  • Documentation has been updated (or no documentation changes are needed)
  • All commits pass make validatepr (format/lint checks)
  • Release note entered in the section below (or None if no user-facing changes)

Does this PR introduce a user-facing change?

None

Update Podman Windows installer to update the PATH for all users if
executed in machine scope mode.

Added a new test that checks if Podman installation folder is in PATH.

Fixes podman-container-tools#29160

Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
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.

Machine-scope installation (ALLUSERS=1) writes PATH to installing user's HKCU instead of system PATH

1 participant