Service cannot start. When you start to look at all the config-files there are a bunch of references to c:\dev\ as the install dir.
For example this is my \apache\conf\gitstack\gitphp.conf:
PHPIniDir "C:/dev/gitstack/php/"
LoadModule php5_module "C:/dev/gitstack/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
Alias /web "C:/dev/gitstack/gitphp"
<Directory "C:/dev/gitstack/gitphp">
Options Indexes FollowSymLinks MultiViews
Order Deny,Allow
Allow from all
DirectoryIndex index.php
My install dir is not c:\dev so nothing works.