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
1 changed files with 1 additions and 1 deletions

View File

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