Public Attributes | List of all members
Wix::Extensions::DataSource::ODBCDataSource Class Reference

Public Attributes

string Id
 
string Driver
 
string Name
 
string Value
 
YesNoType CreateOnInstall
 
YesNoType CreateOnUnInstall
 
YesNoType DeleteOnInstall
 
YesNoType DeleteOnUnInstall
 
DSNType Type
 

Detailed Description

Implements creation and deletion of an ODBC DSN.

    ODBCDataSource can be nested under a component or product/module/fragment. When nested
    under a component, conditions of the latter apply. When nested under product, module or fragment, you
    can specify explicit conditions that will be combined with CreateOnInstall, CreateOnUnInstall, DeleteOnInstall and 
    DeleteOnUnInstall options.

    Note that ODBCDataSource runs automatically before databases are created on install and after databases are dropped
    on uninstall.

May be nested under Component.

Member Data Documentation

YesNoType Wix::Extensions::DataSource::ODBCDataSource::CreateOnInstall

Create DSN at install time.

YesNoType Wix::Extensions::DataSource::ODBCDataSource::CreateOnUnInstall

Create DSN at uninstall time.

YesNoType Wix::Extensions::DataSource::ODBCDataSource::DeleteOnInstall

Delete DSN at install time.

YesNoType Wix::Extensions::DataSource::ODBCDataSource::DeleteOnUnInstall

Delete DSN at uninstall time.

string Wix::Extensions::DataSource::ODBCDataSource::Driver

ODBC driver, eg. "SQL Server".

string Wix::Extensions::DataSource::ODBCDataSource::Id

Identifier for the ODBC datasource (primary key).

string Wix::Extensions::DataSource::ODBCDataSource::Name

Name of the DSN, pre-pended as DSN=name to the value string.

DSNType Wix::Extensions::DataSource::ODBCDataSource::Type

DSN type.

string Wix::Extensions::DataSource::ODBCDataSource::Value

Value of the DSN, this is driver-specific.


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


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