Hi ,

I am using verifyremovedlg as i want dialog box on uninstall.  the below is
the code snippet.

<UIRef Id="WixUI_Common" />
<UI Id="WixUI">
 <DialogRef Id="VerifyRemoveDlg" />
 <Property Id="WixUI_MaintenanceTypeDlg_Remove" Value="VerifyRemoveDlg" />
 <Property Id="WixUI_VerifyRemoveDlg_Back" Value="MaintenanceTypeDlg"/> /
 </UI>
but on light i am getting unresolved reference for Verifyremovedlg.

I know for sure i am doing wrong but where?

Thanks&Regards, Subramanyeswari

-- 
View this message in context: 
http://n2.nabble.com/how-to-use-custom-dlg-tp4761972p4761972.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