salyh / elasticsearch-msi-installer

A set of scripts to build (on top of WIX Toolset) MSI installer for installing elasticsearch as a windows service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elasticsearch-msi-installer

A set of scripts (on top of WIX Toolset) to build MSI installer for installing Elasticsearch as a Windows service.

They will fetch Elasticsearch and Oracle Java Server JRE (and WIX Toolset) and creates an MSI installer with an embedded JRE. There are two ways to generate the installer, the easy and the customizable way:

Easy way: Just download/clone the repository and double click DUPC.cmd and if its finished then double click MKMSI.cmd Thats it, find your MSI installer in target\msi

Elasticsearch will be installed into "C:\Program Files\Elasticsearch\content".

Customizable way:

Prerequisites for building the MSI package:

  • Broadband internet connection (http proxy is also supported)
  • Win 7 64bit or Win 2008 64bit with Powershell 2 (Win 2012 64bit may work or, not tested yet)

Prerequisites for installing the MSI package:

  • Win 7 64bit or Win 2008 64bit or Win 2012 64bit

Download the msi (as binary) from here if you do not want to build it on your own: https://github.com/salyh/elasticsearch-msi-installer/releases (Approx 130 MB including JRE)

License

Copyright 2014-2015 Hendrik Saly

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A set of scripts to build (on top of WIX Toolset) MSI installer for installing elasticsearch as a windows service.

License:Apache License 2.0


Languages

Language:Shell 62.5%Language:PowerShell 37.5%