Skip to main content

Hex and Dec Value Editor

The Hex and Dec Value Editor helps you work with numeric values in MSI tables, especially for registry entries, permissions, and bit flags.

Master Packager shows both hexadecimal and decimal representations, so you do not need to convert values manually.

Keyboard shortcuts

ShortcutResult
HShow the value in hexadecimal.
DShow the value in decimal.

How to use it

  1. Open your MSI or MST file in Master Packager.
  2. Go to a table that contains numeric fields, such as the File table.
  3. Locate the Attributes column in the row you want to edit.
  4. Double-click the cell in the Attributes column.
  5. Press H to show the value in hexadecimal or D to show it in decimal.
  6. Edit the value and let Master Packager convert it automatically between both formats.

Master Packager - Hex/Dec Value Editor

When to use it

Use this editor when you need to:

  • Work with numeric fields stored as flags or attributes.
  • Switch between hexadecimal and decimal without manual conversion.
  • See how bit changes affect the full value.