[This] can solve 1053 issue.
You just need to add " if you have spaces in your path...
<?php
win32_create_service(array(
'service' => 'COMPLAINTS', # the name of your service
'display' => 'Receive email complaints and direct them to the website', # description
'params' => '"' . __FILE__ . '"' . ' run', # path to the script and parameters
));
?>