in wix: i want to replace action of Welcome page of my installer to SpecialDlg and not LicenseAgreementDlg. but using this code:
<Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="SpecialDlg" >NOT Installed</Publish>
but this line dont replace the tuple in ControlEvent Table, and create new tuple instead of replacing. and the problem is : old action of Next button has not been replaced by new action. :(
thanks experts