You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you wish to contribute to the project, enable this preference. This will allow you build new or update existing manifests, which you can then display in ProfileCreator by reloading them from the menu.
Payload Identifier
ProfileIdentifier Format
Default Setting: %ORGID%.%UUID%
This setting defines the format with which the profile's PayloadIdentifier will be created.
The PayloadIdentifier value is only created once using this format when the profile is created. This is to avoid changing the identifier which is used by the system to know if a profile is already installed or not.
The following variables are supported for the profile's PayloadIdentifier format string:
Variable
Inserted Value
%ORGID%
The default Organization Identifier set in the application settings under Payload Defaults
%UUID%
The value for the profile's PayloadUUID key.
PayloadIdentifier Format
Default Setting: %ROOTID%.%TYPE%.%UUID%
This setting defines the format with which each payload's PayloadIdentifier will be created.
The PayloadIdentifier value is only created once using this format when the payload is first added to the profile. This is to avoid changing the identifier which is used by the system to know if a payload is already installed or not.
The following variables are supported for the payload's PayloadIdentifier format string:
Variable
Inserted Value
%ROOTID%
The value for the profile's PayloadIdentifier key.
%TYPE%
The value for the payload's PayloadType key.
%UUID%
The value for the payload's PayloadUUID key.
%NAME%
The default value for the payload's PayloadDisplayName key.
NOTE: All whitespaces will be replaced with the _ character.