I am currently trying but keep bumping into problem, just about to try on a clean install.
Just setup WAMPServer 2.0 using the guides at
http://guides.jlbn.net/
Everything with WAMP is working as it should. So far I have:
added a root password in phpMyAdmin
edited config.inc.php in folder C:/wamp/apps/phpmyadmin2.10.1
- $cfg['blowfish_secret'] = ''; (password hint)
- $cfg['Servers'][$i]['auth_type'] = 'config'; (change config to cookie)
Saved and Restarted
Created a new folder called "F_Mill" in wamp/www/" for my html/css/etc
Created a new phpMyAdmin user called mnutz, also created a databse with same name.
Turned on ssl_module in WAMP/Apache and php_curl as zencart needs these.
I have just unzipped zencart v1.3.8a into wamp/www/F_Mill/
Now, fingers crossed it installs fine, and phpMyAdmin works after :D
EDIT: Oh, I have no knowledge of server setup or anything more advanced than HTML & CSS.