I am making installation project (currently with installshield le that comes with VS2010).
The project contains one file - application .exe file. and driver files. The driver files are .inf and .sys that should be installed during the installation process. there are different .inf and .sys for each OS platform (64/32).
How can i do it with InstallShield LE ? if you plug the usb device you will see it under Device manager and can manually set the driver, but i want to do it automatically during installation.
Thanks