Deployment Tools Foundation
InstallPath Constructor (name, useShortNames)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPath ► InstallPath(String, Boolean)
Creates a new InstallPath, parsing out either the short or long filename.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public InstallPath( string name, bool useShortNames )
Public Sub New ( name As String, useShortNames As Boolean )
public: InstallPath( String^ name, bool useShortNames )
new : name : string * useShortNames : bool -> InstallPath
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)