Device Drivers - found solution!
I've been fighting with Devcon to try and get an HP Scanner working correctly so that the software can be deployed to a user and they can just plug it in with no requests for drivers etc.
Devcon kept on giving me failures but I found that in Adminstudio I could use the "Device Driver Wizard" which worked first time! It creates an MSI which you can deploy silently which has all the files in it to install the hardware.
If you're having problems getting drivers to install silently, it's definitely worth trying.
Cheers
Devcon kept on giving me failures but I found that in Adminstudio I could use the "Device Driver Wizard" which worked first time! It creates an MSI which you can deploy silently which has all the files in it to install the hardware.
If you're having problems getting drivers to install silently, it's definitely worth trying.
Cheers
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
VikingLoki
19 years ago
Neat! How does that work? Is it deploy the msi, plug in the hardware and the plug & play stuff just kicks in? Will it work if the user plugs the hardware in before the MSI is deployed?
I'm wondering how easy it is to break this sort of thing, and I'm specifically looking at HP Scanners to use this with.
I'm wondering how easy it is to break this sort of thing, and I'm specifically looking at HP Scanners to use this with.
Posted by:
nmi
19 years ago
ORIGINAL: VikingLoki
Neat! How does that work? Is it deploy the msi, plug in the hardware and the plug & play stuff just kicks in? Will it work if the user plugs the hardware in before the MSI is deployed?
I haven't extensively tested this yet. The solution we have found is :
o Deploy MSI
o Plug in hardware
Plug and play will then initiate and install the drivers for the hardware without further user intervention.
If the user plugs the hardware in first, then it will come up with the "Found new hardware wizard" as you'd expect, since without the drivers in the MSI, it has no way of knowing what to do with this new device.
It appears to also work if you deploy the MSI then have a user logon who doesn't have permissions to install hardware drivers (our original reason for looking for a solution) as the MSI runs in elevated priv mode.
HTH
Posted by:
viv_bhatt1
19 years ago
Posted by:
plangton
19 years ago
Sadly it doesn't cater for unsigned drivers... a quote from the Installshield 6 help:
InstallShield uses Microsoft Windows Driver Install Framework (DIFx) to install drivers. When your device driver is installed, DIFx treats it as being a device driver of the type that is displayed in the Device Driver Information panel.
I tested it myself and it requires the drivers to be signed.
InstallShield uses Microsoft Windows Driver Install Framework (DIFx) to install drivers. When your device driver is installed, DIFx treats it as being a device driver of the type that is displayed in the Device Driver Information panel.
I tested it myself and it requires the drivers to be signed.
Posted by:
viv_bhatt1
19 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.