How can I associate a third party MSI to a feature?
Posted: Thu Nov 09, 2006 5:39 pm
Hello all,
Hoping that someone might have an answer to this question:
I need to install a third-party MSI (SQLSERVER2005_SSMSEE.msi), but only if the user has enabled the 'Feature' named SQL Express Management Studio.
Currently I am running this msi within the project by adding the msi to the project as a 'Support File' (User Interface>Creatives) and have also added the '(Un)Install MSI Setup' entry to the MSICode (many thanks to Mitch McInelly for this information).
However, I am uncertain how I can associate that MSI to the specifc feature in my project.
One little hitch is that the SQL SERVER 2005 (which I am installing as an InstallAware application runtime) must be installed prior to this SQLSERVER2005_SSMSEE.msi being run.
Any advice would be greatly appreciated!
Steve
Hoping that someone might have an answer to this question:
I need to install a third-party MSI (SQLSERVER2005_SSMSEE.msi), but only if the user has enabled the 'Feature' named SQL Express Management Studio.
Currently I am running this msi within the project by adding the msi to the project as a 'Support File' (User Interface>Creatives) and have also added the '(Un)Install MSI Setup' entry to the MSICode (many thanks to Mitch McInelly for this information).
However, I am uncertain how I can associate that MSI to the specifc feature in my project.
One little hitch is that the SQL SERVER 2005 (which I am installing as an InstallAware application runtime) must be installed prior to this SQLSERVER2005_SSMSEE.msi being run.
Any advice would be greatly appreciated!
Steve