Go Msi Versions Save

Easy way to generate msi package for a Go project

1.0.2

6 years ago
  • go-msi set-guid: close #22: add --force,-f flags.
  • go-msi check-env: display a report of your environment.
  • close #17 #27: improve error message when --msi flag is not provided in the command line
  • choco: packages now include tools/VERIFICATION.txt and tools/LICENSE.txt to the package.

Contributors : mh-cbon, solvingJ

1.0.1

7 years ago
  • closes #2 Add support for (un)install hooks (run with elevated privileges)
  • workaround #9 Add support for services setup
  • closes #10 Add support for e2e tests with CI support
  • demo: add support for service
  • chocolatey: uninstall script, changed msiexec /qr argument to /q
  • testing: improve e2e tests to support services
  • testing: update vagrant scripts to run tests
  • package: make use of emd
  • package: change bump script to sh version
  • uuid(minor): close #7 remove useless code to generate an uuid
  • wix(minor): close #8 update product template to propagate environment variable changes
  • choco(minor): close #5 updated uninstaller script

Contributors : Alfonso Acosta, mh-cbon

1.0.0

7 years ago
  • winters udpate, udpated documentation and lint
  • templates(minor): renamed Id and Guid properties, remove try-catch in chocoinstall, set CRLF instead OF LF eol
  • lint(break): renamed fields ChocoSpec.Id to ChocoSpec.ID Chocopec.ProjectUrl to Chocopec.ProjectURL ChocoSpec.LicenseUrl to ChocoSpec.LicenseURL ChocoSpec.IconUrl to ChocoSpec.IconURL WixFiles.Guid to WixFiles.GUID WixEnvList.Guid to WixEnvList.GUID WixShortcuts.Guid to WixShortcuts.GUID This change does not impact json file format.
  • choco(minor): on chocolatey reviewer request, geet ride of the try catch

Contributors : mh-cbon

0.0.39

7 years ago
  • appveyor: update choco push key
  • choco: add checksum support. Closes #1
  • choco: fix pack command invokation, it was colliding with cmake

Contributors : mh-cbon

0.0.38

7 years ago
  • choco: ensure tags always contains admin value to pass chocolatey validation

Contributors : mh-cbon

0.0.37

7 years ago
  • Fix chocolatey package generation: Tags should not contain 'chocolatey' as a tag.

Contributors : mh-cbon

0.0.36

7 years ago
  • travis: fix gh secure token

Contributors : mh-cbon

0.0.35

7 years ago
  • rpm: fix templates path inlusion
  • README: update install section

Contributors : mh-cbon

0.0.34

7 years ago
  • build: fix the msi file generation
  • appveyor: artifacts must be created in build_script section

Contributors : mh-cbon

0.0.33

7 years ago
  • cli: add choco command to generate chocolatey packages.
  • Demo: add choco commands
  • build: update build scripts
  • changelog: 0.0.32

Contributors : mh-cbon