Releases: mh-cbon/go-msi
Releases · mh-cbon/go-msi
1.0.2
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
andtools/LICENSE.txt
to the package.
Contributors : mh-cbon, solvingJ
1.0.1
- 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
- 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