Свойство | Тип | Описание | |
---|---|---|---|
DirFileCollections | WixSharp.DirFiles[] | ||
Dirs | WixSharp.Dir[] | ||
Feature | |||
FileCollections | Files[] | ||
Files | File[] | ||
MergeModules | WixSharp.Merge[] | ||
ODBCDataSources | ODBCDataSource[] | ||
Permissions | DirPermission[] | ||
Shortcuts | WixSharp.ExeFileShortcut[] |
Метод | Описание | |
---|---|---|
AddItems ( WixEntity items ) : void | ||
Dir ( ) : System |
Initializes a new instance of the Dir class.
|
|
Dir ( |
Initializes a new instance of the Dir class with properties/fields initialized with specified parameters
|
|
Dir ( |
Initializes a new instance of the Dir class with properties/fields initialized with specified parameters.
|
|
Dir ( |
Initializes a new instance of the Dir class with properties/fields initialized with specified parameters
|
|
Dir ( string targetPath ) : System |
Initializes a new instance of the Dir class with properties/fields initialized with specified parameters
|
|
ToString ( ) : string |
Defines the launch Condition, which is to be checked during the installation to determine if the directory should be installed. Returns the WiX
|
Метод | Описание | |
---|---|---|
Dir ( |
||
GetRootAutoParent ( ) : |
||
HastemsToInstall ( ) : bool | ||
IsAutoParent ( ) : bool | ||
ProcessTargetPath ( string targetPath ) : |
||
ToFlatPathTree ( string path ) : string[] |
public AddItems ( WixEntity items ) : void | ||
items | WixEntity | |
Результат | void |
public Dir ( |
||
feature | ||
targetPath | string | The name of the directory. Note if the directory is a root installation directory |
Результат | System |
public Dir ( |
||
id | The explicit |
|
feature | ||
targetPath | string | The name of the directory. Note if the directory is a root installation directory |
Результат | System |
public Dir ( |
||
id | The explicit |
|
targetPath | string | The name of the directory. Note if the directory is a root installation directory |
Результат | System |
public Dir ( string targetPath ) : System | ||
targetPath | string | The name of the directory. Note if the directory is a root installation directory |
Результат | System |
public DirFiles[],WixSharp DirFileCollections | ||
Результат | WixSharp.DirFiles[] |
public ODBCDataSource[] ODBCDataSources | ||
Результат | ODBCDataSource[] |