Can’t install MySQL 5.0.51a in Vista because its “side-by-side configuration is incorrect”?
Are you having trouble installing MySQL 5.0.51a in Vista because of the following error message?
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail.
There is a problem with the MySQLInstanceConfig.exe in this version of MySQL. If you selected the option to “configure this instance of MySQL now” at the end of the installation, you may have noticed that nothing happened. I believe this is for the same reason. You can fix this by following the steps below:
Install Resource Hacker
First, download and install Resource Hacker.
Launch Resource Hacker and Load MysqlInstanceConfig.exe
Launch the program, and from the File menu choose Open.
In the Open dialog, browse to your MySQL installation’s bin directory (Probably C:\Program Files\MySQL\MySQL Server 5.0\bin), and select MySQLInstanceConfig.exe.
Edit the assembly manifest
In the tree that appears in the left side of the window, navigate to 24 -> 1 -> 1033.
MySQLInstanceConfig.exe in ResourceHacker
On line 6, the assembly manifest specifies that it requires the privilege “asAdministrator”. The actual name of this privilege is “requireAdministrator”.
Change asAdministrator to requireAdministrator.
Next, click the Compile Script button and then choose Save from the File menu.
Update: If you are unable to save the file, see this comment.
Exit ResourceHacker.
Launch MySQLInstanceConfig
Launch MySQLInstanceConfig.exe and the configuration wizard should now appear.
- February 21st
- 66 Comments





