Property | Type | Description | |
---|---|---|---|
Associations | WixSharp.FileAssociation[] | ||
Condition | Condition | ||
DriverInstaller | |||
Feature | |||
IISVirtualDirs | WixSharp.IISVirtualDir[] | ||
Permissions | FilePermission[] | ||
ServiceInstaller | ServiceInstaller | ||
Shortcuts | WixSharp.FileShortcut[] |
Method | Description | |
---|---|---|
AddItems ( WixEntity items ) : void | ||
File ( ) : System |
Initializes a new instance of the File class.
|
|
File ( |
Creates instance of the
|
|
File ( |
Creates instance of the
|
|
File ( |
Creates instance of the
|
|
File ( string sourcePath ) : System |
Creates instance of the
|
|
ToString ( ) : string |
Returns a T:System.String that represents the File. This property is designed to produce a friendlier string representation of the File for debugging purposes.
|
public File ( |
||
feature | ||
sourcePath | string | Relative path to the file to be taken for building the MSI. |
return | System |
public File ( |
||
id | The explicit |
|
feature | ||
sourcePath | string | Relative path to the file to be taken for building the MSI. |
return | System |
public File ( |
||
id | The explicit |
|
sourcePath | string | Relative path to the file to be taken for building the MSI. |
return | System |
public File ( string sourcePath ) : System | ||
sourcePath | string | Relative path to the file to be taken for building the MSI. |
return | System |
public FileAssociation[],WixSharp Associations | ||
return | WixSharp.FileAssociation[] |
public DriverInstaller,WixSharp DriverInstaller | ||
return |
public IISVirtualDir[],WixSharp IISVirtualDirs | ||
return | WixSharp.IISVirtualDir[] |
public ServiceInstaller ServiceInstaller | ||
return | ServiceInstaller |