Mastering IService Control Operations: A Comprehensive Guide
Mastering IService Control Operations: A Comprehensive Guide
Table of Contents
- Introduction
- Registration
- Using Advanced Installer
- GUI
- Working with Projects
- Installer Project
- Patch Project
- Merge Module Project
- Updates Configuration Project
- Windows Store App Project
- Modification Package Project
- Optional Package Project
- Windows Mobile CAB Projects
- Visual Studio Extension Project
- Software Installer Wizards - Advanced Installer
- Visual Studio integration
- Alternative to AdminStudio/Wise
- Replace Wise
- Migrating from Visual Studio Installer
- Keyboard Shortcuts
- Shell Integration
- Command Line
- Advanced Installer PowerShell Automation Interfaces
* IAdvancedInstaller
* IAdvinstProject
* IProductDetails
* IFolder
* ILaunchConditionsComponent
* IFilesComponent
* IIniFilesComponent
* IShortcut
* ITempFile
* IXmlFile
* IDirectoryMember
* IRegistryComponent
* IInstallParameters
* IBuildComponent
* ITextFileUpdatesComponent
* ITextUpdateFile
* ITextUpdateAppendOrCreate
* ITextUpdateReplace
* IFileAssociations
* IDefaultProgramFA
* IExtensionFA
* IProgIdFA
* IVerbFA
* IEnvironment
* IEnvironmentVariable
* IProductCode
* IUpgradeCode
* IMergeModulesComponent
* IMergeModule
* IDigitalSignature
* ICustomActionsComponent
* ITranslationsComponent
* IDriversComponent
* ISearch
* IServices
* IBaseServiceOperation
* IServiceControlOperation
* IServiceFailureOperation
* IServiceInstallOperation
* IServiceConfigureOperation
* IOrganizationComponent
* IComComponent
* IRemoveFilesComponent
* IRemoveFile
* IUpdatesProject
* IUpdaterComponent
* IPatchProject
* IPropertyComponent
* IProperty
* IPathVariable
* IMsixComponent
* IMsixDependencies
* IMsixDriverDependency
* IMsixDriverConstraint
* IMsixExternalDependency
* IMsixPackageDependency
- Features and Functionality
- Tutorials
- Samples
- How-tos
- FAQs
- Windows Installer
- Deployment Technologies
- IT Pro
- MSIX
- Video Tutorials
- Advanced Installer Blog
- Table of Contents
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
IServiceControlOperation
Declaration
IServiceControlOperation : IBaseServiceOperation
Overview
This interface is meant to edit service control operation properties.
Properties
Bool StartOnInstall - Gets or sets the start option after install.
Bool StopOnInstall - Gets or sets the stop option after install.
Bool DeleteOnInstall - Gets or sets the delete option after install. The service will be removed.
Bool StartOnUninstall - Gets or sets the start option after uninstal.
Bool StopOnUninstall - Gets or sets the stop option after uninstall.
Bool DeleteOnUninstall - Gets or sets the delete option after uninstall. The service will be removed.
String Arguments - Gets or sets the list of arguments separated by [~] which will be executed when the service starts.
Bool WaitUntilServiceCompletes - Gets or sets the property of the operation to wait a maximum of 30 seconds for the service to complete before continuing. This delay can be used to wait an additional amount of time in case a critical event returns a failure error.
See also
Did you find this page useful?
Please give it a rating:
Thanks!
Report a problem on this page
Information is incorrect or missing
Information is unclear or confusing
Something else
Can you tell us what’s wrong?
Send message
Also read:
- [New] In 2024, Foremost Low-Impact Screen Recorders Explored
- [Updated] Frame Your Vision Leading Lines for Dynamic iPhone Photos
- 1. Quick Guide: Updating and Replacing Texts in Itext - Best Practices
- 2024 Approved Investigating Unmodified Audio From FFmpeg Output
- 2024 Approved Revolutionizing Operations with Virtual Engineering
- 2024 Approved YouTube Movie Maker Tutorial and Alternatives
- Accelerate Your iPhone's Performance: A Step-by-Step Guide to Clearing Unnecessary Data
- Charting the Course for Success via ChatGPT & Whisper APIs
- Complete Guide: Restoring Lost Files on Your Samsung Galaxy Using the Galaxy Data Recovery App
- Frustrating Tips and Tricks to Watch Your DVDs on Windows 8
- GTX 1650 Super Graphics Card Drivers Download and Upgrade Guide for Windows 11
- In 2024, Identifying the Top 10 Hidden Story Admirers
- In 2024, Leveraging Insta Archive Features A Step-by-Step Approach
- In 2024, No-Fee Budget-Friendly Screen Reader Pro
- Simple Methods to Print SMS From Your Android Device
- Top-Rated Free Online Tools: Best 7 Video Editors with No Watermarks Available
- Top-Rated Windows 11 Screen Recording Tools: A Comprehensive Guide
- Ultimate Tutorial: How to Stream and Watch FLV Videos on Your Android Device
- Wireless Connection Guide: Linking Your Google Pixel Smartphone with a Windows/Mac Computer
- Title: Mastering IService Control Operations: A Comprehensive Guide
- Author: David
- Created at : 2024-10-08 18:35:47
- Updated at : 2024-10-10 22:24:42
- Link: https://fox-zaraz.techidaily.com/mastering-iservice-control-operations-a-comprehensive-guide/
- License: This work is licensed under CC BY-NC-SA 4.0.