RedGreenBlue09 / WFAv7_Installer

Batch script to install Windows 10 ARM desktop version to Lumia devices (dual boot & single boot).
Microsoft Reciprocal License
80 stars 14 forks source link

Fix a few problems with driver downloading and antivirus #7

Closed Bluebotlabz closed 2 years ago

Bluebotlabz commented 2 years ago

This fork fixes driver downloading by replacing aria2c with Windows's built-in curl command It also replaces the dsfo executable with one from a verified source as the one included with the repo was triggering several antivirus applications: VirusTotal

The new dsfo.exe was downloaded from mysystemadmintips and works with the scripts and also doesn't trigger antivirus detection

RedGreenBlue09 commented 2 years ago

Thank you for your attention. The installer is focused on compatibility, from Windows 8.1 and up. Curl is only available on Windows 10 1803+ as far as I know. About dsfo, I the original is compressed using some software, I decompressed it for fun :). If it is causing too much false positive issues then I will bring back the original.

Bluebotlabz commented 2 years ago

Ok, I'm going to adjust the curl to use an installation local to the tool as the Aria2c doesn't work on windows 11 or 10 or maybe at all?

Bluebotlabz commented 2 years ago

I've just pushed a commit to the fork which changes the curl installation from the Windows installation to a curl binary included with the utility

RedGreenBlue09 commented 2 years ago

What "alternative" are you talking about? Aria2c is working on my Windows 11 PC.

Bluebotlabz commented 2 years ago

that's odd, I guess my PC just doesn't like Windows Phone utilities (it complains about WPInternals too) it ways it couldn't find 930.txt or whatever when I tried it, which seemed to be because aria2c wasn't downloading it

RedGreenBlue09 commented 2 years ago

that's odd, I guess my PC just doesn't like Windows Phone utilities (it complains about WPInternals too) it ways it couldn't find 930.txt or whatever when I tried it, which seemed to be because aria2c wasn't downloading it

You nay try to get some logs and post it here for me. Remove >nul to get the output from the aria2c command.

RedGreenBlue09 commented 2 years ago

that's odd, I guess my PC just doesn't like Windows Phone utilities (it complains about WPInternals too) it ways it couldn't find 930.txt or whatever when I tried it, which seemed to be because aria2c wasn't downloading it

You nay try to get some logs and post it here for me. Remove >nul to get the output from the aria2c command.

Oops, there is no >nul, try removing -q flag instead.

Bluebotlabz commented 2 years ago

Sure, I'll do it when I can use the PC again, also, do you mind if I use some of your script's code for my own installation script?

RedGreenBlue09 commented 2 years ago

Sure, I'll do it when I can use the PC again, also, do you mind if I use some of your script's code for my own installation script?

Yes. Also, remember to credit me ;)

Bluebotlabz commented 2 years ago

Thanks! I'm trying to make a script like this, except it deploys WOA 64-bit to a micro SD card

Unfortunately, WOA's guide on how to do it is a little confusing...