My first choco package so bear with me ;-)
Key adjustments needed:
- Author, description info
- Remove unused vars (url64, etc)
- Checksums (see notes in scripts)
choco new xmeters `
--automaticpackage `
packageversion="'1.0.103.0'" `
maintainername="'Geoff Williams'" `
maintainerrepo="'https://github.com/GeoffWilliams/chocolatey-xmeters'" `
installertype=exe `
url="'https://entropy6.com/xmeters/downloads/XMetersSetup.exe'" `
silentargs="'/quiet /install'"
- xmeters/xmeters.nuspec
- xmeters/tools/chocolateyinstall.ps1
- xmeters/tools/chocolateyuninstall.ps1
choco pack
- RUN IN VM
- Share this directory with VM
- Must COPY the files to
c:\
or wont work choco install -y xmeters --debug --verbose --source .\xmeters\
git tag ...
choco push...
Well the package works, great! Unfortunately xmeters doesnt work with Windows 11 so this is just a how-to-package-for-chocolatey repo