Software Identification Tag View

AdminStudio 2024 | 27.0 | Repackager

Edition:This feature is available in AdminStudio Professional and Enterprise Editions.

When you use Repackager to convert a legacy package to a Windows Installer package, by default a tag file is generated for each package when the Windows Installer package is built. You can view and edit tag information in the Repackager interface's Software Identification Tag view.

The Software Identification Tag tab includes the following properties:

Software Identification Tag View Properties

Property

Description

Use Tag

Select Yes to enable software ID tag file generation for this package or select No to disable it. Using this option enables you to override the setting on the Build Options tab of the Repackager Options dialog box for this project. The default value is Yes.

Require Software Entitlement

To specify that you want to require your product to have a corresponding software entitlement in order for software reconciliation to be considered successful, set this property to Yes.

In general, if the software must be purchased, this property should be set to Yes; if the software is free, this property should be set to No.

Product Name

Name of the product, read from the Product Name property of the Windows Installer package.

Product Version

Version of the product, read from the Product Version property of the Windows Installer package.

Unique ID

The product GUID, which is the ProductCode of the MSI package or the unique string used for the Add and Remove Programs uninstall key name, is used to uniquely identify the product in the software identification tag file.

Tag Creator Name

Enter a name to identify the creator of this tag file. The default value is:

Flexera

Tag Creator RegID

Enter a RegID to identify the creator of this tag file, using the following format:

    regid.YYYY-MM.ReversedDomainName,optional_division

For example:

    regid.2009-06.com.yourcompany,GlobalProductDivision

Software Creator Name

(Optional) Enter a name to identify the creator of this package. By default, the value is Unknown. If the value of this field is left as Unknown, then that exact string will appear in the tag file to indicate that it is not possible to determine the actual value for this field.

Software Creator RegID

(Optional) Enter a RegID to identify the creator of this package. By default, the value is Unknown. If the value of this field is left as Unknown, then that exact string will appear in the tag file to indicate that it is not possible to determine the actual value for this field.

Software Licensor Name

(Optional) Enter a name to identify the licensor of this package. By default, the value is Unknown. If the value of this field is left as Unknown, then that exact string will appear in the tag file to indicate that it is not possible to determine the actual value for this field.

Software Licensor RegID

(Optional) Enter a RegID to identify the licensor of this package. By default, the value is Unknown. If the value of this field is left as Unknown, then that exact string will appear in the tag file to indicate that it is not possible to determine the actual value for this field.

Note:For more information, see About Software Tagging RegIDs and About the Tag Creator Name, Software Creator Name, and Software Licensor Name Fields in the AdminStudio Help Library.

See Also