Please post questions like this on wix-users, you're less likely to get a
reply on wix-devs as your question is not related to wix development.


shivit wrote:
> 
> Hi
> I need help on RegistrySearch element in Wix3.
> I am trying to search for the previous version of my Application by
> reading the registry path value. 
>       
>      <Property Id="OLDVER">
>         <RegistrySearch Id='IsOldUltraPresent' Type='raw'
>        Root='HKLM' Key='Software\Microsoft\Windows\CurrentVersion\App
> Path\Application.exe' Name='Path'/>
>       </Property>
> 
>       <Condition Message="Previous Version Exists of [ProductName].">
>       "<![CDATA["OLDVER<>"""]]>"
>     </Condition>
> 
> I am getting the following error
> error LGHT0204 : ICE03: Bad conditional string; Table: LaunchCondition,
> Column: Condition, Key(s): ""OLDVER<>""""
> 
> I am not able to figure out the proper format for CDATA. Please help.
> thanks.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Registry-Search-tp15611506p15613191.html
Sent from the wix-devs mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to