Browse Source

Test for .NET 4 RC in setup.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5488 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Daniel Grunwald 16 years ago
parent
commit
3c77ae8ba6
  1. 4
      src/Setup/Setup.wxs

4
src/Setup/Setup.wxs

@ -55,8 +55,8 @@
<Property Id="NETFRAMEWORK40FULLVERSION" Secure="yes"> <Property Id="NETFRAMEWORK40FULLVERSION" Secure="yes">
<RegistrySearch Id="NetFramework40FullVersion" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="Version" Type="raw" /> <RegistrySearch Id="NetFramework40FullVersion" Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v4\Full" Name="Version" Type="raw" />
</Property> </Property>
<Condition Message="This setup requires the .NET 4.0 Full Framework Beta 2 to be installed."> <Condition Message="This setup requires the .NET 4.0 Full Framework RC to be installed.">
Installed OR (NETFRAMEWORK40FULL AND NETFRAMEWORK40FULLVERSION = "4.0.21006") Installed OR (NETFRAMEWORK40FULL AND NETFRAMEWORK40FULLVERSION = "4.0.30128")
</Condition> </Condition>
<!-- <!--

Loading…
Cancel
Save