-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I noticed that when I download the v0.1 binary package everything works fine but when I build the driver ("v0.1" tag) from source it installs happily ("Installation completed successfully") but doesn't seem to load. Here are the steps I followed to build the driver:
- Download and install the Windows Driver Kit for Windows 10, version 2004
- git clone https://github.com/maharmstone/winmd.git
- Build the project by running
cd winmd mkdir build cd build cmake .. cmake --build . --config RelWithDebInfo --parallel - Copy the relevant files into the right place
mkdir package\x64 cp .\RelWithDebInfo\* .\package\x64\ cp ..\src\winmd.inf .\package\ - Create catalog file
Inf2Cat /driver:package /os:10_X64 - Sign catalog file
signtool sign /sha1 <SHA1 of signing key> /t http://timestamp.comodoca.com/authenticode package\winmd.cat
"Official" information on how to build the driver is very sparse and I'm not a Windows expert. I would appreciate if someone with a little more Windows development experience could give me a hint.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels