|
|
|
|
|
by Uptrenda
30 days ago
|
|
NDIS is extremely elegant and runs on just about every windows version. It also has plugin support for almost anything you can imagine. I used it for my concept project of building a re-usable installer for python modules: it takes the installers own file name as the input for what python module to install. So you can basically have a new installer for any python module just by renaming a file https://github.com/robertsdotpm/win-auto-py3
(example exe points to resources on an old server i no longer have. so won't run but all the files and code are there and work.) I wrote this when vibe coding wasn't a thing, could be a cool idea though to add mirror support for some resources the installer downloads and fallback to archive.org if hosts are down. That's one of the very cool things about NSIS -- everything you need for it already exists. Downloader, authentication, compression, all kinds of neat stuff. There's some many plugins for NSIS you could build working software just out of NSIS alone. |
|