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.
msiexec.exe /X "full path to .msi" /L*V c:\uninstall.log
Dim oFSO: Set oFSO = CreateObject("Scripting.FileSystemObject")
oFSO.DeleteFolder Session.Property("ProgramFilesFolder") & "Folder Name", True 'Session.Property is Wise for Windows Installer specific.
Set oFSO = Nothing