|
From: subramanyeswari <sra...@ya...> - 2010-03-19 11:41:04
|
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 -- View this message in context: http://n2.nabble.com/how-to-use-custom-dlg-tp4761972p4762314.html Sent from the wix-users mailing list archive at Nabble.com. |