InstallPath Constructor (name)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation InstallPath Constructor (name)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageInstallPathInstallPath(String)
Creates a new InstallPath, specifying a filename.
Declaration Syntax
C# Visual Basic Visual C++
public InstallPath(
	string name
)
Public Sub New ( 
	name As String
)
public:
InstallPath(
	String^ name
)
Parameters
name (String)
The name of the file or directory. Not a full path.

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