I setup my AMP stack separately. Installed composer using the windows installer and set the php.exe for composer as "c:/php/php.exe" which is where the php.exe is.
Doing composer create-project silverstripe/installer ./silverApp
returns this
[Composer\Downloader\TransportException]
Content-Length mismatch, received 515115 bytes out of the expected 1069991
How do I fix this..?