Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseSCADA/Installation/MSI

All MSI packages can be found under the following directory structure:

http://download.eclipse.org/eclipsescada/downloads/org.eclipse.scada/drops/<version>/<buildId>/msi/?d

So for 0.1.0-M3 this is:

http://download.eclipse.org/eclipsescada/downloads/org.eclipse.scada/drops/0.1.0/S201401220726/msi/?d

Note.png
Not for nightlies
MSI packages will only be created for milestone, release and maintenance builds


Eclipse SCADA Admin Client / ESAC

Installs the graphical admin client:

Package prefix: esac (x86 and x64)

Common Drivers

Package prefix: common_driver (x86 and x64)

Extension project

If you need to add additional jar files to the classpath, you can install them to the "extra-jars" directory. There is a sample project in git that shows how to do it. http://git.eclipse.org/c/eclipsescada/org.eclipse.scada.deploy.git/tree/setup_server/common_driver_sample_ext

Back to the top