Message resource
A Message is a localizable text string that is used by the installer as a message or as a text fragment in some dialog boxes. Messages are stored as string resources in the installer and identified by number:
- IDs 1-63 are reserved for internal use by the installer;
- IDs 64-255 are used for various text fragments;
- IDs 256-511 are installer prompts and (error) messages;
- IDs 512-1023 are standard action descriptions used in progress messages.
Attributes
The following attributes and options are available.
Attribute | Description |
---|---|
Name or #ID | Name or string identifier; for an identifier, the name must start with the hash sign #. |
Message text | Localizable text for the message or text fragment. |
Localized | Check this box to localize the Message text field and use different message texts for different languages. |