I'm completely new to Windows Installer, so please be gentle!
I want some drivers to be installed when my customers installs my program. If the drivers already is installed, however, I want the installation program to skip that certain step and continue with installing my program.
I have tried adding a Windows Installer launch condition, which searches for a certain component Id. When I'm trying to install, though, the error message shows up and the installation program exits - nothing is installed. It doesn't matter if the driver is installed or not - I get the same result.
Any clues?
Thanks in advance!