Commit 47cc2a00 authored by Martin v. Löwis's avatar Martin v. Löwis

Bug #1746880: Correctly install DLLs into system32 folder on Win64.

parent 4902e69e
......@@ -168,7 +168,7 @@ else:
testprefix = ''
if msilib.Win64:
SystemFolderName = "[SystemFolder64]"
SystemFolderName = "[System64Folder]"
else:
SystemFolderName = "[SystemFolder]"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment