Skip to content

InstallPath Class

Represents the installation path of a file or directory from an installer product database.

Methods

MethodDescription
ToString()Gets the full source path.

Properties

PropertyDescription
ChildPathsGets the set of child paths if this InstallPath object represents a a directory.
ParentPathGets the path of the parent directory.
SourceNameGets or sets the source name of the InstallPath.
SourcePathGets the full source path.
TargetNameGets or sets the target name of the install path.
TargetPathGets the full target path.
WixToolset.Dtf.WindowsInstaller.Package.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

ToString() Method {#tostring_nop}

Gets the full source path.

Declaration

public string ToString()

Return value

string «see P:WixToolset.Dtf.WindowsInstaller.Package.InstallPath.SourcePath»

ChildPaths Property {#childpaths}

Gets the set of child paths if this InstallPath object represents a a directory.

Declaration

public InstallPathCollection ChildPaths { get; set; }

ParentPath Property {#parentpath}

Gets the path of the parent directory.

Declaration

public InstallPath ParentPath { get; set; }

SourceName Property {#sourcename}

Gets or sets the source name of the InstallPath.

Declaration

public string SourceName { get; set; }

SourcePath Property {#sourcepath}

Gets the full source path.

Declaration

public string SourcePath { get; set; }

TargetName Property {#targetname}

Gets or sets the target name of the install path.

Declaration

public string TargetName { get; set; }

TargetPath Property {#targetpath}

Gets the full target path.

Declaration

public string TargetPath { get; set; }