Downloads:
35,665
Downloads of v 2.25.2.122:
1,413
Last Update:
06 Nov 2022
Package Maintainer(s):
Software Author(s):
- KC Softwares
Tags:
dumo freeware driver updater admin- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
DUMo
- 1
- 2
- 3
2.25.2.122 | Updated: 06 Nov 2022
- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
35,665
Downloads of v 2.25.2.122:
1,413
Maintainer(s):
Software Author(s):
- KC Softwares
DUMo 2.25.2.122
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by KC Softwares. The inclusion of KC Softwares trademark(s), if any, upon this webpage is solely to identify KC Softwares goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install DUMo, run the following command from the command line or from PowerShell:
To upgrade DUMo, run the following command from the command line or from PowerShell:
To uninstall DUMo, 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 dumo --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 dumo -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 dumo -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 dumo
win_chocolatey:
name: dumo
version: '2.25.2.122'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dumo' do
action :install
source 'INTERNAL REPO URL'
version '2.25.2.122'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dumo
{
Name = "dumo"
Version = "2.25.2.122"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dumo':
ensure => '2.25.2.122',
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 06 Nov 2022.
DUMo (Drivers Update Monitor) keeps your PC up-to-date & safe by using the most recent version of required hardware drivers!
Features
- User-friendly driver updater
- Automatic detection of installed hardware
- Detects required drivers according to your version of Microsoft Windows
- More compatibility and less false positive than others Drivers Monitors (according to users feedback ;-)
- Internationalization support.
Notes
- This package installs the Free version. A supported version with enhanced performance is available for purchase.
- After the package is uninstall, a web page is shown. This is not being handled in the package.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
SetTitleMatchMode, RegEx
; We know the window will pop up, so we'll wait until it does
WinWait, DUMo.*,,60
WinWait, Checking...,,60
ControlClick, Stop, Checking...
ControlGet, StopCtrl, Visible,, Stop, Checking...
if (StopCtrl)
ControlSend, Stop, {Enter}, Checking...
WinWaitClose, Checking...,,60
WinClose, DUMo.*
WinWait, Thank you !,, 60
ControlFocus, TJvImgBtn4, Thank you !
ControlClick, TJvImgBtn4, Thank you !
ControlGet, CloseCtrl, Visible,, TJvImgBtn4, Thank you !
if (CloseCtrl)
ControlSend, TJvImgBtn4, {Enter}, Thank you !
WinWaitClose, DUMo.*,,60
Log in or click on link to see number of positives.
- dumo.2.25.2.122.nupkg (08301f13bcb9) - ## / 65
- dumo_lite.exe (dd183162e61a) - ## / 72
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 |
---|---|---|---|---|
DUMo 2.25.2.122 | 1413 | Sunday, November 6, 2022 | Approved | |
DUMo 2.25.1.121 | 231 | Monday, October 10, 2022 | Approved | |
DUMo 2.25.0.120 | 384 | Wednesday, April 27, 2022 | Approved | |
DUMo 2.24.1.119 | 386 | Thursday, December 2, 2021 | Approved | |
DUMo 2.24.0.118 | 409 | Monday, July 19, 2021 | Approved | |
DUMo 2.23.5.115 | 467 | Monday, April 12, 2021 | Approved | |
DUMo 2.23.4.114 | 364 | Monday, March 15, 2021 | Approved | |
DUMo 2.23.3.113 | 292 | Monday, February 15, 2021 | Approved | |
DUMo 2.23.2.112 | 314 | Friday, January 22, 2021 | Approved | |
DUMo 2.23.1.111 | 282 | Sunday, December 20, 2020 | Approved | |
DUMo 2.23.0.107 | 328 | Sunday, October 4, 2020 | Approved | |
DUMo 2.22.3.106 | 294 | Friday, August 28, 2020 | Approved | |
DUMo 2.22.2.105 | 477 | Saturday, May 16, 2020 | Approved | |
DUMo 2.22.1.104 | 352 | Tuesday, April 14, 2020 | Approved | |
DUMo 2.22.0.103 | 301 | Saturday, March 28, 2020 | Approved | |
DUMo 2.21.0.102 | 249 | Wednesday, March 18, 2020 | Approved | |
DUMo 2.20.2.101 | 445 | Sunday, January 12, 2020 | Approved | |
DUMo 2.20.1.100 | 214 | Saturday, January 11, 2020 | Approved | |
DUMo 2.20.0.99 | 320 | Saturday, December 21, 2019 | Approved | |
DUMo 2.19.0.98 | 359 | Monday, November 11, 2019 | Approved | |
DUMo 2.18.2.97 | 277 | Sunday, October 13, 2019 | Approved | |
DUMo 2.18.1.96 | 342 | Wednesday, August 28, 2019 | Approved | |
DUMo 2.18.0.95 | 241 | Friday, August 9, 2019 | Approved | |
DUMo 2.17.5.9101 | 332 | Thursday, June 20, 2019 | Approved | |
DUMo 2.17.5.91 | 260 | Sunday, June 2, 2019 | Approved | |
DUMo 2.17.4.90 | 313 | Monday, April 22, 2019 | Approved | |
DUMo 2.17.3.88 | 309 | Sunday, March 10, 2019 | Approved | |
DUMo 2.17.2.86 | 347 | Saturday, February 9, 2019 | Approved | |
DUMo 2.17.1.85 | 401 | Saturday, January 5, 2019 | Approved | |
DUMo 2.16.1.81 | 502 | Tuesday, September 11, 2018 | Approved | |
DUMo 2.15.3.78 | 407 | Thursday, August 16, 2018 | Approved | |
DUMo 2.15.2.76 | 497 | Tuesday, May 15, 2018 | Approved | |
DUMo 2.15.0.74 | 456 | Sunday, April 8, 2018 | Approved | |
DUMo 2.14.1.72 | 436 | Sunday, March 18, 2018 | Approved | |
DUMo 2.14.0.70 | 453 | Wednesday, February 7, 2018 | Approved | |
DUMo 2.13.1.69 | 396 | Tuesday, January 30, 2018 | Approved | |
DUMo 2.13.0.67 | 440 | Thursday, January 4, 2018 | Approved | |
DUMo 2.13.0.66 | 351 | Thursday, January 4, 2018 | Approved | |
DUMo 2.12.0.65 | 508 | Tuesday, December 26, 2017 | Approved | |
DUMo 2.11.1.64 | 653 | Friday, October 27, 2017 | Approved | |
DUMo 2.11.0.63 | 850 | Monday, September 18, 2017 | Approved | |
DUMo 2.10.3.62 | 486 | Sunday, September 3, 2017 | Approved | |
DUMo 2.10.2.61 | 495 | Tuesday, August 8, 2017 | Approved | |
DUMo 2.10.1.59 | 378 | Saturday, July 29, 2017 | Approved | |
DUMo 2.10.0.58 | 447 | Saturday, July 15, 2017 | Approved | |
DUMo 2.9.2.57 | 451 | Monday, July 10, 2017 | Approved | |
DUMo 2.9.1.56 | 541 | Friday, April 28, 2017 | Approved | |
DUMo 2.9.0.55 | 471 | Wednesday, April 5, 2017 | Approved | |
DUMo 2.8.4.54 | 506 | Thursday, February 16, 2017 | Approved | |
DUMo 2.8.3.52 | 462 | Tuesday, January 24, 2017 | Approved | |
DUMo 2.8.1.50 | 506 | Tuesday, November 29, 2016 | Approved | |
DUMo 2.8.0.49 | 412 | Tuesday, November 8, 2016 | Approved | |
DUMo 2.7.3.48 | 421 | Thursday, October 27, 2016 | Approved | |
DUMo 2.7.2.46 | 447 | Thursday, October 20, 2016 | Approved | |
DUMo 2.6.0.39 | 550 | Monday, August 8, 2016 | Approved | |
DUMo 2.5.9.38 | 429 | Wednesday, July 20, 2016 | Approved | |
DUMo 2.5.7.36 | 488 | Monday, June 6, 2016 | Approved | |
DUMo 2.5.6.35 | 442 | Monday, May 16, 2016 | Approved | |
DUMo 2.5.5.34 | 397 | Thursday, May 5, 2016 | Approved | |
DUMo 2.5.4.33 | 440 | Saturday, April 30, 2016 | Approved | |
DUMo 2.5.3.32 | 470 | Sunday, April 24, 2016 | Approved | |
DUMo 2.5.2.31 | 435 | Monday, April 11, 2016 | Approved | |
DUMo 2.5.1.30 | 445 | Saturday, March 26, 2016 | Approved | |
DUMo 2.5.0.28 | 441 | Thursday, March 17, 2016 | Approved | |
DUMo 2.4.0.27 | 557 | Monday, February 1, 2016 | Approved | |
DUMo 2.3.4.26 | 428 | Monday, January 4, 2016 | Approved | |
DUMo 2.3.3.25 | 460 | Tuesday, December 22, 2015 | Approved | |
DUMo 2.3.2.24 | 417 | Saturday, December 5, 2015 | Approved | |
DUMo 2.3.1.22 | 346 | Saturday, October 31, 2015 | Approved | |
DUMo 2.3.0.21 | 374 | Sunday, October 18, 2015 | Approved | |
DUMo 2.2.0.20 | 391 | Saturday, October 10, 2015 | Approved | |
DUMo 2.0.5.18 | 373 | Sunday, July 19, 2015 | Approved | |
DUMo 2.0.4.17 | 413 | Saturday, July 4, 2015 | Approved | |
DUMo 2.0.2.16 | 473 | Sunday, June 21, 2015 | Approved | |
DUMo 2.0.2.15 | 441 | Thursday, June 11, 2015 | Approved | |
DUMo 2.0.1.12 | 484 | Tuesday, June 2, 2015 | Approved | |
DUMo 2.0.0.11 | 446 | Sunday, May 31, 2015 | Approved | |
DUMo 1.4.0.6 | 754 | Saturday, October 25, 2014 | Approved | |
DUMo 1.3.0.5 | 570 | Saturday, July 5, 2014 | Approved | |
DUMo 1.3.0.4 | 506 | Monday, April 28, 2014 | Approved | |
DUMo 1.2.0.3 | 452 | Wednesday, April 9, 2014 | Approved | |
DUMo 1.1.0.2 | 471 | Thursday, March 27, 2014 | Approved |
© KC Softwares - All rights reserved - 2004 - 2019
-
- autohotkey.portable (≥ 1.1.27.06)
Ground Rules:
- This discussion is only about DUMo and the DUMo 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 DUMo, 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.