FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Initial ucam package for MS Edge-olium - fixed commits

Merged Mr Chris B Mortimer requested to merge msedge_fix into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="msedge" name="Microsoft Edge" revision="%VERSION%" reboot="false" priority="50">
<package id="msedge" name="Microsoft Edge (Chromium-based)" revision="%VERSION%" reboot="false" priority="50">
<variable name="version" value="80.0.361.109" />
<variable name="version" value="80.0.361.109" />
<check type="uninstall" condition="versionequalto" path="Microsoft Edge" value="%VERSION%" />
<check type="uninstall" condition="versiongreaterorequal" path="Microsoft Edge" value="%VERSION%" />
<install cmd='msiexec /qn /log %WPKGLOGDIR%\edge_%VERSION%_install.log /i "%WPKGSOFTWARE%\edge-olium\%version%\MicrosoftEdgeEnterpriseX64.msi" ' />
<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"' />
<install cmd='cmd /c if exist "%PUBLIC%\desktop\Microsoft Edge.lnk" del /q "%PUBLIC%\desktop\Microsoft Edge.lnk"' />
Loading