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

This commit is contained in:
Martin v. Löwis 2007-08-30 18:27:06 +00:00
parent 4902e69e40
commit 47cc2a00a1

View file

@ -168,7 +168,7 @@ else:
testprefix = '' testprefix = ''
if msilib.Win64: if msilib.Win64:
SystemFolderName = "[SystemFolder64]" SystemFolderName = "[System64Folder]"
else: else:
SystemFolderName = "[SystemFolder]" SystemFolderName = "[SystemFolder]"