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

Driver Downloader: Hotfix & Support the new definition format. #27

Closed RedGreenBlue09 closed 8 months ago

RedGreenBlue09 commented 9 months ago

Driver Downloader stopped working because:

Both happens almost at the same time. That means most of the foundation the downloader depends on is now removed; Developing an alternative method takes a lot of effort.

The good news is, after nearly a week of hard working, I have finished the rework of it, which enables it to work again. Check it out here.

Please note that the drivers that it downloads are untested, and it actually have some regressions:

RedGreenBlue09 commented 9 months ago

I implemented a workaround in 92be187. We still need support for the new definition format, no ETA for that.

RedGreenBlue09 commented 9 months ago

GitHub disabled SVN support. At a result I need to switch to Git.

Edit: Git for Windows is way too bloated to be packaged into the installer. Instead, I'll use the power of aria2c to download all files.

Edit 2: It's impossible to download the files with aria2c because the file names in the INFs is case insensitive while downloading with direct links is case sensitive.

RedGreenBlue09 commented 8 months ago

Fixed in DD 4.0.