aboutsummaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authorKaarlo Räihä <mcraiha@users.noreply.github.com>2022-10-07 18:38:56 +0300
committerRob Mensching <rob@firegiant.com>2022-11-04 17:29:34 -0700
commitaec4d14e6f73727a2ae73f43c22f187d52bf37ca (patch)
tree57ce27155e9de431188103aa614d19050688fdbc /src/libs
parenteb954e1575d2fdaf3aa20d00c136f62a57b5ec09 (diff)
downloadwix-aec4d14e6f73727a2ae73f43c22f187d52bf37ca.tar.gz
wix-aec4d14e6f73727a2ae73f43c22f187d52bf37ca.tar.bz2
wix-aec4d14e6f73727a2ae73f43c22f187d52bf37ca.zip
Update URLs to their redirected ones
To make things a bit more future-proof
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/dutil/WixToolset.DUtil/deputil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/deputil.cpp b/src/libs/dutil/WixToolset.DUtil/deputil.cpp
index b5649948..aa19353e 100644
--- a/src/libs/dutil/WixToolset.DUtil/deputil.cpp
+++ b/src/libs/dutil/WixToolset.DUtil/deputil.cpp
@@ -29,7 +29,7 @@ static LPCWSTR vcszAttributesValue = L"Attributes";
29enum eRequiresAttributes { RequiresAttributesMinVersionInclusive = 256, RequiresAttributesMaxVersionInclusive = 512 }; 29enum eRequiresAttributes { RequiresAttributesMinVersionInclusive = 256, RequiresAttributesMaxVersionInclusive = 512 };
30 30
31// We write to Software\Classes explicitly based on the current security context instead of HKCR. 31// We write to Software\Classes explicitly based on the current security context instead of HKCR.
32// See https://msdn.microsoft.com/en-us/library/ms724475(VS.85).aspx for more information. 32// See https://learn.microsoft.com/en-us/windows/win32/sysinfo/hkey-classes-root-key for more information.
33static LPCWSTR vsczRegistryRoot = L"Software\\Classes\\Installer\\Dependencies\\"; 33static LPCWSTR vsczRegistryRoot = L"Software\\Classes\\Installer\\Dependencies\\";
34static LPCWSTR vsczRegistryDependents = L"Dependents"; 34static LPCWSTR vsczRegistryDependents = L"Dependents";
35 35