Chapter 6 - User Interface
Download solution at: https://drive.google.com/file/d/1Vju5fbch0iAaA4xLBD_F6DkhGgeJZdBB/view?usp=sharing
Excercise 6.1: Remove Dialogs
In this exercise you will remove the LicenseAgreementDlg and UserRegistrationDlg dialogs from your blastermaster.msi package.
First, delete the following two records from the Dialog table:
- LicenseAgreementDlg
- UserRegistrationDlg
When you do this, make sure all checkboxes in the dialog "Cascaded Deletion" are checked in order to remove all the controls from these dialogs.
The following record is not needed anymore in the ControlEvent table. Thus, delete it.