-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more built-in templates #409
Comments
As an addition: |
This issue has been re-created here: chocolatey-community/chocolatey-templates#5 We have opted to make these template a community driven effort, rather than shipping as part of core Chocolatey. |
TheCakeIsNaOH
added a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Feb 5, 2022
As noted in issue chocolatey#409, additional templates are going to be added via .template packages instead of directly into Chocolatey CLI
TheCakeIsNaOH
added a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Mar 5, 2022
As noted in issue chocolatey#409, additional templates are going to be added via .template packages instead of directly into Chocolatey CLI
gep13
pushed a commit
to TheCakeIsNaOH/choco
that referenced
this issue
Mar 8, 2022
As noted in issue chocolatey#409, additional templates are going to be added via .template packages instead of directly into Chocolatey CLI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an issue open for this already?
My suggestions would be templates for the following cases:
.zip
Doesn't contain installers. Include a way to create shortcuts for the start menu. Create an
.exe.gui
..exe
Not an installer. Create start menu shortcut. Create
.exe.gui
Contains setup.exe and maybe other stuff. Deals with unpacking to a directory (best would be the lib package directory and not
C:\Users\username\AppData\Local\Temp
since there were issues with paths with usernames containing non-latin letters) and removing unpack-directory afterwards.According to our discussion here: https://gitter.im/chocolatey/choco?at=55e87aaf05f4097b40f6c36a it should contain
Get-ChocolateyWebFile
Get-ChocolateyUnzip
andInstall-ChocolateyInstallPackage
Non-zipped setup files.
Might add more if I come up with something reasonable.
The text was updated successfully, but these errors were encountered: