Hi,
We are writing custom actions using Delphi and wanted to know if there would be any issues with the following or whether one way would be better than the other.
- Using WMI to determine if SQL server is installed and getting the SQL server instance names.
- If there is an issue with WMI (exception raised), then use SQLDMO.
- Using WMI to get the port a website is running on and if IIS is installed.
- Reading registry values using WMI.
In the case of 1) and 2), should I just use SQLDMO rather WMI.
Thanks. JD.