When using sc create ServiceName binPath= "the path", how can arguments be passed to the Installer class's Context.Parameters collection?
My reading of the sc.exe documentation is that such arguments could only be passed on the end of binPath, but I have not found an example or been able to successfully do this.