Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
c:
cd apps\myapp
IF EXIST myapp.exe ren myapp.exe myapp.ex_
robocopy /MIR \\share\apps\myapp\ c:\apps\myapp
IF EXIST myapp.ex_ ren myapp.ex_ myapp.exe
start /b myapp.exe
<configuration>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>