
478,631
Downloads
773
Downloads of v 0.12.0
2/28/2015
Last update
ChocolateyGUI
0.12.0
ChocolateyGUI is a nice GUI on top of the Chocolatey command line tool.
It let's you install, upgrade and uninstall packages.
It shows you the available packages and it shows the installed packages.
It shows all the information about a package.
Due to a dependency on the Windows Management Framework, this package will
only work correctly on Windows 7 SP1, Windows Server 2008 R2 SP1 and Windows
Server 2008 SP2 and above.
To install ChocolateyGUI, run the following command from the command line or from PowerShell:
C:\> choco install chocolateygui
--version 0.12.0
To upgrade ChocolateyGUI, run the following command from the command line or from PowerShell:
C:\> choco upgrade chocolateygui
--version 0.12.0
Files
Hide- tools\ChocolateyGUI.msi
- tools\chocolateyInstall.ps1
Show
$packageName = 'ChocolateyGUI' $fileType = 'msi' $silentArgs = '/quiet' $scriptPath = $(Split-Path $MyInvocation.MyCommand.Path) $fileFullPath = Join-Path $scriptPath 'ChocolateyGUI.msi' try { Install-ChocolateyInstallPackage $packageName $fileType $silentArgs $fileFullPath } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
- tools\chocolateyUninstall.ps1
Show
$packageName = "ChocolateyGUI"; $fileType = 'msi'; $silentArgs = '/qr /norestart' $validExitCodes = @(0) try { $packageGuid = Get-ChildItem HKLM:\SOFTWARE\Classes\Installer\Products | Get-ItemProperty -Name 'ProductName' | ? { $_.ProductName -like $packageName + "*"} | Select -ExpandProperty PSChildName -First 1 $properties = Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\$packageGuid\InstallProperties $file = $properties.LocalPackage # Would like to use the following, but looks like there is a bug in this method when uninstalling MSI's # Uninstall-ChocolateyPackage $packageName $fileType $silentArgs $file -validExitCodes $validExitCodes # Use this instead $msiArgs = "/x $file $silentArgs"; Start-ChocolateyProcessAsAdmin "$msiArgs" 'msiexec' -validExitCodes $validExitCodes Write-ChocolateySuccess $package } catch { Write-ChocolateyFailure $package "$($_.Exception.Message)" throw }
Virus Scan Results
- ChocolateyGUI.0.12.0.nupkg (6de1257d04b3) - ## / 57 - Log in or click on link to see number of positives
- ChocolateyGUI.msi (013261a9d9ca) - ## / 57 - Log in or click on link to see number of positives
Dependencies
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
See all - https://github.com/chocolatey/ChocolateyGUI/releases
0.11.4
- Fix - Correct releasenotes in Chocolatey nuspec file - https://github.com/chocolatey/ChocolateyGUI/issues/136
0.11.2
- Fix - ChocolateyVersionUnknownException incorrectly thrown - https://github.com/chocolatey/ChocolateyGUI/issues/78
- Fix - Move settings to main menu strip - https://github.com/chocolatey/ChocolateyGUI/issues/75
- Fix - Fix typo in release notes for 0.11.0 - https://github.com/chocolatey/ChocolateyGUI/issues/64
- Fix - Include the chocolateyUninstall.ps1 in the nuspec file - https://github.com/chocolatey/ChocolateyGUI/issues/63
- Fix - There's no uninstall script in the 0.0.5 package - https://github.com/chocolatey/ChocolateyGUI/issues/3
0.11.1
- bugfix - uninstall should now work
- bugfix - program crashing when packages came out of cache.
0.11.0
- Enhancement - Many new features, including UI enhancements and auto building from MyGet.
- Enhancement - Better logging and Log form so you can find those log files more easily.
- Enhancement - In the settings you can empty the cache, better caching of packages and list
- Enhancement - better parsing of dependencies
- Enhancement - selecting of sources from the sources.xml file. For now just 2 sources.
- Enhancement - release notes and copyright information in seperate tab
- Enhancement - chocolatey run information in seperate tab
0.1.4
- Enhancement - Better description for the package.
0.1.3
- Bugfix - Installer did not remove older version.
0.1.2
- Enhancement - package now has iconURL.
0.1.1
- Enhancement - The installer should now check if .Net framework 4.0 is installed.
0.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.
0.0.5
- First working version
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Chocolatey GUI 0.16.0 | 189217 | Thursday, February 15, 2018 | approved |
Chocolatey GUI 0.15.0 | 69913 | Wednesday, October 18, 2017 | approved |
ChocolateyGUI 0.13.2 | 115932 | Monday, December 14, 2015 | approved |
ChocolateyGUI 0.13.1 | 34062 | Sunday, March 29, 2015 | approved |
ChocolateyGUI 0.13.0 | 1790 | Thursday, March 26, 2015 | approved |
ChocolateyGUI 0.12.4 | 3730 | Thursday, March 12, 2015 | approved |
ChocolateyGUI 0.12.3 | 2881 | Tuesday, March 3, 2015 | approved |
ChocolateyGUI 0.12.2 | 683 | Tuesday, March 3, 2015 | approved |
ChocolateyGUI 0.12.1 | 915 | Monday, March 2, 2015 | approved |
ChocolateyGUI 0.12.0 | 773 | Saturday, February 28, 2015 | approved |
Discussion for the ChocolateyGUI Package
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.