Locations are not showing up in dropdown in Windows Private Instance

Hi ,

I am trying to setup private instance in windows 7 64 bit machine.

My php and apache is up and running. I am able to get work from access.log

shards=1&reboot=1&location=Local-WPTDriver&screenwidth=1366&screenheight=768&winver=6.1&winserver=0&is64bit=1&key=79b66194811321e847656d6ab030bd01c9bf7161&pc=VV29699&dns=192.168.1.254&freedisk=56.899&GPU=1 HTTP/1.1" 200 -

But I am not getting location in the drop down. Here are my location.ini and wptdriver.ini

Can you please help here.


[locations]
1=Local
default=Local

;
; These are the top-level locations that are listed in the location dropdown
; Each one points to one or more browser configurations
;

[Local]
1=Local-URLBlast
2=Local-WPTDriver
label=“Local”

;
; These are the browser-specific configurations that match the configurations
; defined in the top-level locations. Each one of these MUST match the location
; name configured on the test agent (urlblast.ini or wptdriver.ini)
;

[Local-URLBlast]
browser=IE 11
latency=0
label=“Local - IE 11”
;browserExe=pagetest.exe
;key=TestKey123
key=79b66194811321e847656d6ab030bd01c9bf7161

;
; For a wptdriver configuration (chrome, firefox), the browser labels here
; MUST match the labels used in wptdriver.ini
;

[Local-WPTDriver]
browser=Chrome,Firefox
label=“Local”
key=79b66194811321e847656d6ab030bd01c9bf7161


wptdriver.ini:
[WebPagetest]
url=http://127.0.0.1:8000/
location=Local-WPTDriver
browser=Chrome
Time Limit=120
key=79b66194811321e847656d6ab030bd01c9bf7161
;key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://127.0.0.1:8000/installers/software.dat

; Optional credentials
; username=user
; password=mypassword

; Optional: only applies if the scheme of the URL is https.
; Check if the CN of the WPT server SSL certificate matches the host in the url parameter, and if the certificate has expired.
; Default is ‘0’, which disables these checks.
; Valid Certificate=1

; Optional : If a client certificate is required for requests to the WebPagetest server, set “Client Certificate Common Name” to load a
; specific certificate from the certificate store, or omit this option in order to use the first certificate in the store
; Client Certificate Common Name=“WPT Agent”

[Chrome]
exe=“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe”
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’
installer=http://127.0.0.1:8000/installers/browsers/chrome.dat

[Firefox]
exe=“C:\Program Files (x86)\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
installer=http://127.0.0.1:8000/installers/browsers/firefox.dat
template=firefox

;[Safari]
;exe=“%PROGRAM_FILES%\Safari\Safari.exe”

[IE]
exe=“C:\Program Files\Internet Explorer\iexplore.exe”


Thanks,
Aravind