MySQL Server on Windows Vista x64 Setup Guide, An Install That Works!!!

After hours of beating our heads against a wall, we’ve finally come up with a solid MySQL install guide. It wasn’t easy, but it’s something we needed, and obviously something our fellow developers needed. We spent hours reading through endless threads with errors such as;
Cannot Create Windows Service for MySQL. Error:0,
Vista x64 could not start the service mysql,
Windows could not start the mysql service on local computer error 1067,
Can’t create/write to file,
Can’t connect to [local] MySQL server,
Table ‘tbl_name’ doesn’t exist,
Yet even after reading through what seemed like hundreds of cries for help, and just as many supposed fixes, we were still no closer to resolving this issue. So after coming to the realization that there was little help to be had online, we just attacked our install, and dealt with the issues one by one. After repeated failed installs, and botched setups, we were able to get MySQL loaded properly. The setup instructions you see below were repeatable on 4 different machines, when followed properly. If you run into an issue, please let us know. Good luck with your setup.
Setup failed while installing sub-component Exchange ActiveSync with error code 0xC0070643
In the process of setting up a new 2003 Exchange Server, we were confronted with the following error while installing Service Pack 2.
Setup failed while installing sub-component Exchange ActiveSync with error code 0xC0070643 (please consult the installatoin logs for a detailed description). You may cancel the installation or try the failed setup again.
Digging into the installation logs we see that the setup is failing while attempting to install MSXML:
[18:52:22] Calling MSXML installer with command line: “msiexec /i msxml3.msi /q reboot=“ReallySuppress”“
[18:52:22] Process created … waiting (-1)
[18:52:23] Process has exited with 0x000643
[18:52:23] The commandmsiexec /i msxml3.msi /q reboot=“ReallySuppress”
failed, returning error code 1603 (Fatal error during installation.). — ID:31136 — ScCreateProcess (f:\tisp2\admin\src\libs\exsetup\hiddenw1.cxx:1821)
Error code 0XC0070643 (1603): Fatal error during installation.
The event logs subsequently tells us:
Event Type: Error
Event Source: MsiInstaller
Event ID: 1013
Description:
Product: Microsoft XML Parser — Your system has newer version of MSXML3 SP5 than the version you are attempting to install. Setup will quit.
-
The Previous Posting
-
The Next Posting
“Help and Support” is missing after you upgrade to Windows Server 2003 Service Pack 2