This release contains a variety of features, improvements, and fixes, as noted below.
This will be made available via the self-update channel over the coming days. You can upgrade in place now by downloading the latest MSI installer.
Features
- Add support to re-sign updates.
- Idea: PATCHMYPC-I-1271
- Doc: Re-sign updates
- Use Windows native methods for signing PowerShell scripts.
- Can be disabled with a registry key as noted here.
Improvements
- PowerShell detection scripts will use regex to extract the version from the displayVersion field to account for vendors that put more than the version in the field.
- Set ErrorAction to SilentlyContinue for extra regkey validation checks to suppress errors in the event the key does not exist.
- Add a delay in Scriptrunner if the main installer exits in less than 2 seconds. This is to account for installers that spawn child processes.
Fixes
- Fixed a bug where a ‘Security Error’ may occur when signing PowerShell scripts and a PowerShell Execution Policy is set via GPO.