Windows Installer Editor Reference
380
Setup Editor
To add published components
1. In Setup Editor > Components tab, right-click a component and select New >
Published Component.
2. The Publish Component Details dialog box appears.
3. Complete the dialog box:
Publish GUID
(Optional.) To replace the automatically-generated GUID (globally unique
identifier) for this component with a new one, click Generate.
Feature
Select the feature to have published.
Component
Select the component to have published.
Qualifier
Enter a text string to distinguish multiple forms of the same component.
Application Data
Enter a text string that describes the qualified component, that is, the
combination of component and qualifier. This string can be displayed to the end
user.
4. Click OK.
The published component entry appears in the upper-right pane. To edit it, double-click
its name. To delete it, right-click its name and select Delete.
See also:
Components Tab
on page 372
Tables Tab
The Tables tab lists every table in the Windows Installer database. Most of this data is
accessible in Installation Expert or in the other tabs of Setup Editor. The Tables tab lets
you edit existing table data, add new data, add new tables, and delete tables.
In addition to standard Windows Installer tables, the Tables tab also lists Wise tables.
See
Wise Tables
on page 508.
Reasons to edit tables directly
z
To use the few features, such as ReserveCost, that are not available anywhere but
on the Tables tab.
z
To add a table to store data that is non-Windows Installer standard.
Example: If you create a custom action that stores data, you must create a new
table in which to store it. Or you might write a .DLL that reads the new table and
performs certain actions.
z
To edit the data created in Installation Expert or on the other tabs of Setup Editor.