-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notes on installation #26
Comments
Hopefully, this fixes all the other issues here about installation failures caused by not properly following the instructions. |
I opened the issue tab now! Thank you for your advice (actually I didn't know the issue tab was not activated by default). |
@ge9 Thanks. Can you also check out my PR on your fork (ge9#3)? I see that you are not watching your own repo. |
Thank you! I merged your PR. |
I tried using scoop to install it as you said but it gives me an error: |
Certificates
You certainly don't need
certmgr.exe
to install the certificates (I'm not even sure if you are even allowed to bundle that). Here is a command that equivalently works using builtin Windows commands:@roshkins Please remove
certmgr.exe
next time. You can replace the contents ofinstallCert.bat
with this:Silent installation
I have found out that nefcon allows you to do this, adding the proper device node and then installing the driver all in the command line (Perhaps I can use devcon to do this, but they don't provide publically available binaries and bundle it instead in the WDK). Example:
Installation Script
Now we can combine both of those to provide a single, easy-to-use script that sets up everything for you:
I have added @ge9's IddSampleDriver to Scoop (ScoopInstaller/Nonportable#26). Installation is as easy as doing
scoop bucket add nonportable
andscoop install iddsampledriver-ge9-np -g
in an elevated prompt. If anyone is interested in making a Chocolatey package, feel free to look here.Ping @ge9, can you open the issues tab on your fork? People shouldn't be reporting installation issues from your fork in here.
The text was updated successfully, but these errors were encountered: