1) Maybe it would be possible to add the new SQL 2005 security update:
http://www.download.windowsupdate.com/msdownload/update/software/secu/2008/06/sqlserver2005-kb948109-x86-enu_bf9dc30924a456d3dcffb97fb3d0109abd642fa2.exe
2) Maybe the installer could set the following reg key:
This would prevent the annoying SQLServerBrowser warning
"The configuration of the AdminConnection\TCP protocol in the SQL instance SQLEXPRESS is not valid."
in the application log.
http://www.download.windowsupdate.com/msdownload/update/software/secu/2008/06/sqlserver2005-kb948109-x86-enu_bf9dc30924a456d3dcffb97fb3d0109abd642fa2.exe
2) Maybe the installer could set the following reg key:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer\SuperSocketNetLib\AdminConnection\Tcp]
"TcpDynamicPorts"="1434"
"The configuration of the AdminConnection\TCP protocol in the SQL instance SQLEXPRESS is not valid."
in the application log.