Public Attributes

Wix::Extensions::SystemTools::MoveFiles Class Reference

List of all members.

Public Attributes

string Id
string Source
string Wildcard
string Target
YesNoType MoveOnInstall
YesNoType MoveOnUnInstall
YesNoType Recurse
YesNoType DeleteEmptyDirectories
complextype Overwrite

Detailed Description

May be nested under Product, Module, Fragment. Moves a set of files outside of component rules, with subdirectories.

Operates on a best-effort basis, ie. neither source nor target directories need to exist for the operation to succeed. Does not move empty directories, only creates target directories that have files.

The move file operation will fail and the installation will rollback on first error.


Member Data Documentation

Delete leftover empty subdirectories.

Identifier for the files move operation (primary key).

Move file at install time.

Move file at uninstall time.

Specifies the overwrite behavior when the target file exists. One of yes, no, error.

Recurse into subdirectories. Behaves like xcopy, moving files that match Wildcard from subdirectories, then deletes the individual files that have been moved.

Directory containing files to be moved.

Name of the target directory.

Wildcard of files to be moved.


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


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