installshielddriversftdi

How can I install FTDI Drivers at the same time as my software in InstallShield 2012?


I have created a basic MSI in InstallShield 2012. Currently, the MSI only installs the actual software itself.

I would like to be able to install the drivers for the Hardware as well. I have seen other install packages do this, I just do not know if it is possible with my current setup.

Any help on this topic would be greatly appreciated.


Solution

  • You have to options:

    Chain-

    Use a Suite Installer or Setup Prerequisites to "chain" the third party to your MSI. You'll have to figure out detection logic to know the package is applicable and needed so InstallShield can show the item or hide the item. You'll also need to know what command line to pass to the installer to invoke it silently.

    Integrate-

    Decompose the contents and actions of the installer and author it into your own installer.