Skip to content

InstallPath Class

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

MethodDescription
ToString()Gets the full source path.
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

Gets the full source path.

public string ToString()

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

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

public InstallPathCollection ChildPaths { get; set; }

Gets the path of the parent directory.

public InstallPath ParentPath { get; set; }

Gets or sets the source name of the InstallPath.

public string SourceName { get; set; }

Gets the full source path.

public string SourcePath { get; set; }

Gets or sets the target name of the install path.

public string TargetName { get; set; }

Gets the full target path.

public string TargetPath { get; set; }