store.setDefault(EXTERNAL_PARSER_PREF, "c:\\apache\\php\\php -l -f {0}");
store.setDefault(
MYSQL_PREF,
- "c:\\apache\\mysql\\bin\\mysqld.exe --standalone");
+ "c:\\apache\\mysql\\bin\\mysqld-nt.exe --standalone");
store.setDefault(
APACHE_START_PREF,
"c:\\apache\\apache.exe -c \"DocumentRoot \"{0}\"\"");