following on from an issue we discussed here regarding the Test ODBC Connection Custom Action we've also found a related issue with one of our other installers.
In this particular installer we were using an Installer Paramete' called SQLConnectionString as a property on a dialog's Next button condition for invoking the TestODBCConnection Custom Action. However, since AI version 17.4 this property and one other called SQLConnectionTimeout are no longer listed and hence the check in the condition for
Code: Select all
AND NOT SQLConnectionString = ""
I've attached a zip file showing some images of the setup for the installer project in both 17.1.2 and 17.4 that highlights how those properties no longer exist, so that you can see the differences and how it was being used in the condition.
Similar to before, was the removal of these properties intentional and if not is it something you guys are currently aware of and plan to fix for backwards compatibility in a future release?
Thanks,
Ian