Hi!
This is how to do it:
1. Download devcon.exe from some Microsoft site. You can google for it.
2. Open netrasa.inf in c:\windows\inf (c:\winnt\inf on win2k I guess)
3. Look for the section [Msft.NTx86]
4. In the DeviceID column, you can see the installable devices.
5. Run this command to install the WAN Miniport (PPTP):
devcon.exe install c:\windows\inf\netrasa.inf MS_PptpMiniport
6. You can install the other devices similarly. I think you will need MS_L2tpMiniport, MS_PtiMiniport, MS_NdisWanIp, MS_PppoeMiniport additionally
Best Regards
Bence
Benyoka, thanks so much! Your steps 5 & 6 (plus one step below) were critical in fixing my problem on WinXP Pro SP3.
In addition to Benyoka's steps 5 & 6 (and rebooting), I had to perform one more step to get mine working.
At a command prompt, type the following:
netsh int ip reset resetlog.txt
After this and rebooting again, my problem is fixed!
Thanks!!
WP