Config.BuildPackagePath Method (Guid)
Creates a full path to the Windows Installer package with the specified identifier.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public static string BuildPackagePath(
Guid packageId
)
public:
static String^ BuildPackagePath(
Guid packageId
)
Public Shared Function BuildPackagePath (
packageId As Guid
) As String
Parameters
packageId
Type: System.GuidThe identifier of the Windows Installer package.
Return Value
Type: System.String
An instance of String that contain the path.
See Also
Config Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top