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.
[Icons]
Name: "{group}\My Program"; Filename: "{app}\MYPROG.EXE"; WorkingDir: "{app}"; IconFilename: "{app}\myicon.ico"
losh = CreateObject("shell.application")
loFolder = losh.NameSpace(cPathToApplicationLink)
loItem = loFolder.ParseName(cApplicationLink.lnk)
loShortcut = loItem.GetLink
loShortcut.SetIconLocation(cExecutableOrDllFileWithFullPath, nIcon#FromIconsStoredInThisExecutable)
*like loShortcut.SetIconLocation("C:\Windows\System32\SHELL32.dll", 13)
loShortcut.Save