소스 검색

windows/installer: Fix python registry path

Marek Marczykowski-Górecki 10 년 전
부모
커밋
4bf094a3f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      installer.wxs

+ 1 - 1
installer.wxs

@@ -13,7 +13,7 @@
             Languages='1033'
             SummaryCodepage='1252'/>
         <Property Id='PYTHONDIR'>
-            <RegistrySearch Id='PythonDirRegistry' Type='raw' Root='HKLM' Key='Software\Python\PythonCode\2.7\InstallPath'/>
+            <RegistrySearch Id='PythonDirRegistry' Type='raw' Root='HKLM' Key='Software\Python\PythonCore\2.7\InstallPath'/>
         </Property>
         <Directory Id='TARGETDIR' Name='SourceDir'>
             <Directory Id='PYTHONDIR' Name='python27'>