MSEndpointMgr / ConfigMgr

Microsoft Endpoint Configuration Manager scripts and tools
633 stars 281 forks source link

Upgrade Driver Automation Tool to version 7.0.1 #344

Open TiganSan opened 2 years ago

TiganSan commented 2 years ago

Unable to upgrade to version 7.0.1 due to missing installation files. We are trying to upgrade Driver Automation Tool from version 6.5.6 to version 7.0.1 in order to get support for Windows 10 21H2. The links/information on Github is not complete or accurate. Can anybody direct me to where I can get the correct files for: DriverAutomationTool.msi DriverAutomationTool.exe DriverAutomationTool.exe.config Invoke-CMApplyDriverPackage.ps1

I appreciate the help. Thanks

anjillan commented 2 years ago

Use this:

maurice-daly/DriverAutomationTool: Home of the Driver Automation Tool (github.com) https://github.com/maurice-daly/DriverAutomationTool

[image: image.png]

On Wed, Jan 19, 2022 at 11:47 AM TiganSan @.***> wrote:

We are trying to upgrade Driver Automation Tool from version 6.5.6 to version 7.0.1 in order to get support for Windows 10 21H2. The links/information on Github is not complete or accurate. Can anybody direct me to where I can get the correct files for: DriverAutomationTool.msi DriverAutomationTool.exe DriverAutomationTool.exe.config Invoke-CMApplyDriverPackage.ps1

I appreciate the help. Thanks

— Reply to this email directly, view it on GitHub https://github.com/MSEndpointMgr/ConfigMgr/issues/344, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADMVNDQUA2DQ35O55WFWIQ3UW3TLPANCNFSM5MKOGCLA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

TiganSan commented 2 years ago

@anjillan : Unfortunately, the information on this Github depository is incomplete or inaccurate as it relates to version 7.0.1. That is why I am posting a message here. Do you use this product and have you been able to upgrade to version 7.0.1? Thx

tryste-mx commented 1 year ago

Modern Driver Management is made of two parts: the Driver Automation Tool, and the Apply Drivers Package script.

Download and install/update the Driver Automation Tool

  1. Go to https://github.com/maurice-daly/DriverAutomationTool
  2. Click the green Code button, then click Download ZIP to download all files
  3. Extract the ZIP to a temp location, then either:
  4. a. run the MSI for a fresh install OR b. to simply upgrade, open the Current Branch folder, open the desired version folder, find the DriverAutomationTool.exe and DriverAutomationTool.exe.config files, then copy/paste these into your local installation folder (e.g. C:\Program Files\MSEndpointMgr\Driver Automation Tool)

Download the Apply Drivers Package script here (right-click, Save link as...): https://github.com/MSEndpointMgr/ModernDriverManagement

image