Hosted Launcher Installers
Normally, each Ignition Gateway includes files for the various launchers. When you download a launcher from a Gateway, it will stream its local launcher files. However, you can override this behavior, causing the Gateway to ignore its local launcher files and instead download launchers from the internet. For more information, see the Gateway Configuration File Reference page.
Installers for Windows systems in .msi
format are available on the Inductive Automation downloads page. To access them, click on either "Other operating systems and versions" or "Other Versions" on the downloads page, and scroll down to the "Launchers" section.
The .msi
installers help make pre-deployment easier in enterprise environments and utilizes existing Windows Installer toolchain features. Notably, .msi
installers support two features which make large-scale deployments easier:
- Transforms
- Group Policy Objects (GPOs)
You can read more about transforms and Group Policy on Microsoft's website.
If you wanted to download one of our hosted launchers, without modifying your Gateway's configuration file, you can download them directly from your web browser:
Code Block |
---|
https://files.inductiveautomation.com/launchers/VERSION/LAUNCHER |
Where VERSION is the Ignition version (i.e., 8.1.0), and LAUNCHER is the name of the launcher. Launcher names are listed below.
Launcher | Operating System | Launcher Name |
---|
Vision Client | Windows | visionclientlauncher.exe |
Vision Client | Windows | visionclientlauncher.msi |
Vision Client | Linux | visionclientlauncher.tar.gz |
Vision Client | macOS | visionclientlauncher.dmg |
Perspective Workstation | Windows | perspectiveworkstation.exe |
Perspective Workstation | Windows | perspectiveworkstation.msi |
Perspective Workstation | Linux | perspectiveworkstation.tar.gz |
Perspective Workstation | macOS | perspectiveworkstation.dmg |
Designer | Windows | designerlauncher.exe |
Designer | Windows | designerlauncher.msi |
Designer | Linux | designerlauncher.tar.gz |
Designer | macOS | designerlauncher.dmg |
For example, the following would download an 8.1.0 version of Perspective Workstation for Windows:
Code Block |
---|
|
https://files.inductiveautomation.com/launchers/8.1.0/perspectiveworkstation.exe |