How are you uninstalling it.  If you're doing it from Add/Remove Programs then 
that mechanism uses a 
basic UI, and not the original one from your installer.  If you're running your 
MSI again and 
getting the normal dialogs but not your custom one, then it might be about how 
it's connected.  I 
don't know much about using the built-in WiX UI.

Rob

On 19/03/2010 11:40, subramanyeswari wrote:
>
> Hi,
>
> Thanks for your reply.
>
> This is my piece of code
>
> <UI Id="WixUI">
> <DialogRef Id="VerifyRemoveDlg" />
>               
> </UI>
>       
>       <UI>
>               <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog"
> Value="VerifyReadyDlg">1</Publish>
>               <Publish Dialog="VerifyReadyDlg" Control="Back" 
> Event="NewDialog"
> Value="WelcomeDlg" Order="1">NOT Installed</Publish>
>               <Publish Dialog="VerifyReadyDlg" Control="Back" 
> Event="NewDialog"
> Value="MaintenanceTypeDlg" Order="2">Installed</Publish>
>               <Publish Dialog="MaintenanceWelcomeDlg" Control="Next"
> Event="NewDialog" Value="VerifyRemoveDlg">1</Publish>
>               <Publish Dialog="VerifyRemoveDlg" Control="Back" 
> Event="NewDialog"
> Value="MaintenanceWelcomeDlg" Order="1">Installed AND NOT
> REINSTALL</Publish>
>
> I compiled files successfully and msi is also built.  But i did not my
> remove dlg on uninstall. as the condiiton that i specified Installed AND NOT
> REINSTALL
> is correct?
>
> Regards, Subramanyeswari


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