I am trying to create a bootstrapper with dotNetInstaller for my application which needs Microsoft SQL Server 2005 Backward Compatibility Components. I have added a check for that using the pre-built components.
All was good till I realized that I need to check for SQL Server 2008 installation before installing Microsoft SQL Server 2005 Backward Compatibility Components.
This is where I'm stuck, in microsoft's download page I double checked the system requirements for Microsoft SQL Server 2005 Backward Compatibility Components, which did not state that the machine requires SQL Server 2008 to be installed.
If it is required to install SQL Server 2008 for Microsoft SQL Server 2005 Backward Compatibility Components then I want to check whether SQL Server 2008 is installed, if not then skip the installation for Microsoft SQL Server 2005 Backward Compatibility Components and continue installation for my product.