You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- If there was a previous license key found and they have accepted the agreement, then go on to the customize dialog (skip license key input). -->
17
-
<PublishDialog="LicenseAgreementDlg"Control="Next"Event="NewDialog"Value="CustomizeDlg"Order="2">PREVLICENSEKEYFOUND AND LicenseAccepted = "1"</Publish>
17
+
<PublishDialog="LicenseAgreementDlg"Control="Next"Event="NewDialog"Value="FeaturesDlg"Order="2">PREVLICENSEKEYFOUND AND LicenseAccepted = "1"</Publish>
18
18
<!-- If a previous license key was not found then prompt for the license key next. -->
19
19
<PublishDialog="LicenseAgreementDlg"Control="Next"Event="NewDialog"Value="LicenseKeyDialog"Order="3">NOT PREVLICENSEKEYFOUND AND LicenseAccepted = "1"</Publish>
20
20
<!-- If a previous license key was not found then the back button from customize goes to the license key dialog. -->
21
-
<PublishDialog="CustomizeDlg"Control="Back"Event="NewDialog"Value="LicenseKeyDialog"Order="2">NOT Installed AND NOT PREVLICENSEKEYFOUND</Publish>
21
+
<PublishDialog="FeaturesDlg"Control="Back"Event="NewDialog"Value="LicenseKeyDialog"Order="2">NOT Installed AND NOT PREVLICENSEKEYFOUND</Publish>
22
22
<!-- If a previous license key was found then the back button from customize goes to the license agreement dialog. -->
23
-
<PublishDialog="CustomizeDlg"Control="Back"Event="NewDialog"Value="LicenseAgreementDlg"Order="2">NOT Installed AND PREVLICENSEKEYFOUND</Publish>
23
+
<PublishDialog="FeaturesDlg"Control="Back"Event="NewDialog"Value="LicenseAgreementDlg"Order="2">NOT Installed AND PREVLICENSEKEYFOUND</Publish>
0 commit comments