瀏覽代碼

Merge pull request #262 from jogo-/patch-2

Note NSIS now also preloads ntmarta.dll
Martijn Laan 7 年之前
父節點
當前提交
07231c3343
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Projects/SafeDLLPath.pas

+ 2 - 0
Projects/SafeDLLPath.pas

@@ -148,6 +148,8 @@ initialization
       // WIX3: required by CLSIDFromProgID() when loading msxml?.dll
       // NSIS: XP.SP2&SP3: SHAutoComplete ... OLE32!InitializeCatalogIfNecessary ... OLE32!CComCatalog::TryToLoadCLB
       SafeLoadLibrary(SystemDir + 'clbcatq.dll');
+      // NSIS: Win7 without KB2533623: SHGetFileInfo ... SetEntriesInAcl ... ADVAPI32!AccProvpLoadMartaFunctions
+      SafeLoadLibrary(SystemDir + 'ntmarta.dll');
 {
       // WIX3: required by Burn
       SafeLoadLibrary(SystemDir + 'cabinet.dll');