windows/installer: Fix python registry path
This commit is contained in:
parent
06189b4a5b
commit
4bf094a3f8
@ -13,7 +13,7 @@
|
|||||||
Languages='1033'
|
Languages='1033'
|
||||||
SummaryCodepage='1252'/>
|
SummaryCodepage='1252'/>
|
||||||
<Property Id='PYTHONDIR'>
|
<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>
|
</Property>
|
||||||
<Directory Id='TARGETDIR' Name='SourceDir'>
|
<Directory Id='TARGETDIR' Name='SourceDir'>
|
||||||
<Directory Id='PYTHONDIR' Name='python27'>
|
<Directory Id='PYTHONDIR' Name='python27'>
|
||||||
|
Loading…
Reference in New Issue
Block a user