FAQ | This is a LIVE service | Changelog

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

Initial ucam package for MS Edge-olium - fixed commits

parent 2b0fae89
No related branches found
No related tags found
1 merge request!45Initial ucam package for MS Edge-olium - fixed commits
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="msedge" name="Microsoft Edge" revision="%VERSION%" reboot="false" priority="50">
<variable name="version" value="80.0.361.109" />
<check type="uninstall" condition="versionequalto" path="Microsoft Edge" value="%VERSION%" />
<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>
</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