djpnewton / vmulti

Virtual Multiple HID Driver (multitouch, mouse, digitizer, keyboard, joystick)
MIT License
401 stars 171 forks source link

Installer for the driver . #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi , Great Work :) . This is the best opensource driver i have ever found . 
What is the procedure to build the installer for this driver fpr both 64 and 
32bit version of windows ? I will upload the installer here if i am able made 
it .

Original issue reported on code.google.com by gyl.rajat on 24 May 2012 at 5:13

GoogleCodeExporter commented 9 years ago
the best way is probably to distribute devcon.exe (both 32 and 64 bit versions) 
from the WDK and call it from your driver. You could also write your own or 
modify the devcon source code (see WDK).

Original comment by djpnew...@gmail.com on 29 May 2012 at 5:39