In this page you can create new custom MSI tables and edit the predefined ones.

Creating a new table

Use the [ Create Table ] toolbar button, the “Create Table...” context menu item or press the Insert key while the tables tree is focused. The New Table dialog will be displayed allowing you to specify the table schema.

Adding a predefined table to MSI

Use the [ Add Table ] toolbar button, the “Add Table...” context menu item or press the + key while the tables tree is focused.

Adjusting the table schema

Use the [ Adjust schema ] toolbar button, the “Adjust schema...” context menu item or press the Space key while an element from the tables tree is selected. The Edit Table dialog will be displayed allowing you to edit the table schema.

Importing a table

Use the “Import Table...” context menu item.

You can import tables from Windows Installer Archive Files (.IDT).

Removing a table

Use the [ Delete ] toolbar button, the “Delete” context menu item or press the Delete key while an element from the tables tree is selected.

Warning!Upon removing a table all the contained rows will be lost.

Adding a row to a table

Use the [ New Row ] toolbar button, the “New Row...” list context menu item or press the Insert key while a table from the list is selected. The New Row dialog will be displayed allowing you to insert a row in the currently selected table.

Editing a row values

Use the [ Edit Row ] toolbar button, the “Edit Row...” list context menu item or press the Enter key while the row you want to edit is selected. The Edit Row dialog will be displayed allowing you to update the row values.

NoteRow values can be edited directly in list, use Space key while a row is selected in the list and the editing will begin with the first column of the selected row. Use Tab key to continue editing with the next column.

Removing a row

Use the [ Delete ] toolbar button, the “Delete” list context menu item or press the Delete key while the row you want deleted is selected.

ImportantThe changes made to a predefined table are not reflected in the Advanced Installer user interface. They will be applied when the MSI is built having precedence over changes performed from the UI.

Filtering the table

 Filter Type a string in the top right edit box to filter the table by.

Topics