From eb954e1575d2fdaf3aa20d00c136f62a57b5ec09 Mon Sep 17 00:00:00 2001 From: Kaarlo Räihä Date: Thu, 6 Oct 2022 20:11:08 +0300 Subject: Use HTTPS instead of HTTP Fix some of these --- 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 f92c7d18..b5649948 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 http://msdn.microsoft.com/en-us/library/ms724475(VS.85).aspx for more information. +// See https://msdn.microsoft.com/en-us/library/ms724475(VS.85).aspx for more information. static LPCWSTR vsczRegistryRoot = L"Software\\Classes\\Installer\\Dependencies\\"; static LPCWSTR vsczRegistryDependents = L"Dependents"; -- cgit v1.2.3-55-g6feb