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

Public Attributes

string Id
 
string Name
 
string DBQ
 
string Username
 
string Password
 
string Description
 
YesNoType CreateOnInstall
 
YesNoType CreateOnUnInstall
 
YesNoType DeleteOnInstall
 
YesNoType DeleteOnUnInstall
 
DSNType Type
 

Detailed Description

Implements creation and deletion of a Microsoft Access DSN.

    AccessDataSource 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 AccessDataSource 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::AccessDataSource::CreateOnInstall

Create DSN at install time.

YesNoType Wix::Extensions::DataSource::AccessDataSource::CreateOnUnInstall

Create DSN at uninstall time.

string Wix::Extensions::DataSource::AccessDataSource::DBQ

Complete path to the .mdb database file. Note that creating the DSN will succeed with the wrong path, but the database will be inaccessible.

YesNoType Wix::Extensions::DataSource::AccessDataSource::DeleteOnInstall

Delete DSN at install time.

YesNoType Wix::Extensions::DataSource::AccessDataSource::DeleteOnUnInstall

Delete DSN at uninstall time.

string Wix::Extensions::DataSource::AccessDataSource::Description

Optional DSN description.

string Wix::Extensions::DataSource::AccessDataSource::Id

Identifier for the ODBC datasource (primary key).

string Wix::Extensions::DataSource::AccessDataSource::Name

Name of the DSN.

string Wix::Extensions::DataSource::AccessDataSource::Password

Optional database password.

DSNType Wix::Extensions::DataSource::AccessDataSource::Type

DSN type.

string Wix::Extensions::DataSource::AccessDataSource::Username

Optional database username.


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


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