path of mine is
/home/httpd/vhosts/your.domain.name/httpdocs/CMS
you would than access it by using
http://www.your.domain.name.com/
because once you install CMS it will place a index.html page in your httpdocs folder with redirect
//Code///////////////////////////
<html>
<!-- __mambo__redirect__ -->
<head>
<meta http-equiv="refresh" content="0;url=http://your.domain.name/CMS/index.php">
</head>
</html>
//EOF/////////////////
or in case that may have failed or you replaced
the index.html page in the main httpdocs folder you
would than need to access CMS by using
http://www.your.domain.name.com/CMS
keep in mind that i am running linux so the paths and other things may differ along with the install path you may choose