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.
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
AppName=Your App Name
AppVerName=Your App Name and version
AppPublisher=Your Company
DefaultDirName={pf}\Your App Name
DisableDirPage=yes
DefaultGroupName=Your App Name
DisableProgramGroupPage=yes
Compression=lzma
SolidCompression=yes
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "Location of your exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "location of your dependancy file"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\Your App Name"; Filename: "{app}\Your Executable.exe"
Name: "{userdesktop}\Your App Name"; Filename: "{app}\Your Executable.exe"; Tasks: desktopicon
[Run]
Filename: "{app}\Your Executable.exe"; Description: "{cm:LaunchProgram,Your Executable}"; Flags: nowait postinstall skipifsilent