diff options
author | Bob Arnson <bob@firegiant.com> | 2023-02-21 20:27:55 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2023-02-21 21:39:28 -0500 |
commit | 29e5b6d8a61dc2722a426a77cda1b2d6eabff11f (patch) | |
tree | 9c6ae968334bd797d9d7eb0c6e5b86a1ebda72b5 /src/ext/NetFx/wixlib/NetFxExtension.wxs | |
parent | 168bd779a1994d390ee862ff3bd2de1e7d7ea031 (diff) | |
download | wix-29e5b6d8a61dc2722a426a77cda1b2d6eabff11f.tar.gz wix-29e5b6d8a61dc2722a426a77cda1b2d6eabff11f.tar.bz2 wix-29e5b6d8a61dc2722a426a77cda1b2d6eabff11f.zip |
Add "4X" variants for the "45" properties
(to help avoid confusion and funny looks).
Diffstat (limited to '')
-rw-r--r-- | src/ext/NetFx/wixlib/NetFxExtension.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/NetFx/wixlib/NetFxExtension.wxs b/src/ext/NetFx/wixlib/NetFxExtension.wxs index 63c79235..81ed3627 100644 --- a/src/ext/NetFx/wixlib/NetFxExtension.wxs +++ b/src/ext/NetFx/wixlib/NetFxExtension.wxs | |||
@@ -7,7 +7,7 @@ | |||
7 | .NET Framework installation state properties | 7 | .NET Framework installation state properties |
8 | --> | 8 | --> |
9 | 9 | ||
10 | <!-- Location of .NET Framework redistributable install root directory --> | 10 | <!-- Location of .NET Framework install root directory --> |
11 | <Fragment> | 11 | <Fragment> |
12 | <Property Id="NETFRAMEWORKINSTALLROOTDIR" Secure="yes"> | 12 | <Property Id="NETFRAMEWORKINSTALLROOTDIR" Secure="yes"> |
13 | <RegistrySearch Id="NetFxInstallRootSearch" Type="raw" Root="HKLM" Key="Software\Microsoft\.NETFramework" Name="InstallRoot" /> | 13 | <RegistrySearch Id="NetFxInstallRootSearch" Type="raw" Root="HKLM" Key="Software\Microsoft\.NETFramework" Name="InstallRoot" /> |