It seems minor, notably if you are not using a certain setup dialog box, but it should be simple enough to look at. For example, a package I put together, which omits the License Agreement, Setup Type and User Registration dialogs causes, Orca to generate the following errors in validation.
While the errors don't stop the resulting package from working, I believe omitting unused dialogs from the resulting package will reduce the package size. This can be important if you're offering the package for download and are trying to save bandwidth.
ICE03 ERROR Not a valid foreign key; Table: Control, Column: Control_Next, Key(s): LicenseAgreementDlg.BannerBitmap
ICE17 ERROR PushButton: 'Back' of Dialog: 'LicenseAgreementDlg' does not have an event defined in the ControlEvent table. It is a 'Do Nothing' button.
ICE17 ERROR PushButton: 'Next' of Dialog: 'LicenseAgreementDlg' does not have an event defined in the ControlEvent table. It is a 'Do Nothing' button.
ICE17 ERROR PushButton: 'Back' of Dialog: 'SetupTypeDlg' does not have an event defined in the ControlEvent table. It is a 'Do Nothing' button.
ICE17 ERROR PushButton: 'TypicalButton' of Dialog: 'SetupTypeDlg' does not have an event defined in the ControlEvent table. It is a 'Do Nothing' button.
ICE17 ERROR PushButton: 'CustomButton' of Dialog: 'SetupTypeDlg' does not have an event defined in the ControlEvent table. It is a 'Do Nothing' button.
ICE17 ERROR PushButton: 'CompleteButton' of Dialog: 'SetupTypeDlg' does not have an event defined in the ControlEvent table. It is a 'Do Nothing' button.
ICE17 ERROR PushButton: 'Back' of Dialog: 'UserRegistrationDlg' does not have an event defined in the ControlEvent table. It is a 'Do Nothing' button.
ICE17 ERROR PushButton: 'Next' of Dialog: 'UserRegistrationDlg' does not have an event defined in the ControlEvent table. It is a 'Do Nothing' button.
ICE23 ERROR Control_Next of control LicenseAgreementDlg.BannerBitmap links to unknown control.
ICE32 ERROR Possible Mis-Aligned Foreign Keys
Feature.1 = s32
Extension.Feature_ = s38
FOLLOW US