Setup project - install drivers
-
Hi, I ceated setup project in VS2005. I would like to install HW drivers for my device during the installation. Can you help me? Thank
hi Im working on something very similar at the moment i need to install (and uninstall) my NDIS IM Driver i'm creating a win32 application which i will pass parameters to for install, uninstall or repair. i am using a DDK interface INetCfg. to do all this via code. i was just going to use an INF file but i never got to the stage of testing it with you the VS installer project. There is a Driver Install Framework you maybe able to use at Microsoft: Driver Installation[^] sorry i cant help more at the moment its still a new area for me as well. I assume, in the setup project, you import the .inf and cat files then set some property on the inf file or the .sys file :doh: well hope thats a least a bit of help