File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 102
102
<DialogRef Id =" ProgressDlg" />
103
103
<DialogRef Id =" ResumeDlg" />
104
104
<DialogRef Id =" UserExit" />
105
- <DialogRef Id =" WelcomeDlg" />
105
+ <DialogRef Id =" WelcomeDlg" />
106
+ <DialogRef Id =" LicenseAgreementDlg" />
106
107
107
- <Publish Dialog =" WelcomeDlg" Control =" Next" Event =" NewDialog" Value =" PrepareDlg" >1</Publish >
108
+ <Publish Dialog =" WelcomeDlg" Control =" Next" Event =" NewDialog" Value =" LicenseAgreementDlg" >1</Publish >
109
+ <Publish Dialog =" LicenseAgreementDlg" Control =" Back" Event =" NewDialog" Value =" WelcomeDlg" >1</Publish >
110
+ <Publish Dialog =" LicenseAgreementDlg" Control =" Next" Event =" NewDialog" Value =" PrepareDlg" >1</Publish >
108
111
<Publish Dialog =" ExitDialog" Control =" Finish" Event =" EndDialog" Value =" Return" Order =" 999" >1</Publish >
109
112
<Publish Dialog =" VerifyReadyDlg" Control =" Back" Event =" NewDialog" Value =" MaintenanceTypeDlg" >1</Publish >
110
113
<Publish Dialog =" MaintenanceWelcomeDlg" Control =" Next" Event =" NewDialog" Value =" MaintenanceTypeDlg" >1</Publish >
120
123
<UIRef Id =" WixUI_Common" />
121
124
<WixVariable Id =" WixUIBannerBmp" Value =" ..\..\..\doc\thin-white-stripe.jpg" />
122
125
<WixVariable Id =" WixUIDialogBmp" Value =" ..\..\..\doc\full-white-stripe.jpg" />
126
+ <WixVariable Id =" WixUILicenseRtf" Value =" $(var.sourcedir)\LICENSE.rtf" />
123
127
</Product >
124
128
125
129
</Wix >
You can’t perform that action at this time.
0 commit comments