- Added verification of the setup.exe downloaded by verify signature on file and root trust to certificate
- Verify signed by Microsoft
- Verify Chain and check if Root is Microsoft
- Verify root certificate exists in local Certificate Root Store
- Changed to Evergreen Url for setup.exe to avoid any issues with "scraping" the ODT download site and simplification. (Requested by @aaronparker)
- Added cleanup action to remove temporary setup files after installation
- Added Languagepacks as an separated option. Install with parameters same way as Proofing tools. The XML files in the folder is only templates used by script to configure given language.
Example
powershell.exe -executionpolicy bypass -file InstallLanguagePacks.ps1 -LanguageID nb-no -Action Install
powershell.exe -executionpolicy bypass -file InstallLanguagePacks.ps1 -LanguageID nb-no -Action Uninstall
- Added support for external XML configuration.xml for M365 Apps main package, Visio and Project as an option
- No change for Proofing Tools
Example
Without external XML (Requires configuration.xml in the package) - Same as Version 1.0
powershell.exe -executionpolicy bypass -file <installfile>.ps1
With external XML (Requires XML to be provided by URL) - New option in the scripts
powershell.exe -executionpolicy bypass -file <installfile>.ps1 -XMLURL "https://mydomain.com/xmlfile.xml"
No additional information - see Readme