You have to run verifyremoveddlg.wxs through candle to get the .wixobj file, 
and then specify this 
extra file when calling light.

Rob

On 19/03/2010 10:14, subramanyeswari wrote:
>
> 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


------------------------------------------------------------------------------
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