浏览代码

Setup/Uninstall now prevent "netapi32.dll" and "version.dll" to be loaded from the installer directory.

Martijn Laan 5 年之前
父节点
当前提交
43d2f06c9a
共有 3 个文件被更改,包括 3 次插入0 次删除
  1. 2 0
      Projects/XPTheme.manifest
  2. 二进制
      Projects/XPTheme.res
  3. 1 0
      whatsnew.htm

+ 2 - 0
Projects/XPTheme.manifest

@@ -39,4 +39,6 @@
         <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
     </application>
 </compatibility>
+<file name="netapi32.dll" loadFrom="%SystemRoot%\system32\netapi32.dll" />
+<file name="version.dll" loadFrom="%SystemRoot%\system32\version.dll" />
 </assembly>

二进制
Projects/XPTheme.res


+ 1 - 0
whatsnew.htm

@@ -30,6 +30,7 @@ For conditions of distribution and use, see <a href="https://jrsoftware.org/file
 
 <p><a name="6.0.5"></a><span class="ver">6.0.5-dev </span><span class="date">(?)</span></p>
 <ul>
+  <li>Setup/Uninstall now prevent "netapi32.dll" and "version.dll" to be loaded from the installer directory.</li>
   <li>Compiler IDE change: added <a href="https://jrsoftware.org/ismail.php">Inno Setup Mailing List</a> menu item to the Help menu.</li>
 </ul>