Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Configuration Namespace / PackagerConfiguration Class / ProductName Property

In This Topic
    ProductName Property (PackagerConfiguration)
    In This Topic
    The product name to use instead of the current application.
    Syntax
    'Declaration
     
    
    Public Property ProductName As String
    public string ProductName {get; set;}
    Remarks
    Primarily used in the Packager.exe.config file to specify the end-user product and application you want to package information for instead of the current application. If specified, the name must exactly match the name shown in Loupe for the product.

    To limit the package to one application within a product specify the applicationName as well as the productName. Specifying just the product name will cause the package to contain all applications for the specified product.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also