crash tapinstall install in win7x64

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
ggrnd0
OpenVpn Newbie
Posts: 1
Joined: Mon Apr 02, 2012 5:32 pm

crash tapinstall install in win7x64

Post by ggrnd0 » Mon Apr 02, 2012 6:42 pm

i use openvpn in my app. i just add /din/ & /driver/ paths in my app.

but i cannot install tap-interface with command

Code: Select all

tapinstall install ..\driver\oemwin2k.inf tap0901
i run this from cmd with admin role in /bin/ path.

in console wrote 'tapinstall failed.' and it's all.
windows event log donot contains any info about this error.

but, OpenVPN installer adding interface without any problem and after command

Code: Select all

tapinstall install ..\driver\oemwin2k.inf tap0901
works currectly...

what is problem? and how resolv?

User avatar
Mimiko
Forum Team
Posts: 1564
Joined: Wed Sep 22, 2010 3:18 am

Re: crash tapinstall install in win7x64

Post by Mimiko » Tue May 15, 2012 5:41 am

Better cd to "driver" folder and use:

Code: Select all

..\bin\tapinstall.exe install oemwin2k.inf tap0901

Post Reply