FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit c6f06f1a authored by Mr Chris B Mortimer's avatar Mr Chris B Mortimer
Browse files

Msedge => 87.0.664.57. Install path change

parent 47cc4e72
No related branches found
No related tags found
1 merge request!179Msedge => 87.0.664.57. Install path change
Pipeline #54037 passed
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="msedge" name="Microsoft Edge (Chromium-based)" revision="%VERSION%" reboot="false" priority="50">
<package id="msedge" name="Microsoft Edge (Chromium-based)" revision="%VERSION%" reboot="false" priority="50">
<variable name="version" value="87.0.664.57" /><!-- https://www.microsoft.com/en-us/edge/business/download -->
<check type="uninstall" condition="versiongreaterorequal" path="Microsoft Edge" value="%VERSION%" />
<variable name="version" value="80.0.361.109" />
<install cmd='msiexec /qn /log %WPKGLOGDIR%\msedge_%VERSION%_install.log /i "%WPKGSOFTWARE%\microsoft.com\edge-olium\%version%\MicrosoftEdgeEnterpriseX64.msi" ' />
<check type="uninstall" condition="versiongreaterorequal" path="Microsoft Edge" value="%VERSION%" />
<upgrade include='install' />
<install cmd='msiexec /qn /log %WPKGLOGDIR%\edge_%VERSION%_install.log /i "%WPKGSOFTWARE%\edge-olium\%version%\MicrosoftEdgeEnterpriseX64.msi" ' />
<install cmd='cmd /c if exist "%PUBLIC%\desktop\Microsoft Edge.lnk" del /q "%PUBLIC%\desktop\Microsoft Edge.lnk"' />
<upgrade include='install' />
<remove cmd='msiexec /qn /log %WPKGLOGDIR%\edge_%VERSION%_uninstall.log /x {B728BA60-433F-30E9-A484-87A91F86330E}' />
</package>
<remove cmd='msiexec /qn /log %WPKGLOGDIR%\msedge_%VERSION%_uninstall.log /x {8D980BC7-4769-32AF-A17B-F898977F4EA5}' />
</package>
</packages:packages>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment