 |
Getting Started with InstallShield Developer and Windows
Installer Setups
Corrections
|
This page corrects some errors that have been found in the book.
This list is not officially authorized by Bob Baker or InstallShield Press.
Page 119 The File Copy Tables:
The File table lists all the files in an application and it has a one-to-many
relationship with the Component table, as shown in Figure 3-13. This
relationship indicates that there can be many files in a component, but more
than one component cannot install the same file as defined by the identifier in
the first column of the File table. In other words files
cannot be shared among components. This is in
accord with rule number five for creating components, which says that the same
resource cannot be installed with two different components.
Page 131:
Control Condition Table: The ControlCondition table enables you to
specify special actions to be applied to controls based on the result of a
condition statement. For example, you can hide a button
depending on the operating system your setup is running on.
Back to Reader's Home Page
|