SET ROOT_DIR=%~d0 SET PROJECT=ICORE SET PROJECT_SUB=ICOOP SET PROJECT_CORE=ICORE SET DOTNETVERSION= SET PHP=PHP SET PHP_PATH=%ROOT_DIR%\%PROJECT_SUB%_ALL\%PROJECT_CORE%\%PHP% SET PATH=%windir%\system32\inetsrv;%PATH% vcredist_2013_x86.exe /q /norestart vcredist_2013_x64.exe /q /norestart vcredist_2012u4_x86.exe /q /norestart vcredist_2012u4_x64.exe /q /norestart appcmd set config /section:system.webServer/fastCGI /+[fullPath='%PHP_PATH%\php-cgi.exe'] appcmd set config /section:system.webServer/handlers /+[name='PHP_via_FastCGI',path='*.php',verb='*',modules='FastCgiModule',scriptProcessor='%PHP_PATH%\php-cgi.exe',resourceType='Unspecified'] appcmd set config -section:system.webServer/fastCgi /[fullPath='%PHP_PATH%\php-cgi.exe'].instanceMaxRequests:10000 appcmd set config -section:system.webServer/fastCgi /+"[fullPath='%PHP_PATH%\php-cgi.exe'].environmentVariables.[name='PHP_FCGI_MAX_REQUESTS',value='10000']" appcmd set config /section:defaultDocument /+files.[value='index.html'] appcmd set config /section:defaultDocument /+files.[value='index.php'] NET STOP W3SVC NET START W3SVC rem cd "C:\Program Files (x86)\Mozilla Firefox" rem firefox "http://localhost/PHPMYADMIN/setup/index.php"