I forgot to say remove Value='false' from your Property, it's totally unnecessary.
Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: 09 April 2010 10:48 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] conditional installation if application path found APPFOUND="false" is wrong. Just use APPFOUND. This is covered in the tutorial extensively -> http://www.tramontana.co.hu/wix/lesson1.php#1.4 Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: subramanyeswari [mailto:sravi...@yahoo.com] Sent: 09 April 2010 10:05 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] conditional installation if application path found Hi, I did exactly as what you said but the message is not displayed. here is my wxs file. <Property Id='APPFOUND' Value='false'> <RegistrySearch Id="AppFound" Root="HKLM" Key="SOFTWARE\Product\SETUP" Name="INSTALLPATH" Type="raw"/> </Property> <Condition Message='Parent Application must be installed prior to installation of this product.'> APPFOUND="false" </Condition> <InstallExecuteSequence> <LaunchConditions After='AppSearch' /> </InstallExecuteSequence> What is wrong with this wix file? Regards, Subramanyeswari -- View this message in context: http://n2.nabble.com/conditional-installation-if-application-path-found- tp4872360p4876044.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------ ------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------ ------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users