Downloads:
2,955,311
Downloads of v 0.1.1:
1,040
Last Update:
10 Feb 2013
Package Maintainer(s):
Software Author(s):
- Christiaan Baes
Tags:
chocolateygui chocolatey admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ChocolateyGUI
This is not the latest version of ChocolateyGUI available.
- 1
- 2
- 3
0.1.1 | Updated: 10 Feb 2013
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,955,311
Downloads of v 0.1.1:
1,040
Maintainer(s):
Software Author(s):
- Christiaan Baes
ChocolateyGUI 0.1.1
This is not the latest version of ChocolateyGUI available.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Unknown
Verification Testing Unknown
Scan Testing Successful:
No detections found in any package files
Deployment Method: Individual Install, Upgrade, & Uninstall
To install ChocolateyGUI, run the following command from the command line or from PowerShell:
To upgrade ChocolateyGUI, run the following command from the command line or from PowerShell:
To uninstall ChocolateyGUI, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download chocolateygui --internalize --version=0.1.1 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade chocolateygui -y --source="'INTERNAL REPO URL'" --version="'0.1.1'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade chocolateygui -y --source="'INTERNAL REPO URL'" --version="'0.1.1'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install chocolateygui
win_chocolatey:
name: chocolateygui
version: '0.1.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'chocolateygui' do
action :install
source 'INTERNAL REPO URL'
version '0.1.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chocolateygui
{
Name = "chocolateygui"
Version = "0.1.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chocolateygui':
ensure => '0.1.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 01 Mar 2015.
ChocolateyGUI
Log in or click on link to see number of positives.
- ChocolateyGUI.0.1.1.nupkg (999248a09210) - ## / 57
- Setup_ChocolateyGUI.msi (6db72ef5a01f) - ## / 57
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Chocolatey GUI 2.1.1 | 169196 | Monday, April 29, 2024 | Approved | |
Chocolatey GUI 2.1.0 | 305612 | Thursday, June 29, 2023 | Approved | |
Chocolatey GUI 2.1.0-alpha-20230608 | 1589 | Thursday, June 8, 2023 | Approved | |
Chocolatey GUI 2.0.0 | 116067 | Wednesday, May 31, 2023 | Approved | |
Chocolatey GUI 2.0.0-beta-20230426 | 2098 | Wednesday, April 26, 2023 | Approved | |
Chocolatey GUI 2.0.0-beta-20230412 | 1002 | Wednesday, April 12, 2023 | Approved | |
Chocolatey GUI 2.0.0-beta-20230321 | 1385 | Tuesday, March 21, 2023 | Approved | |
Chocolatey GUI 2.0.0-alpha-20230307 | 867 | Tuesday, March 7, 2023 | Approved | |
Chocolatey GUI 2.0.0-alpha-20230221 | 812 | Tuesday, February 21, 2023 | Approved | |
Chocolatey GUI 1.1.3 | 60189 | Wednesday, May 10, 2023 | Approved | |
Chocolatey GUI 1.1.2 | 104958 | Wednesday, March 8, 2023 | Approved | |
Chocolatey GUI 1.1.1 | 88288 | Thursday, January 26, 2023 | Approved | |
Chocolatey GUI 1.1.0 | 304198 | Thursday, September 8, 2022 | Approved | |
Chocolatey GUI 1.0.0 | 321245 | Monday, March 21, 2022 | Approved | |
Chocolatey GUI 0.20.0 | 145945 | Thursday, February 10, 2022 | Approved | |
Chocolatey GUI 0.19.0 | 152867 | Monday, September 6, 2021 | Approved | |
Chocolatey GUI 0.18.2 | 21738 | Thursday, September 2, 2021 | Approved | |
Chocolatey GUI 0.18.1 | 132530 | Monday, March 29, 2021 | Approved | |
Chocolatey GUI 0.18.0 | 43421 | Tuesday, March 9, 2021 | Approved | |
Chocolatey GUI 0.17.3 | 56458 | Monday, February 1, 2021 | Approved | |
Chocolatey GUI 0.17.2 | 137810 | Monday, July 13, 2020 | Approved | |
Chocolatey GUI 0.17.1 | 35309 | Thursday, June 11, 2020 | Approved | |
Chocolatey GUI 0.17.0 | 75983 | Thursday, March 26, 2020 | Approved | |
Chocolatey GUI 0.16.0 | 376715 | Thursday, February 15, 2018 | Approved | |
Chocolatey GUI 0.15.0 | 70839 | Wednesday, October 18, 2017 | Approved | |
ChocolateyGUI 0.13.2 | 116610 | Monday, December 14, 2015 | Approved | |
ChocolateyGUI 0.13.1 | 34470 | Sunday, March 29, 2015 | Approved | |
ChocolateyGUI 0.13.0 | 2629 | Thursday, March 26, 2015 | Approved | |
ChocolateyGUI 0.12.4 | 4167 | Thursday, March 12, 2015 | Approved | |
ChocolateyGUI 0.12.3 | 3295 | Tuesday, March 3, 2015 | Approved | |
ChocolateyGUI 0.12.2 | 1138 | Tuesday, March 3, 2015 | Approved | |
ChocolateyGUI 0.12.1 | 1358 | Monday, March 2, 2015 | Approved | |
ChocolateyGUI 0.12.0 | 1225 | Saturday, February 28, 2015 | Approved | |
ChocolateyGUI 0.11.4 | 19656 | Tuesday, September 16, 2014 | Approved | |
ChocolateyGUI 0.11.2 | 944 | Tuesday, September 16, 2014 | Approved | |
ChocolateyGUI 0.11.1 | 29918 | Sunday, February 24, 2013 | Approved | |
ChocolateyGUI 0.11.0 | 1026 | Sunday, February 24, 2013 | Approved | |
ChocolateyGUI 0.1.4 | 2051 | Sunday, February 10, 2013 | Approved | |
ChocolateyGUI 0.1.3 | 1044 | Sunday, February 10, 2013 | Approved | |
ChocolateyGUI 0.1.2 | 962 | Sunday, February 10, 2013 | Approved | |
ChocolateyGUI 0.1.1 | 1040 | Sunday, February 10, 2013 | Approved | |
ChocolateyGUI 0.1.0 | 939 | Saturday, February 9, 2013 | Approved | |
ChocolateyGUI 0.0.5 | 3798 | Saturday, September 10, 2011 | Approved |
v0.1.1
* Enhancement - The installer should now check if .Net framework 4.0 is installed.
v0.1.0
* Enhancement - More information about a package
* Enhancement - Shows chocolatey as an installed package.
* Enhancement - Performance improvement
* Enhancement - You can search in the list. It is a StartsWith search.
* Enhancement - You can install the available package by clicking on the checkbox.
* Enhancement - You can uninstall a package.
v0.0.5
* First working version
This package has no dependencies.
Ground Rules:
- This discussion is only about ChocolateyGUI and the ChocolateyGUI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or ChocolateyGUI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.