I am not a device driver expert by any stretch of imagination. I am
just an application programmer trying to package some drivers that are
required by our application that interacts with external hardware
devices using InstallShield 2008's driver installation framework.
I have a really dumb question.
The DIF wizard asks me to point it to an .inf file (belonging to, say,
a printer driver). Once done, it automatically finds all the
relevant .dll and .sys files. After InstallShield packages everything
into setup.exe, I run it on the target machine and the driver files do
get installed correctly but my question is what exactly is the meaning
of "installation"?
I was kindof thinking the framework will automatically add an icon for
the printer (in the Start->Settings->Printers section) and associate
the .inf file with it. Is that part still need to be done manually?