Last active
March 7, 2017 12:25
-
-
Save jdstaerk/94e21e6b39ceefe6d379073fa3ceb766 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <Product> | |
| <UI> | |
| <!-- UI Dialog Refs--> | |
| <DialogRef Id="SelectDbDlg" /> | |
| <DialogRef Id="DbCreateCredDlg" /> | |
| <DialogRef Id="GenericErrorDlg" /> | |
| <DialogRef Id="WelcomeDlg" /> | |
| <DialogRef Id="VerifyReadyDlg" /> | |
| <DialogRef Id="ErrorDlg" /> | |
| <DialogRef Id="FatalError" /> | |
| <DialogRef Id="FilesInUse" /> | |
| <DialogRef Id="UserExit" /> | |
| <DialogRef Id="BasicInformationDlg" /> | |
| <!-- UI Sequence--> | |
| <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="LicenseAgreementDlg">NOT Installed</Publish> | |
| <Publish Dialog="LicenseAgreementDlg" Control="Next" Event="NewDialog" Value="SelectDbDlg">LicenseAccepted = "1"</Publish> | |
| <Publish Dialog="LicenseAgreementDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg">NOT Installed</Publish> | |
| <Publish Dialog="SelectDbDlg" Control="Next" Event="NewDialog" Value="DbCreateCredDlg">NOT Installed</Publish> | |
| <Publish Dialog="SelectDbDlg" Control="Back" Event="NewDialog" Value="LicenseAgreementDlg">NOT Installed</Publish> | |
| <Publish Dialog="DbCreateCredDlg" Control="Next" Event="NewDialog" Value="VerifyReadyDlg">NOT Installed</Publish> | |
| <Publish Dialog="DbCreateCredDlg" Control="Back" Event="NewDialog" Value="SelectDbDlg">NOT Installed</Publish> | |
| <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="DbCreateCredDlg">NOT Installed</Publish> | |
| </UI> | |
| <Product> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment