Skip to content

Add NoRedirectionGuard argument to installer#5086

Merged
Gabriel Dufresne (GabrielDuf) merged 1 commit into
Devolutions:mainfrom
ptrstr:redirection-guard
Jul 15, 2026
Merged

Add NoRedirectionGuard argument to installer#5086
Gabriel Dufresne (GabrielDuf) merged 1 commit into
Devolutions:mainfrom
ptrstr:redirection-guard

Conversation

@ptrstr

@ptrstr Kyle Bouchard (ptrstr) commented Jul 14, 2026

Copy link
Copy Markdown
Contributor
  • I have read the contributing guidelines, and I agree with the Code of Conduct.
  • Have you checked that there aren't other open pull requests for the same changes?
  • Have you tested that the committed code can be executed without errors?
  • Have you confirmed that this issue is caused by UniGetUI itself, and not by the package manager or the package involved?
    If the same issue can be reproduced outside UniGetUI with the relevant package manager or with the package itself, please report it there first. UniGetUI should only be used to track issues that are specific to UniGetUI's behavior or integration.

After updating UniGetUI, the Junction Redirection Guard process mitigation is enabled which breaks Scoop updates/installs, however restarting the app fixes the issue.

This is caused by Inno Setup:
https://github.com/jrsoftware/issrc/blob/929fc4e164798bd84fec385a1dc8a899a0d4a100/Projects/Src/Setup.MainFunc.pas#L2458-L2463

Passing the flag /NoRedirectionGuard prevents it from being enabled by default.


Relates to #4607 and #4717

@ptrstr Kyle Bouchard (ptrstr) changed the title Add NOREDIRECTIONGUARD argument to installer Add NoRedirectionGuard argument to installer Jul 14, 2026
@GabrielDuf
Gabriel Dufresne (GabrielDuf) merged commit 2f48cfe into Devolutions:main Jul 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants