Search found 1 match

by daymoss
Mon Aug 02, 2010 6:51 am
Forum: Installation & Upgrades
Topic: Windows 2008R2 Server FAIL to Install
Replies: 2
Views: 3972

I have same problem.
Looks like its MySQL fault.
openemm.py from line 170 to 177 refers to windows registry for locating MySQL
for version in ['5.0', '5.1']:
mskey = r'SOFTWARE\MySQL AB\MySQL Server %s' % version
mysqlhome = agn.winregFind (mskey, 'Location')
if not mysqlhome is None:
break
if ...