There were lot of trial and errors; but I was finally able to setup "PHP on Windows Training Kit" on Windows 7 with SQL Server 2008 R2. It was the dependencies check which through the curve balls in the check for all requirements installed or not. I updated these PowerShell files to complete the setup: Files in: \Labs\GettingStarted\Setup\scripts\Dependencies\Check CheckAdventureWorks2008DB For AdventureWorks I had to remove the "2008" as the database that is installed on my machine does not have the database name as "AdventureWorks2008" $db = Invoke-Sqlcmd -Query "select database_id from [master].sys.databases where name = ' AdventureWorks '" -ServerInstance ".\SQLEXPRESS" CheckSQL2008 For SQL Server check I have to search for R2 as just 2008 will return as not found. SearchAllUninstallKeys -SearchFor ' Microsoft SQL Server 2008 R2 '; CheckSQLServerNativeClient Same as SQL server search; this native client is also R2 an...
Mobile Web Specialist (Grow with Google Graduate), RPA UiPath, PowerBI/Power Apps and Software/Product Researcher