I have an InstallScript MSI project. The install script code in question looks like: MsiSetProperty(ISMSI_HANDLE,"IS_SQLSERVER_REMOTE_ONLY","1"); nResult = SQLServerSelect(szMsg, svServer);Setting the IS_SQLSERVER_REMOTE_ONLY property...
I am confused by your answer. Let me claify. I don't use custom actions. I added this code to the OnFirstUIBefore() InstallScript. I can't even find the ISSQLServerFilteredList action in the InstallUISequence. The setting seems to work for the browse...
You might want to try using the Microsoft Windows Installer Cleanup Utility to try to cleanup the old install. Here is a link to a download site: http://download.cnet.com/Microsoft-Windows-Installer-Cleanup-Utility/3000-18512_4-205179.htmlI hope this...