Did you create a log file to see what value GPMCCHECK really has after 
AppSearch?

-- 
Stefan Krueger
Microsoft Windows Installer MVP

Please post your questions in the newsgroup or vist one of these web sites:

Windows Installer FAQ
http://www.msifaq.com - http://www.msifaq.de

InstallSite - Resources for Setup Developers
http://www.installsite.org
http://www.installsite.de (GERMAN)

"Naresh Krishna Kumar K" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 
news:[EMAIL PROTECTED]
>
> Hi,
>
> I created a PROPERTY element to get the version of GPMC . The code given
> below;
>
> <Property Id="GPMCCHECK">
> <RegistrySearch Id="GPMC"
> Root="HKLM"
>
> Key="SOFTWARE\Microsoft\MMC\SnapIns\{E12BBB5D-D59D-4E61-947A-301D25AE8C23}"
> Name="Version"
> Type="raw"
> />
> </Property>
>
> In the Property - GPMCCHECK, i try to get the details of the version. Say
> the version is 1.0.2 in the Registry.  I do <Condition><![CDATA[(GPMCCHECK
> == '1.0.2')]]></Condition> and install the files based on the version. But
> the installer is not installing the file when the version 1.0.2. I tried
> other options like GPMCCHECK="1.0.2" and GPMCCHECK==1.0.2. But everything
> went in vain. Kindly guide me how to compare the Property value in the
> condition element.
>
>
> Thanks,
> Naresh Krishna Kumar. K
> -- 
> View this message in context: 
> http://www.nabble.com/How-to-compare-Property-element-values-in-Condition-element--tf4400559.html#a12552706
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/ 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to