I am trying to make an MSI installer using the instructions available at https://www.firegiant.com/wix/tutorial/user-interface-revisited/a-single-dialog/.
I tried putting the Dialog tag inside the Product tag/ Wix tag, but in both those locations got the below error:
error CNDL0005 : The Product element contains an unexpected child element 'Dialog'.
Please help me resolve this.
Thanks!