Public Attributes

Wix::Extensions::DataSource::ODBCExecuteBinary Class Reference

List of all members.

Public Attributes

string Id
string BinaryId
string OutputFilename
string XsltFilename
YesNoType EvaluateProperties
string ConnectionId
YesNoType ExecuteOnInstall
YesNoType ExecuteOnUnInstall
string Delimiter
SqlType Type

Detailed Description

Implements execution of a file that contains ODBC statements.

ODBCExecuteBinary behaves like ODBCExecute, but executes an embedded binary file. This is the most flexible construct since it can execute both files that contain MSI properties and files that contain SQL statements to be executed as-is. In addition binary files are never physically placed on disk during execution. May be nested under Component, MSSQLDatabase, AccessDatabase.


Member Data Documentation

File that contains SQL statements to be executed.

MSSQLConnection to use for executing this statement (when not nested under a database element).

Batch delimiter. The contents of the SQL file will be split and executed one-by-one. Delimiter is case-insensitive, recognized only at the beginning of line. Either Type or Delimiter may be specified, not both.

Set to yes to evaluate MSI properties within the query, file, no to automatically encode all [ ] characters.

Execute statement at install time.

Execute statement at uninstall time.

Identifier for the ODBC file statement (primary key).

Save output to a file.

Type of the sql script (SqlServer, Oracle, ...). This will set appropriate delimiters for sql splitting, e.g. 'go' for SqlServer; also.will provide support for insertion commands, e.g. ':r' for SqlServer.

Transform output using an XSLT transform.


The documentation for this class was generated from the following file:


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com