Topic: Issues with Install

Hi All

Having some problems with the install of the software.

Platform
Windows 7 IIS 7.5
PHP is 5.2 mysql is 5.5

error: __DOCROOT__ and/or __INCLUDES__ settings not valid in configuration.inc.php; update includes/configuration.inc.php with the correct settings

DEFINE('__DOCROOT__', 'c:/inetpub/wwwroot/tracmor');
    DEFINE('__SUBDIRECTORY__','/tracmor');
    DEFINE('__VIRTUAL_DIRECTORY__','/tracmor');   

So im not really sure why its not working. The files live at c:\inetpub\wwwroot\tracmor\index.php
The thing that confuses me is the subdirectory
the site is accessed like this http://localhost/Tracmor/index.php thru a browser

Thanks for any help you can give.

Re: Issues with Install

Ok, this is sort of working now.
I had used SVN to check out the code but there was so much stuff missing in the repo compared to the zip file.