From 47cc2a00a14bdddcbb0653e33542f7eb2637ef0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 30 Aug 2007 18:27:06 +0000 Subject: Bug #1746880: Correctly install DLLs into system32 folder on Win64. --- Tools/msi/msi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index f266fcc..fdc77ce 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -168,7 +168,7 @@ else: testprefix = '' if msilib.Win64: - SystemFolderName = "[SystemFolder64]" + SystemFolderName = "[System64Folder]" else: SystemFolderName = "[SystemFolder]" -- cgit v0.12