Delete Service Command

Command Syntax

/DeleteService  -name <service_name> [-removeoperations]

Delete a service from Services page.

Parameters:

  • -name <service_name>
  • The service name, this is an unique identifer of your service.
  • [-removeoperations]
  • A service installation also has the corresponding service control operations in the setup package. Use this switch to force their removal when the service is deleted.

Example:

AdvancedInstaller.com /edit MySampleProject.aip
    /DeleteService -name "MyService" -removeoperations