Public Attributes

Wix::Extensions::DataSource::AccessDataSource Class Reference

List of all members.

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

Create DSN at install time.

Create DSN at uninstall time.

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

Delete DSN at install time.

Delete DSN at uninstall time.

Optional DSN description.

Identifier for the ODBC datasource (primary key).

Name of the DSN.

Optional database password.

DSN type.

Optional database username.


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


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