I modified code like this.
<UI Id="WixUI">
<DialogRef Id="VerifyRemoveDlg" />
</UI>
<Publish Dialog="MaintenanceWelcomeDlg" Control="Next" Event="NewDialog"
Value="VerifyRemoveDlg">1</Publish>
                   <Publish Dialog="VerifyRemoveDlg" Control="Back" 
Event="NewDialog"
Value="MaintenanceWelcomeDlg" Order="1">Installed</Publish>

and i have verifyremovedlg.wxs in the current path.

How to link these two files?

Regards
-- 
View this message in context: 
http://n2.nabble.com/how-to-use-custom-dlg-tp4761972p4761995.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to