Integrate with windows installer

:bulb: Idea Name

Integrate ReadonlyREST installation with the Elasticsearch windows Installer

:eyes: Example

:rocket: Let’s do this?

  • 1
  • 2
  • 3
  • 4
  • 5

0 voters

I had a look at this and it’s doable in the sense that the code for the MSI installer is Apache licensed.

The only pain is that it’s written in F# and C#, and I don’t have a Windows machine, or have any idea how to interact with the MS toolchain.

The code seems pretty easy tho, it’s a matter of replacing the installation of X-Pack with the one of ROR.

Does anyone have idea how to build this thing on a Mac?