Hi,

I want to be able to detect if .NET framework 2.0 or higher is installed.
I've found how I can look for the .NET framework 2.0 in wix:

<Property Id="NETFRAMEWORK20">
  <RegistrySearch Id="NetFramework20" Root="HKLM" Key="Software\Microsoft\NET 
Framework Setup\NDP\v2.0.50727" Name="Install" Type="raw" />
</Property>

<Condition>Installed or NETFRAMEWORK20</Condition>
....

The problem with my current implementation is that it looks for the registry 
key of v2.0, while the setup that I create should run on .NET 2.0 or higher 
(3.5 for example).

Thanks,
Ravit


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to