Re: [WiX-users] how to use custom dlg

2010-03-19 Thread subramanyeswari
thanks for you reply. let me check. Regards, Subramanyeswari -- View this message in context: http://n2.nabble.com/how-to-use-custom-dlg-tp4761972p4762567.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] how to use custom dlg

2010-03-19 Thread Rob Hamflett
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

Re: [WiX-users] how to use custom dlg

2010-03-19 Thread subramanyeswari
Hi, Thanks for your reply. This is my piece of code 1 NOT Installed Installed 1 Installed AND NOT REINSTALL I compiled files successfully and msi is als

Re: [WiX-users] how to use custom dlg

2010-03-19 Thread Rob Hamflett
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. > > > > Value="VerifyRemoveDlg">1 >Event="NewDialog" > Value="Main

Re: [WiX-users] how to use custom dlg

2010-03-19 Thread subramanyeswari
I modified code like this. 1 Installed 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

[WiX-users] how to use custom dlg

2010-03-19 Thread subramanyeswari
Hi , I am using verifyremovedlg as i want dialog box on uninstall. the below is the code snippet. / 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: htt