I want to be able to run a few apps from my flash drive that use the winpcap driver. so, i've heard that if i just put the dlls on the flash drive, then i can register them into memory or something and I'll be good to go. I can use these the winpcap driver without actually having to install it. Now, on linux/unix it would be pretty easy, I could just do insmod or lsmod to put a driver into memory, but how do i do it on windows?
**
sry, i meant insmod or modprobe.

