InstallPath Constructor (name, useShortNames)

Microsoft Deployment Tools

Deployment Tools Foundation InstallPath Constructor (name, useShortNames)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageInstallPathInstallPath(String, Boolean)
Creates a new InstallPath, parsing out either the short or long filename.
Declaration Syntax
C# Visual Basic Visual C++
public InstallPath(
	string name,
	bool useShortNames
)
Public Sub New ( _
	name As String, _
	useShortNames As Boolean _
)
public:
InstallPath(
	String^ name, 
	bool useShortNames
)
Parameters
name (String)
The name of the file or directory, in short|long syntax for a filename or targetshort|targetlong:sourceshort|sourcelong syntax for a directory.
useShortNames (Boolean)
true to parse the short part of the combined filename; false to parse the long part

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package) Version: 3.0.0.0 (3.5.1623.0)