From 532adb4a6538a646daa95e1bf90327da8a2fc4a1 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 12 Dec 2018 22:18:47 -0600 Subject: ole.dll should be ole2.dll. Fixes wixtoolset/issues#2459. --- src/WixToolset.Data/Xsd/wix.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WixToolset.Data/Xsd/wix.xsd b/src/WixToolset.Data/Xsd/wix.xsd index cff3c219..4e075cf4 100644 --- a/src/WixToolset.Data/Xsd/wix.xsd +++ b/src/WixToolset.Data/Xsd/wix.xsd @@ -6252,13 +6252,13 @@ HandlerIn General Value "1" specified: [HKCR\CLSID\{Id}\InprocHandler] - @="ole.dll" + @="ole2.dll" Value "2" specified: [HKCR\CLSID\{Id}\InprocHandler32] @="ole32.dll" Value "3" specified: [HKCR\CLSID\{Id}\InprocHandler] - @="ole.dll" + @="ole2.dll" [HKCR\CLSID\{Id}\InprocHandler32] @="ole32.dll" Other value specified: -- cgit v1.2.3-55-g6feb