GithubHelp home page GithubHelp logo

isabella232 / windows-packager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from influxdata/windows-packager

0.0 0.0 0.0 159 KB

Create a windows installer

License: MIT License

Shell 100.00%

windows-packager's Introduction

Windows Package Managers

This project houses the windows install packages for InfulxDB, Chronograf, and Telegraf](https://github.com/influxdb/telegraf).

Future Features

  • Install executables as services
  • Log events to event log
  • Allow configuration of services via install

InfluxDB Windows Packager

This project uses the Wix Toolset to generate a windows msi installer. All of the scripts to build the InfluxDB MSI installer are located in the influxdb directory

GUID

You need to generate some GUIDs for the installer. I used guidgen.com referenced in the generate guids guide

NOTE: You have to uppercase the GUID's that this site generates to be fully compatible with the installer.

Generating InfluxDB Binaries

To generate the necessary InfluxDB binaries, pull down the project. Then with a valid go environment set up, run the following script:

./build.sh

Generating the MSI

First, we need to use candle to create our intermmediate object that will turn into an msi file.

candle.exe -nologo influxdb.wxs -out influxdb.wixobj  -ext WixUtilExtension  -ext WixUIExtension

Now we can generate the msi file with this command:

light.exe -nologo influxdb.wixobj -out influxdb.msi  -ext WixUtilExtension  -ext WixUIExtension

Chronograf Windows Packager

This project uses the Wix Toolset to generate a windows msi installer. All of the scripts to build the Chronograf MSI installer are located in the chronograf directory

Generating the MSI

First, we need to use candle to create our intermmediate object that will turn into an msi file.

candle.exe -nologo chronograf.wxs -out chronograf.wixobj  -ext WixUtilExtension  -ext WixUIExtension

Now we can generate the msi file with this command:

light.exe -nologo chronograf.wixobj -out chronograf.msi  -ext WixUtilExtension  -ext WixUIExtension

Telegraf Windows Packager

This project uses the Wix Toolset to generate a windows msi installer. All of the scripts to build the Telegraf MSI installer are located in the telegraf directory

Generating the MSI

First, we need to use candle to create our intermmediate object that will turn into an msi file.

candle.exe -nologo telegraf.wxs -out telegraf.wixobj  -ext WixUtilExtension  -ext WixUIExtension

Now we can generate the msi file with this command:

light.exe -nologo telegraf.wixobj -out telegraf.msi  -ext WixUtilExtension  -ext WixUIExtension

windows-packager's People

Contributors

corylanou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.