From fe8cecb5f95154c748c61f0e86064706a0d6c357 Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Mon, 25 Sep 2017 09:27:57 -0500 Subject: [PATCH] Document the /D installer option --- docs/npcap-guide.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/npcap-guide.xml b/docs/npcap-guide.xml index 4cea5c68..23ee5b81 100644 --- a/docs/npcap-guide.xml +++ b/docs/npcap-guide.xml @@ -204,6 +204,18 @@ create a restore point because of the driver installation independent from this option. + + The destination directory for installation can also be overridden by + the option, with a few restrictions. First, it will + only affect where Npcap keeps its installation logs and helper utilities. + The driver and DLLs will always be installed into the appropriate + directories below %SYSTEMROOT%\System32\. Second, the + must be the last option in the command, and the path + must not contain quotes. For example, to change the installation directory + to C:\Path With Spaces\, the invocation would be: + npcap-version.exe /D=C:\Path With Spaces + + An example of Npcap installer options is (for both GUI Mode and Silent Mode):