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.
On Error Resume Next
Dim WSHShell
Set WSHShell = wscript.createObject("wscript.shell")
ICAConnectionName = "mirage"
Call WSHShell.Exec(Chr(34)& "C:\Program Files\Citrix\ICA Client\pn.exe" & Chr(34) & " /APP"& Chr(34) & ICAConnectionName& Chr(34))
WScript.Quit(0)