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&#174; 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

Reply via email to