Skip to content

Releases: mh-cbon/go-msi

1.0.2

07 Sep 17:47
Compare
Choose a tag to compare
  • 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

07 Mar 16:31
Compare
Choose a tag to compare
  • 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

08 Jan 18:14
Compare
Choose a tag to compare
  • 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

15 Aug 16:34
Compare
Choose a tag to compare
  • 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

29 Jul 18:06
Compare
Choose a tag to compare
  • choco: ensure tags always contains admin value to pass chocolatey validation

Contributors : mh-cbon

0.0.37

29 Jul 17:10
Compare
Choose a tag to compare
  • Fix chocolatey package generation: Tags should not contain 'chocolatey' as a tag.

Contributors : mh-cbon

0.0.36

29 Jul 16:56
Compare
Choose a tag to compare
  • travis: fix gh secure token

Contributors : mh-cbon

0.0.35

29 Jul 16:43
Compare
Choose a tag to compare
  • rpm: fix templates path inlusion
  • README: update install section

Contributors : mh-cbon

0.0.34

29 Jul 16:35
Compare
Choose a tag to compare
  • build: fix the msi file generation
  • appveyor: artifacts must be created in build_script section

Contributors : mh-cbon

0.0.33

29 Jul 16:27
Compare
Choose a tag to compare
  • cli: add choco command to generate chocolatey packages.
  • Demo: add choco commands
  • build: update build scripts
  • changelog: 0.0.32

Contributors : mh-cbon