oerg866 / win98-quickinstall

A framework + installer to (very) quickly install Windows 98 on anything from a 486 up to a modern system
185 stars 6 forks source link

Rewrite driver packaging stuff in python #1

Open oerg866 opened 1 year ago

oerg866 commented 1 year ago

The driverpack stuff is written in really poor C++ code and should be rewritten in python, libraries exist for creating CAB files.

INF parsing is done using SetupAPI, this could be very complicated in Python. Might have to be re-implemented?

oerg866 commented 1 year ago

https://creatures.wiki/SZDD_compressed_files

for SZDD files