Downloads:
20,457
Downloads of v 4.21.1657:
169
Last Update:
19 Oct 2024
Package Maintainer(s):
Software Author(s):
- Max Diesel
Tags:
unreal commander admin- Software Specific:
- Software Site
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Unreal Commander
- 1
- 2
- 3
4.21.1657 | Updated: 19 Oct 2024
- Software Specific:
- Software Site
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
20,457
Downloads of v 4.21.1657:
169
Maintainer(s):
Software Author(s):
- Max Diesel
Unreal Commander 4.21.1657
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Max Diesel. The inclusion of Max Diesel trademark(s), if any, upon this webpage is solely to identify Max Diesel goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Unreal Commander, run the following command from the command line or from PowerShell:
To upgrade Unreal Commander, run the following command from the command line or from PowerShell:
To uninstall Unreal Commander, 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 unreal-commander --internalize --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 unreal-commander -y --source="'INTERNAL REPO URL'" [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 unreal-commander -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install unreal-commander
win_chocolatey:
name: unreal-commander
version: '4.21.1657'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'unreal-commander' do
action :install
source 'INTERNAL REPO URL'
version '4.21.1657'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller unreal-commander
{
Name = "unreal-commander"
Version = "4.21.1657"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'unreal-commander':
ensure => '4.21.1657',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 19 Oct 2024.
Unreal Commander is freeware file manager for Windows® XP/Vista/7/8/10.
$ErrorActionPreference = 'Stop';
$packageName = 'unreal-commander'
$softwareName = 'Unreal Commander*'
$installerType = 'EXE'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
$uninstalled = $false
$local_key = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key6432 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*'
$key = Get-ItemProperty -Path @($machine_key6432,$machine_key, $local_key) `
-ErrorAction SilentlyContinue `
| ? { $_.DisplayName -like "$softwareName" }
$foundCount = ($key | Measure-Object).Count
if ($foundCount -eq 1) {
$key | % {
$file = "$($_.UninstallString)"
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
} elseif ($foundCount -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($foundCount -gt 1) {
Write-Warning "$foundCount matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
}
Log in or click on link to see number of positives.
- uncomsetup4.21beta19(build1657).exe (702ad3e65c52) - ## / 72
- unreal-commander.4.21.1657.nupkg (8026b8edb6ce) - ## / 67
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 |
---|---|---|---|---|
Unreal Commander 4.21.1657 | 169 | Saturday, October 19, 2024 | Approved | |
Unreal Commander 4.21.1645 | 640 | Saturday, February 17, 2024 | Approved | |
Unreal Commander 4.21.1642 | 175 | Saturday, January 20, 2024 | Approved | |
Unreal Commander 4.21.1639 | 77 | Saturday, January 6, 2024 | Approved | |
Unreal Commander 4.21.1632 | 245 | Saturday, September 30, 2023 | Approved | |
Unreal Commander 4.21.1626 | 200 | Monday, August 14, 2023 | Approved | |
Unreal Commander 4.21.1625 | 46 | Saturday, August 12, 2023 | Approved | |
Unreal Commander 4.21.1620 | 175 | Sunday, July 16, 2023 | Approved | |
Unreal Commander 4.21.1619 | 93 | Saturday, July 8, 2023 | Approved | |
Unreal Commander 4.21.1618 | 64 | Saturday, July 1, 2023 | Approved | |
Unreal Commander 4.21.1615 | 196 | Saturday, May 20, 2023 | Approved | |
Unreal Commander 4.21.1605 | 301 | Saturday, March 25, 2023 | Approved | |
Unreal Commander 4.21.1600 | 116 | Sunday, March 12, 2023 | Approved | |
Unreal Commander 4.21.1560 | 257 | Sunday, December 4, 2022 | Approved | |
Unreal Commander 4.21.1559 | 388 | Sunday, August 21, 2022 | Approved | |
Unreal Commander 4.21.1558 | 168 | Saturday, July 30, 2022 | Approved | |
Unreal Commander 4.21.1556 | 147 | Tuesday, June 28, 2022 | Approved | |
Unreal Commander 3.57.1497 | 731 | Saturday, November 20, 2021 | Approved | |
Unreal Commander 3.57.1496 | 309 | Saturday, August 28, 2021 | Approved | |
Unreal Commander 3.57.1495 | 570 | Saturday, December 12, 2020 | Approved | |
Unreal Commander 3.57.1490 | 307 | Sunday, October 18, 2020 | Approved | |
Unreal Commander 3.57.1486 | 248 | Saturday, September 26, 2020 | Approved | |
Unreal Commander 3.57.1483 | 196 | Saturday, September 12, 2020 | Approved | |
Unreal Commander 3.57.1479 | 206 | Saturday, August 29, 2020 | Approved | |
Unreal Commander 3.57.1470 | 258 | Sunday, July 19, 2020 | Approved | |
Unreal Commander 3.57.1465 | 220 | Sunday, June 21, 2020 | Approved | |
Unreal Commander 3.57.1461 | 277 | Saturday, May 2, 2020 | Approved | |
Unreal Commander 3.57.1457 | 214 | Saturday, April 4, 2020 | Approved | |
Unreal Commander 3.57.1454 | 287 | Saturday, March 7, 2020 | Approved | |
Unreal Commander 3.57.1452 | 218 | Saturday, February 22, 2020 | Approved | |
Unreal Commander 3.57.1451 | 204 | Monday, February 17, 2020 | Approved | |
Unreal Commander 3.57.1437 | 414 | Saturday, October 19, 2019 | Approved | |
Unreal Commander 3.57.1433 | 257 | Saturday, September 14, 2019 | Approved | |
Unreal Commander 3.57.1431 | 229 | Sunday, September 1, 2019 | Approved | |
Unreal Commander 3.57.1425 | 304 | Sunday, July 7, 2019 | Approved | |
Unreal Commander 3.57.1420 | 239 | Saturday, June 15, 2019 | Approved | |
Unreal Commander 3.57.1417 | 255 | Saturday, May 25, 2019 | Approved | |
Unreal Commander 3.57.1412 | 248 | Saturday, April 20, 2019 | Approved | |
Unreal Commander 3.57.1409 | 272 | Saturday, March 30, 2019 | Approved | |
Unreal Commander 3.57.1405 | 210 | Saturday, March 16, 2019 | Approved | |
Unreal Commander 3.57.1401 | 247 | Monday, February 25, 2019 | Approved | |
Unreal Commander 3.57.1400 | 217 | Saturday, February 23, 2019 | Approved | |
Unreal Commander 3.57.1391 | 260 | Sunday, February 10, 2019 | Approved | |
Unreal Commander 3.57.1383 | 306 | Saturday, January 19, 2019 | Approved | |
Unreal Commander 3.57.1378 | 314 | Sunday, December 9, 2018 | Approved | |
Unreal Commander 3.57.1377 | 214 | Saturday, December 8, 2018 | Approved | |
Unreal Commander 3.57.1359 | 360 | Saturday, October 20, 2018 | Approved | |
Unreal Commander 2.02.1111.20170113 | 496 | Sunday, February 12, 2017 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Unreal Commander and the Unreal Commander 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 Unreal Commander, 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.