Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-23 Thread chandrashekar
Hi Sachin, Now are you able to build Wix project in TFSBuild? If yes can you tell me solution. Iam facing similar problem. Error: c:\test\BuildType\TFSBuild.proj" (EndToEndIteration target) (1) -> "c:\test\BuildType\TFSBuild.proj" (CoreCompile target) (1:2) -> "c:\test\BuildType\TFSBuild.proj"

Re: [WiX-users] How to execute custom action only if certain feature is selected

2008-12-16 Thread chandrashekar
Hi John, How can i check certian feature is selected or not at unistall time. while installing &FeatureName=3 it works but not while uninstall. Please can u help me. jmcfadyen wrote: > > using &FeatureName can determine the features installstate > > this link offers more detail > > http://

Re: [WiX-users] Property/IniFileSearch

2008-11-11 Thread chandrashekar
Hi Ryan, Do u working sample on INIFileSearch, If yescan give that lines of code. I am Facing Problem in Reading value from Inifile which is located at d:\test\test.ini. My sample shown below. INIFIle (test.ini) [Feature1] Servicelocation=dbsevr Please help me in resolving this