[WiX-users] candle.exe : error CNDL0288: The variable 'Configuration' with value 'Release' was previously declared with value 'Release'.

2009-11-15 Thread MYFLEX
Hi, we have upgraded the Wix Version 3.0.2925 to Wix 3.05925. after that I am getting the following error. candle.exe : error CNDL0288: The variable 'Configuration' with value 'Release' was previously declared with value 'Release'. we are using Nant to build the solution file with the following

[WiX-users] service window open issue

2009-11-15 Thread Sunkesula, Srivardhan
Hi, I have an issue with uninstalling my product, when services window is open. Installer gives a message to close the services window before uninstall. Can this be avoided? Thanks & Regards, Srivardhan. -- Let Cr

Re: [WiX-users] How to make features used like radio buttons

2009-11-15 Thread salever.lee
Thanks for your reply. I've been thinking about how to force users to choose only one of some features usig CustomizedDlg. And it's better to use only the standard UI in Wix. Therefore users can "repair" or "change" installation easily. Is there some Properties for this? Best Re

Re: [WiX-users] Tweaking RemoveExistingProducts depending on user input

2009-11-15 Thread Kalev Lember
Hello, Is it somehow possible to schedule RemoveExistingProducts at a different time depending on a condition? For example, I tried to do the following: SOME_CONDITION NOT (SOME_CONDITION) But got error LGH

Re: [WiX-users] Help with building patch

2009-11-15 Thread Schmitz, John
I'm using 3.5. Message Sent with NotifySync -Original Message- From: os...@live.com Sent: Sat, 14 Nov 2009 19:33:06 America/New_York To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Help with building patch Version 3.0 supports both the version 2 method (msimsp.exe/PatchWiz

Re: [WiX-users] best way to deploy C++ runtime?

2009-11-15 Thread Richard
For the benefit of others, this appears to be by design. By default, your application is bound to the old runtime, even though the merge modules get updated (so you can't distribute the old runtime unless you saved a copy of the merge modules before you updated). However, if you define _BIND_TO_

[WiX-users] Browse issue in our installation

2009-11-15 Thread Michael Nemoy
Hello everyone We recently jumped into WiX world! We're using also WiXAware application for design. Problem: We're trying to let the user edit 2 paths: INSTALLDIR and LOG_DIRECTORY, We have a text control and a browse button for each. When using a browse button that sends a SelectionBrowse event,