Charlie Chen
Charlie Chen
@stephengillie Could you merge this PR?
InstallShield has a range of variants: Basic MSI, InstallScript, InstallScript MSI and Advanced UI. The publisher also has InstallAnywhere other than InstallShield. InstallScript MSI installer works by extracting and installing...
I haven't touched the magic bytes part of InstallShield, but I empirically identify InstallShield installers through their appearance (e.g., if they have the default InstallShield icons or banners) and their...
WinGet uses the ARP (Add/Remove Programs) entries the installers wrote to the registry to match the packages. These entries can be found in the "Programs and Features" in the Control...
The current version of Google Chrome in the WinGet repo is 130.0.6723.59. You may need to update your source cache through `winget source update`.
That's weird. It works normally on my end: ``` ❯ winget install --id=Google.Chrome --source="winget" --silent --accept-package-agreements --accept-source-agreements --verbose-logs Found Google Chrome [Google.Chrome] Version 130.0.6723.59 This application is licensed to you...
The Chrome package in the WinGet repo has been updated to 132.0.6834.111, but the pipeline for generating the index is having some issues: https://github.com/microsoft/winget-pkgs/issues/216213