maurice-daly / DriverAutomationTool

Home of the Driver Automation Tool
https://www.msendpointmgr.com
BSD 2-Clause "Simplified" License
399 stars 120 forks source link

MSI cannot be downloaded #524

Open pebernath opened 8 months ago

pebernath commented 8 months ago

The new MSI file (version 7.2.3) cannot be downloaded because the Microsoft defender warns it contains a virus.

virus found

Ickis99 commented 8 months ago

I get the same warning. I guess i´ll keep using 7.2.2 for the time being.

pebernath commented 8 months ago

In virus total there are many hit to the file not just the defender https://www.virustotal.com/gui/file/6b3e8a777bbc567b4be33be593d563109ce9ec205ba9a5864f90d6e4ad986b1b/detection

nodiaque commented 8 months ago

The installed one also triggered on my trend micro, I just lost the file after it's installed.

ericvandam commented 8 months ago

+1

R4PH1 commented 8 months ago

The .ps1 file is also missing again. Could this maybe the added to the 7.2.3 folder additionally to the .exe?

nodiaque commented 8 months ago

the ps1 is also infected from 7.2.3

ajn142attamu commented 8 months ago

If anybody needs to grab 23H2 stuff until the .msi gets sorted out, I've edited my fork to add initial support for 23H2. You can copy https://github.com/ajn142attamu/DriverAutomationTool/blob/master/Current%20Branch/7.2.2/DriverAutomationTool.ps1 into C:\Program Files\MSEndpointMgr\Driver Automation Tool and then run it as admin. You may need to clear the C:\Program Files\MSEndpointMgr\Driver Automation Tool\Temp directory and rename C:\Program Files\MSEndpointMgr\Driver Automation Tool\Settings\OEMLinks.xml to ensure you pull the latest copy of OEMLinks.xml and then the latest copy of all the catalog files.

Shirkan79 commented 8 months ago

+1

xirv commented 8 months ago

+1

Anyone have the MSI from 7.2.2?

ajn142attamu commented 8 months ago

+1

Anyone have the MSI from 7.2.2?

Here’s a link to 7.2.2 from the repo commit history.

https://github.com/maurice-daly/DriverAutomationTool/blob/595768f9067095c499f031a5851655af124ff024/Driver%20Automation%20Tool.msi

nodiaque commented 8 months ago

Your version work perfectly! I'm nearly wondering if I should just take the ps1 and recreate the projet files. Also add some threading so the gui stop freezing. Would be alot of work though

ajn142attamu commented 8 months ago

Your version work perfectly! I'm nearly wondering if I should just take the ps1 and recreate the projet files. Also add some threading so the gui stop freezing. Would be alot of work though

I’m not crazy about doing a lot of work if Maurice is going to take a more open approach with v8.x in the next 2 months, because I can’t guarantee I’ll be maintaining my fork forever. I’d say address that if/when it supports something else. I don’t have licensing for Sapiens anyways, just doing this all from VS Code.

nodiaque commented 8 months ago

Yeah I'm waiting to see v8. I do have sapiens powershell and honestly, since the ps1 is already all shared, I don't see why not sharing the OEM files (or including the recovery info which sapiens does per default). I can manually reconstruct from the PS1 itself manually, long job but not hard. But I'm willing to wait to see the futur. I understand the fact he invested a lot of time and effort, but he won't be able to maintain it forever. Opensource is the way to go with stuff like this.