Using Windows 7 x64 Pro we wish SpacialAudio to start at boot as a service. This is running on a un-attended computer at our Data Center. I keep getting Error 1053 when starting the service. I have re-installed .NET 4.0 but no change.
This is what my service code looks like:
sc create Sam3 binPath= C:\ProgramFiles(x86)\SpacialAudio\SAMBC3\SAMBC.exe type= interact depend= LanmanWorkstation
sc failure Sam3 reset= 3600 actions= restart/5000/run/10000/reboot/6000
sc config Sam3 type= own type= interact

Any help would be welcomed.