This release contains a variety of features and improvements as noted below.
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.