, 2010 02:41
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Help with setting properties from a JScript CA.
>
> So, I've got this code that lets me know if certain databases are
installed or
> not:
>
> function CheckDataba
So, I've got this code that lets me know if certain databases are installed or
not:
function CheckDatabase(serverProperty, databaseProperty, checkProperty) {
var serverName = Session.Property(serverProperty);
var connectionString = "Provider=SQLOLEDB;Data Source=" + serverName +
";Integr
2 matches
Mail list logo