https://github.com/nowisesys/mindinst
NDIS miniport driver installer
https://github.com/nowisesys/mindinst
driver-installation ndis windows
Last synced: about 1 month ago
JSON representation
NDIS miniport driver installer
- Host: GitHub
- URL: https://github.com/nowisesys/mindinst
- Owner: nowisesys
- License: other
- Created: 2019-01-28T21:19:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T21:27:13.000Z (over 6 years ago)
- Last Synced: 2025-02-16T08:27:30.424Z (3 months ago)
- Topics: driver-installation, ndis, windows
- Language: C++
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.rtf
Awesome Lists containing this project
README
Command line installer application capable of installing NDIS Miniport
drivers (like the BSD IP Firewall [IPFW32]) on Windows XP or later.### HISTORY:
The initial project name was simply "install" with description "BDS IP
Firewall (IPFW32) Installer" because its primary goal was to create an command
line tool to install the ipfw.sys NDIS miniport driver.As the project evolved to become a generic installer for network client, service
and protocol drivers, the project name was changed to mindinst (miniport driver
installer).### SOURCE CODE:
The installer is using the [InetCfg API](https://msdn.microsoft.com/en-us/windows/desktop/ff547694)
thru COM.The code used in this application is borrowed from the BindView application
written by Alok Sinha, Copyright (C) Microsoft Corporation, 2001. This source
code for that application is bundled with the Windows Driver Kit (WDK).The original code by Alok Sinha is keept in bindview.* and netcfgapi.*, and
is the unmodified except for removal of GUI calls. These files are _not_ the
original, only the minimal set of required function have been used.Unless otherwise stated, the source code is released under the license agreement
in license.rtf (the Windows DDK sample license).### EXIT CODES:
The following exit code are used:
0 - Success
1 - Failed
2 - Reboot required### RELEASE NOTES:
This code, including any derived work, is distributed under the terms in license.rtf