Createpackages
See What are Chocolatey Packages? first. Note: When you host internal packages, those packages can embed software and/or point to internal shares. You are not subject to software distribution rights like the packages on the community feed, so you can create packages that are more reliable and secure.
https://chocolatey.org/docs/CreatePackages
choco new name url="" filetype="exe" cd name # change replace -> in nuspec choco pack # test install local choco install packageName -dv -s . # sign up and log in and get api key choco push -k api-key
