Skip to content
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

Npcap installer shows brief black window #82

Open
dmiller-nmap opened this issue Apr 17, 2018 · 2 comments
Open

Npcap installer shows brief black window #82

dmiller-nmap opened this issue Apr 17, 2018 · 2 comments
Labels

Comments

@dmiller-nmap
Copy link
Contributor

The Npcap installer sometimes flashes a small window for a brief second, even when using the silent install option. We believe this is related to the use of _tpopen to run commands from NPFInstall.exe.

@dmiller-nmap
Copy link
Contributor Author

There is also a brief "file copy" window that flashes during installation of the WFP callout driver. This doesn't seem to be avoidable, but I will research a bit more.

@dmiller-nmap
Copy link
Contributor Author

I believe the file copy window is a result of the CopyFiles directive in the INF files being used to copy the npcap.sys driver into the %SYSTEMROOT%\System32\Drivers directory. We may be able to avoid this by having our installer copy the files instead; if we use the right flags to avoid the copy operation if the file exists and is newer, then we might be able to hide this screen.

@fyodor fyodor transferred this issue from nmap/nmap May 20, 2020
@fyodor fyodor added the bug label May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants