]> granicus.if.org Git - python/commitdiff
VS 2010 has the AMD64 redist files in VC\redist\x64.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 31 May 2012 19:58:21 +0000 (21:58 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 31 May 2012 19:58:21 +0000 (21:58 +0200)
Tools/msi/msi.py

index 8e2f5a3f81ef935c9d7e46503c691f732eefb3e0..b2482df85d18921b4a83589a7d0f4e0866e04e6d 100644 (file)
@@ -875,7 +875,7 @@ def add_features(db):
 def extract_msvcr100():
     # Find the redistributable files
     if msilib.Win64:
-        arch = "amd64"
+        arch = "x64"
     else:
         arch = "x86"
     dir = os.path.join(os.environ['VS100COMNTOOLS'], r"..\..\VC\redist\%s\Microsoft.VC100.CRT" % arch)