From a1131dd83a7a2f698170c7271d2ac8b476582668 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 26 Mar 2014 01:05:48 +0100 Subject: [PATCH] fixed installation guide for vpcd on Windows --- virtualsmartcard/doc/README.txt | 11 ++++++----- virtualsmartcard/doc/README.txt.in | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/virtualsmartcard/doc/README.txt b/virtualsmartcard/doc/README.txt index 68f5806..6e3125e 100644 --- a/virtualsmartcard/doc/README.txt +++ b/virtualsmartcard/doc/README.txt @@ -143,16 +143,17 @@ Virtual Smart Card Reader`_ with a |vpcd| interface. To build the |vpcd| we use install package in :file:`BixVReader-package`. It contains `BixVReader.inf` and the required libraries, especially `BixVReader.dll`. -3. In a console with administrator rights go to this directory and execute:: +3. Copy :file:`win32\\BixVReader\\BixVReader.ini` into the :envvar:`%SystemRoot%` + directory. - "C:\Program Files\Windows Kits\8.1\Tools\x86\devcon.exe" install BixVReader.inf root\BixVReader +4. In a console with administrator rights go to :file:`BixVReader-package` and + execute:: + + "C:\Program Files\Windows Kits\8.1\Tools\x86\devcon.exe" install BixVReader.inf root\BixVirtualReader You can adjust the path to ``devcon.exe`` with your version of the WDK and your target architecture. -4. Copy :file:`win32\\BixVReader\\BixVReader.ini` into the :envvar:`%SystemRoot%` - directory. - For debugging |vpcd| and building the driver with an older version of Visual Studio or WDK please see `Fabio Ottavi's UMDF Driver for a Virtual Smart Card Reader`_ for details. diff --git a/virtualsmartcard/doc/README.txt.in b/virtualsmartcard/doc/README.txt.in index 6d6c6d2..90b59f1 100644 --- a/virtualsmartcard/doc/README.txt.in +++ b/virtualsmartcard/doc/README.txt.in @@ -143,16 +143,17 @@ Virtual Smart Card Reader`_ with a |vpcd| interface. To build the |vpcd| we use install package in :file:`BixVReader-package`. It contains `BixVReader.inf` and the required libraries, especially `BixVReader.dll`. -3. In a console with administrator rights go to this directory and execute:: +3. Copy :file:`win32\\BixVReader\\BixVReader.ini` into the :envvar:`%SystemRoot%` + directory. - "C:\Program Files\Windows Kits\8.1\Tools\x86\devcon.exe" install BixVReader.inf root\BixVReader +4. In a console with administrator rights go to :file:`BixVReader-package` and + execute:: + + "C:\Program Files\Windows Kits\8.1\Tools\x86\devcon.exe" install BixVReader.inf root\BixVirtualReader You can adjust the path to ``devcon.exe`` with your version of the WDK and your target architecture. -4. Copy :file:`win32\\BixVReader\\BixVReader.ini` into the :envvar:`%SystemRoot%` - directory. - For debugging |vpcd| and building the driver with an older version of Visual Studio or WDK please see `Fabio Ottavi's UMDF Driver for a Virtual Smart Card Reader`_ for details.