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

Updated Tap driver Id not working on windows 7 #164

Open
ronak-k-p opened this issue Dec 6, 2023 · 3 comments
Open

Updated Tap driver Id not working on windows 7 #164

ronak-k-p opened this issue Dec 6, 2023 · 3 comments

Comments

@ronak-k-p
Copy link

We are building VPN application and try to add openvpn support for connecting vpn. We need new hardware id for tap drivers so we can easily uninstall it when app gets uninstall (without impacting other apps installed using tap driver with default id tap0901)

If I build tap-windows6 without changing anything our vpn works fine but to create unique id i have updated PRODUCT_TAP_WIN_COMPONENT_ID in version.m4 and follow same build process I get this error while connecting vpn
There are no TAP-Windows, Wintun or ovpn-dco adapters on this system. You should be able to create an adapter by using tapctl.exe utility. Strange thing is this issue only occurs in windows 7. in windows 8.1 same build works fine.

@cron2
Copy link
Contributor

cron2 commented Dec 6, 2023

win7 being end of life, it might be possible that it's no longer possible to build new drivers for win7 due to signing requirements that can not be fulfilled anymore.

Leaving this to @mattock and @flichtenheld to provide more detailed insights.

@schwabe
Copy link

schwabe commented Dec 6, 2023

I think we gone through this and can no longer sign drivers for Windows 7 anymore.

@ronak-k-p
Copy link
Author

ronak-k-p commented Dec 6, 2023

I am Disabling Driver Signature Enforcement to test it & there is no driver signature error at device manager.
Building using VS2019 (Dev Command Prompt)

Driver works fine on windows 7 when I don't modify version.m4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants