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

Public Attributes

string Id
 
string DBQ
 
YesNoType CreateOnInstall
 
YesNoType CreateOnUnInstall
 
YesNoType DropOnInstall
 
YesNoType DropOnUnInstall
 
YesNoType CheckIfExists
 
string ConnectionId
 

Detailed Description

Implements a Microsoft Access database. May be nested under Component.

Member Data Documentation

YesNoType Wix::Extensions::DataSource::AccessDatabase::CheckIfExists

Check whether the database exists before creating or dropping it. Create the database if it doesn't exist. Drop the database if it exists.

string Wix::Extensions::DataSource::AccessDatabase::ConnectionId

AccessConnection to use for operations on this database.

YesNoType Wix::Extensions::DataSource::AccessDatabase::CreateOnInstall

Create the database at install time.

YesNoType Wix::Extensions::DataSource::AccessDatabase::CreateOnUnInstall

Create the database at uninstall time.

string Wix::Extensions::DataSource::AccessDatabase::DBQ

MDB file name of the Access database.

YesNoType Wix::Extensions::DataSource::AccessDatabase::DropOnInstall

Drop the database at install time.

YesNoType Wix::Extensions::DataSource::AccessDatabase::DropOnUnInstall

Drop the database at uninstall time.

string Wix::Extensions::DataSource::AccessDatabase::Id

Identifier for the database (primary key).


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


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