Installing as Windows Service in Windows 7 Ultimate
Posted: May 17th, 2011, 9:57 am
Downloaded SABnzbd 0.6.1 and installed it, and launched it normally to make sure everything came up, which it did. I then shutdown and opened up cmd and this is what I type:
And then this is what I get back:
I am running cmd when logged in as the admin user.
Also, in the http://wiki.sabnzbd.org/sabnzbd-as-a-windows-service wiki, the -f implies that it should be the path to the .ini file, since right after the command it says
Code: Select all
cd c:\Program Files\SABnzbd
SABnzbd-service.exe -f "c:\Program Files\SABnzbd\SABnzbd.exe" install
Code: Select all
Installing service SABnzbd
Error installing service: Access is denied. <5>
Cannot set required Registry info
Also, in the http://wiki.sabnzbd.org/sabnzbd-as-a-windows-service wiki, the -f implies that it should be the path to the .ini file, since right after the command it says
The -f parameter is required. When running as a service, SABnzbd will be in "daemon" mode
and will not get the INI-file location from the user profile.