Check for 8.0 too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-06-05 21:51:36 +00:00
parent 544c04c362
commit 3a21ebbefd

View File

@@ -26,7 +26,7 @@ def get_acroversion():
r'SOFTWARE\Adobe\Adobe Acrobat\%version%\InstallPath',]
for regkey in acrosoft:
for version in ('7.0', '6.0', '5.0', '4.0'):
for version in ('8.0', '7.0', '6.0', '5.0', '4.0'):
try:
path = _winreg.QueryValue(_winreg.HKEY_LOCAL_MACHINE,
regkey.replace('%version%', version))