diff options
Diffstat (limited to 'src/ext/NetFx/wixlib/NetFx4.5.wxs')
-rw-r--r-- | src/ext/NetFx/wixlib/NetFx4.5.wxs | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/ext/NetFx/wixlib/NetFx4.5.wxs b/src/ext/NetFx/wixlib/NetFx4.5.wxs index 443235d4..eabc01aa 100644 --- a/src/ext/NetFx/wixlib/NetFx4.5.wxs +++ b/src/ext/NetFx/wixlib/NetFx4.5.wxs | |||
@@ -4,19 +4,12 @@ | |||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> |
5 | 5 | ||
6 | <!-- | 6 | <!-- |
7 | .NET Framework installation state properties | 7 | .NET Framework installation state properties |
8 | 8 | Official documentation can be found at the following location: | |
9 | Official documentation can be found at the following location: | 9 | .NET Framework 4.5 - http://msdn.microsoft.com/en-us/library/5a4x27ek.aspx, http://msdn.microsoft.com/en-us/library/ee942965(v=VS.110).aspx |
10 | 10 | --> | |
11 | .NET Framework 4.5 - http://msdn.microsoft.com/en-us/library/5a4x27ek.aspx, http://msdn.microsoft.com/en-us/library/ee942965(v=VS.110).aspx | ||
12 | --> | ||
13 | 11 | ||
14 | <?define NetFx45MinRelease = 378389?> | 12 | <?define NetFx45MinRelease = 378389?> |
15 | <?define NetFx45WebLink = http://go.microsoft.com/fwlink/?LinkId=225704 ?> | ||
16 | <?define NetFx45RedistLink = http://go.microsoft.com/fwlink/?LinkId=225702 ?> | ||
17 | <?define NetFx45EulaLink = http://go.microsoft.com/fwlink/?LinkID=260867 ?> | ||
18 | <?define NetFx45WebId = NetFx45Web ?> | ||
19 | <?define NetFx45RedistId = NetFx45Redist ?> | ||
20 | 13 | ||
21 | <Fragment> | 14 | <Fragment> |
22 | <PropertyRef Id="WIXNETFX4RELEASEINSTALLED" /> | 15 | <PropertyRef Id="WIXNETFX4RELEASEINSTALLED" /> |