ScpDriverInterface icon indicating copy to clipboard operation
ScpDriverInterface copied to clipboard

NuGet package?

Open DavidRieman opened this issue 7 years ago • 2 comments

Have you considered making this a little NuGet package? I can see this being useful in a number of projects, and it would be neat to pull it in that way. If you don't want to or can't spend the time - would you mind if I did that for you?

DavidRieman avatar Nov 27 '17 02:11 DavidRieman

I will look into this soon

mogzol avatar Dec 03 '17 06:12 mogzol

I wrote code today that embeds the installer's driver files as resources, extracting them just-in-time for installation/uninstall, so the installer executable doesn't have to be paired/distributed with extra loose files. I didn't realize you'd made a bunch of changes, so I'll have to merge them together now before I can make a PR for that. (I haven't embedded the Difx dependencies yet either.)

My goal is to get my ScpDriverInterface-using tech to auto-recover from ScpVBus being missing by asking the user if they want to run the driver installer (elevated) before continuing. It'll run silent so the full UX will be: "Hey, driver is missing, install? You'll may be asked for admin privs", [prompts for admin], [app finishes launching and works great]

DavidRieman avatar Dec 04 '17 00:12 DavidRieman