Windows services for Aurea List Manager
There are Windows services that need to be installed during the Aurea List Manager installation for Aurea List Manager to work effectively.
On Windows 2000/XP, Aurea List Manager and the Aurea List Manager Web Server can run as services.
Installing Aurea List Manager and Aurea List Manager web server services
- Click on Start then Programs
- Select Lyris Aurea List Manager.
- Select Services.
- Select Install Aurea List Manager Service
- Repeat, but select Install Aurea List Manager Web Service
Uninstalling Aurea List Manager and Aurea List Manager web server services
- Click on Start then Programs
- Select Lyris Aurea List Manager
- Select Services.
- Select Uninstall Aurea List Manager Service
- Repeat, but select Uninstall Aurea List Manager Web Service
Installing Aurea List Manager and Aurea List Manager web server services from command prompt
- To install the Windows service from the command line, open a command prompt, change to the Aurea List Managerr directory and run the following command:
lm -install
- For Windows 2000/XP only: Aurea List Manager is listed in the Services control panel, as a service automatically started up at boot time. You can start and stop the Aurea List Manager service from the Services control panel. The service runs in the background, so is not visible on your desktop.
Uninstalling Aurea List Manager and Aurea List Manager web server services from command prompt
- To remove the Windows service from the command line, open a command prompt, change to the Aurea List Manager directory and run the following command:
lm -remove
- To stop Aurea List Manager from the command line after installing it as a service, run the following command:
net stop listmanager
Running MSDE as a service
- MSDE is installed to automatically run as a service. To start MSDE from the command line after it has
been installed as a service, run the following command:
net start mssqlserver
- To stop MSDE from the command line after it has been installed as a service, run the following command:
net stop mssqlserver