Re: [WiX-users] Having trouble if uninstall. The installed product does not match the installation source.

2009-10-27 Thread Adnan Mian
Thanks a lot for reply. Luckily I found the original MSI file and removed the product. Best Regards Adnan 2009/10/27 Blair > This would appear to indicate that someone has messed with Windows > Installer's internal state (either its stored state or the cached/stripped > files it "owns", or bo

Re: [WiX-users] How to create window before exit dialog

2009-10-22 Thread Adnan Mian
ext" button, or you would insert your dialog > Before="ExitDialog" in the InstallUISequence table and close your dialog > when you click your "Next" button. > > -Original Message- > From: Adnan Mian [mailto:miand...@gmail.com] > Sent: Wednesday, Oct

Re: [WiX-users] How to create window before exit dialog

2009-10-21 Thread Adnan Mian
I have already my own dialog window (MyDialog) which is currently appearing after license agreement dialog. For this i am using following code and it is functioning. LicenseAccepted = "1" But now we want to place this own dialog window (MyDialog) after installing and before Exitdialog (launch appl

Re: [WiX-users] Is there an easier way of adding nodes and attributes to an xml file?

2009-10-14 Thread Adnan Mian
Hi Thomas, for adding some nodes and attributes in already existing xml file you can write a custom action using XmlDoucument,XmlElement, XmlAttribute. If xml file not exist then it can be created using XmlWriter, for this purpose you can use FileStream. Best Regards Adnan 2009/10/14 Thomas Due

Re: [WiX-users] setup type custom

2009-09-27 Thread Adnan Mian
Hi, Thanks for answering. Now working fine. I just set the Advertise and Absent property in Feature Tag. Best Regards Adnan 2009/9/24 Blair > Look in the log around CostFinalize where the Documentation feature is > being > costed (in both sequences) and report what it says. Also report what > h