We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
InstallLocation
Trying to get MSYS2 InstallLocation with
Get-ItemProperty (Resolve-Path Registry::'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\MSYS*') | Select-Object -ExpandProperty DisplayVersion
is simple impossible since the key is named as {85409743-9467-48d0-b0e8-7f8a1cbda52e}, which seems to be random.
{85409743-9467-48d0-b0e8-7f8a1cbda52e}
Would be nice to be able to get MSYS2 install path to make portable scripts
The text was updated successfully, but these errors were encountered:
That logic seems to be hardcoded in qt-if: https://github.com/qtproject/installer-framework/blob/095be56fd370e058e13dd42ad4048852a509b1f6/src/libs/installer/packagemanagercore_p.cpp#L1805-L1819
But, one can install MSYS2 multiple times, so it needs to be unique I think.
Sorry, something went wrong.
No branches or pull requests
Trying to get MSYS2 InstallLocation with
is simple impossible since the key is named as
{85409743-9467-48d0-b0e8-7f8a1cbda52e}
, which seems to be random.Would be nice to be able to get MSYS2 install path to make portable scripts
The text was updated successfully, but these errors were encountered: