Bug #1746880: Correctly install DLLs into system32 folder on Win64.
This commit is contained in:
parent
4902e69e40
commit
47cc2a00a1
|
@ -168,7 +168,7 @@ else:
|
|||
testprefix = ''
|
||||
|
||||
if msilib.Win64:
|
||||
SystemFolderName = "[SystemFolder64]"
|
||||
SystemFolderName = "[System64Folder]"
|
||||
else:
|
||||
SystemFolderName = "[SystemFolder]"
|
||||
|
||||
|
|
Loading…
Reference in New Issue