Deploying MIcrosoft Edge


Download the offline installer from Microsoft


https://www.microsoft.com/en-us/edge/business/download



Copy the msi to the apps folder


Create a batch file to install the MSI


@ECHO OFF

mkdir c:\tmps

xcopy /Y \\192.168.200.71\apps\edge\MicrosoftEdgeEnterpriseX64.msi c:\tmps

msiexec /i c:\tmps\MicrosoftEdgeEnterpriseX64.msi /qn

rd c:\tmps /S /Q



Create a Third Party Template to install Microsoft Edge