Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Remove .NET 3.5 dependency from setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald committed Mar 1, 2012
1 parent 1418217 commit 7eebbb8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Setup/Setup.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@
Installed OR NETFRAMEWORK40FULL
</Condition>

<!-- Unfortunately we also require .NET 3.5 SP1 at the moment -->
<PropertyRef Id="NETFRAMEWORK35_SP_LEVEL" />
<Condition Message="This setup requires the .NET Framework 3.5 SP1 to be installed (Yes, you need both .NET 4.0 and 3.5 SP1. Sorry.)">
Installed OR NETFRAMEWORK35_SP_LEVEL = "#1"
</Condition>

<!--
Check for C++ 2008 Runtime (we accept any 2008 runtime version).
We only need the VC9 CRT, but unfortunately I couldn't find any way to detect if that is installed.
Expand Down

0 comments on commit 7eebbb8

Please sign in to comment.