FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 9c4f6d7d authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

msedge: switch condition to versiongreaterorequal rather than versionequalto

Call me a pessimist but I bet this package automatically updates - but
if I'm wrong then this commit will do nothing and be harmless!
parent a743b24f
No related branches found
No related tags found
1 merge request!45Initial ucam package for MS Edge-olium - fixed commits
......@@ -5,7 +5,7 @@
<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='cmd /c if exist "%PUBLIC%\desktop\Microsoft Edge.lnk" del /q "%PUBLIC%\desktop\Microsoft Edge.lnk"' />
......
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