Re: [WiX-users] Override UI control property in wxs file

2009-12-19 Thread Blair
Currently you copy the dialog's sources into your code and change the values you want. Refer to the help, blogs, this list, and tutorials to see how. -Original Message- From: Petr Pokorný [mailto:ppoko...@intermap.com] Sent: Friday, December 18, 2009 3:06 AM To: wix-users@lists.sourceforg

Re: [WiX-users] Registering 32- and 64-bit versions of COM InProc Server

2009-12-19 Thread Blair
You need two components, one marked 32-bit and the other 64-bit. Each will write to the appropriate areas of the system. Yes, you will have some duplicate information shared in both components, but each will refer to the appropriate binary and each should be under the appropriate directory. -O

Re: [WiX-users] Service uninstall fails in Win 7 from Control Panel

2009-12-19 Thread Blair
Sometimes Windows Installer will send you install messages what, when AND'd with INSTALLMESSAGE_TYPEMASK, are not something you recognize. If you return an error (-1) you just failed your transaction and if you return any other non-zero value you just bypassed whatever it was attempting (which is b

Re: [WiX-users] Add multiple elements into xml with XmlConfig or XmlFile

2009-12-19 Thread Alex Shevchuk
Hi Igor, I've been having problems with Internet connection at home recently and I am sorry I don't have time to give you extended answer. What you want is easily doable and this is more of XPATH issue. Attached is my old document I wrote for my colleagues which may help you to understand how to