Windows - Install

Before you install Ignition, make sure you meet the minimum system requirements:
  • Java 8+ (server), Java 6+ (client)

  • Dual-Core Processor (32 or 64 bit)

  • 4GB RAM

  • 10GB free HD space

Also, ensure you have Administrator privileges to run the Ignition installer.

To Download and Install Ignition on Windows

  1. Go to the Inductive Automation website at
    www.inductiveautomation.com

  2. Select Download > Current Release.

  3. On the Ignition Downloads page, scroll down to System Installers and select the ignition-X.X.X-windows-x64-installer.exe installer.
    If your computer runs on a 32-bit Windows, click the ignition-X.X.X-windows-32-installer.exe installer.

    images/download/attachments/6045859/0_download.png


    Note
    : An error window is displayed if you try to install 64-bit Ignition on a 32-bit Windows system. You are allowed to install 32-bit Ignition on a 64-bit system (however, this is not recommended).

  4. After the installer downloads, click on the .exe executable file to start installation.
    The Setup window welcomes you to the Ignition Setup Wizard.

    images/download/attachments/6045859/1_setup.png

  5. Click Next.

  6. Click the I accept the agreement button and click Next.

    images/download/attachments/6045859/2_license_agreement.png

    The Installation Directory window is displayed. By default, Ignition is installed under your Program Files directory. This is usually a good choice.

  7. Make a note of the default installation directory, Program Files/Inductive Automation/Ignition, accept the default Installation Directory, and click Next.

    images/download/attachments/6045859/3_installation_directory.png

    The Installation Mode window is displayed.

  8. Select either the Typical or Custom mode.
    The Typical installation includes Ignition with most of the HMI/SCADA modules. The Custom installation lets you control and individually select the modules that you want installed.

    images/download/attachments/6045859/4_installation_mode.png

  9. Click Next.
    The Setup window is displayed.
    If you selected Custom mode, in the Setup window you can select the check box next to the modules you want to install as part of the Ignition installation. To see a brief description of the module, click on the module name.

    images/download/attachments/6045859/5_select_components.png

  10. Click Next.
    Setup Wizard shows Ignition is now ready to install.
    If you decide to change your selections, click Back to go back and make your changes.

    images/download/attachments/6045859/6_ready_to_install.png

  11. Click Next.
    Ignition will install the selected modules.

    images/download/attachments/6045859/7_installing.png

  12. After Setup Wizard shows Ignition installation is finished, make sure that the check box for Start Ignition now is selected, then click Finish.

    images/download/attachments/6045859/8_completing.png

    A splash screen informs you that Ignition is starting. This may take a few minutes to finish.

    images/download/attachments/6045859/image2015-1-8_11_45_53.png

    That’s it! Ignition Installation is complete and the Gateway is then launched.

    Your web browser opens the Gateway home page at
    http: //localhost:8088

    images/download/attachments/6045859/10_Gateway_Webpage.png

    Ignition installs itself as a Window Service (Start > Control Panel > Administrative Tools > Services > Ignition Gateway), so it starts automatically when your computer starts up.

Automated Installation on Windows

You can automate Ignition installation across different machines using scripts. Ignition is then installed silently from a command shell without showing any user prompts.

Keep in mind that the installer cannot automatically start the Gateway after a silent installation. You can use the following command to start the Gateway:
net start ignition

Command line example:

Ignition-7.x.x-windows-x64-installer.exe --mode unattended --prefix "C:\some folder" --unattendedmodeui none

net start ignition

Flags:

-- mode unattended (ensures that no prompts appear during installation)
-- prefix "C:\some folder" (optional flag; if a value is set, then Ignition is installed in the specified folder, otherwise Ignition is installed in a default location under C:\Program Files)
-- unattendedmodeui none | minimal (the none flag does not display any sort of graphic during installation; the minimal flag displays a small progress bar and nothing else)

Uninstalling Ignition on Windows

Before you uninstall Ignition...

Be sure to back up your Gateway and unactivate your Gateway license.

During a new Ignition installation, an uninstaller executable is created.

When Ignition is uninstalled, the settings database and folder in /data is backed up to /data_<current date>, and modules and user-supplied JDBC jars in /user-lib are backed up to /user-lib_<current date>. Also, the Ignition service is removed from Windows installations automatically.

To run the uninstaller for Windows,

  1. Open the Start menu and navigate to All Programs > Inductive Automation > Ignition.

  2. Select Uninstall Ignition.
    The uninstaller wizard guides you through the uninstallation process.

You can also uninstall Ignition from the Windows Control Panel > Programs and Features section.

Similar Topics ...