From aec4d14e6f73727a2ae73f43c22f187d52bf37ca Mon Sep 17 00:00:00 2001 From: Kaarlo Räihä Date: Fri, 7 Oct 2022 18:38:56 +0300 Subject: Update URLs to their redirected ones To make things a bit more future-proof --- src/libs/dutil/WixToolset.DUtil/deputil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs') 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"; enum eRequiresAttributes { RequiresAttributesMinVersionInclusive = 256, RequiresAttributesMaxVersionInclusive = 512 }; // We write to Software\Classes explicitly based on the current security context instead of HKCR. -// See https://msdn.microsoft.com/en-us/library/ms724475(VS.85).aspx for more information. +// See https://learn.microsoft.com/en-us/windows/win32/sysinfo/hkey-classes-root-key for more information. static LPCWSTR vsczRegistryRoot = L"Software\\Classes\\Installer\\Dependencies\\"; static LPCWSTR vsczRegistryDependents = L"Dependents"; -- cgit v1.2.3-55-g6feb