Enhancing Operations Through IServiceConfigurationMethod
Enhancing Operations Through IServiceConfigurationMethod
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.
IServiceConfigureOperation
Declaration
IServiceConfigureOperation : IBaseServiceOperation
Overview
This interface is meant to edit service configure operation properties. A service Configure Operation allows you to modify the settings a service that is already installed or being installed by the current package.
Properties
Bool ConfigureOnInstall - Gets or sets the configure option during component’s installation.
Bool ConfigureOnUninstall - Gets or sets the configure option during component’s uninstallation.
Bool ConfigureOnReinstall - Gets or sets the configure option during component’s reinstallation.
String SettingToChange - Gets or sets which setting will be changed. Supported values: “DelayAutoStart”, “TimeToRunFailureActions”, “AddSidToProcessToken”, “AddPrivileges”, “TimeInMilisecToWaitBeforeOtherShutdownOperations”.
“DelayAutoStart” is applied only on auto-start services or services installed by the package configured with “Automatic” StartType.
The specified change takes effect next time the system is started.
String SettingsValue - Gets or sets the setting value that will be applied.
The setting value depends on theSettingToChange property value:
- “DelayAutoStart”
- “0” turn off auto-start service delay
- “1” start the service after other auto-start services plus a time delay - “TimeToRunFailureActions”
- “0” run failure actions only if the service terminates without reporting SERVICE_STOPPED
- “1” run failure actions only if the service terminates reporting SERVICE_STOPPED - “AddSidToProcessToken”
- “0” SERVICE_SID_TYPE_NONE
- “1” SERVICE_SID_TYPE_UNRESTRICTED
- “2” SERVICE_SID_TYPE_RESTRICTED - “AddPrivileges”
The list of privileges required by the service. The privileges must be separated by [~]. Use privilege constant name from Microsoft documentation . Example: “SeCreateTokenPrivilege[~]SeIncreaseQuotaPrivilege[~]SeSecurityPrivilege[~]SeLoadDriverPrivilege[~]SeSystemProfilePrivilege[~]SeIncreaseBasePriorityPrivilege”
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:
- [Updated] In 2024, Mirror of Society Top 100 Inspiring #InstagramCaptions
- 「Windows Serverバックアップの自動スケジューリングに問題が発生する - 解決策とトラブルシューティングガイド」
- 2 Ways to Monitor Vivo Y27 5G Activity | Dr.fone
- Can You Share HEVC (H.265) Videos on YouTube? A Comprehensive Guide
- Car Audio Woes: Understanding the Causes of Non-Working Speakers
- Flip Your PDFs With This Free Tool - Seamlessly Convert and Rotate PDF Files Today!
- In 2024, Deep Dive Into LG BP350 Display Technology
- In 2024, From Zero to Hero on Instagram 6 Strategies That Lead to Verified Status
- In 2024, Novel Set of Pertinent Probing for Podcast Participants
- In 2024, Thanks for Curating Premium & Free Outro Themes
- Resolving the Windows Defender Issue (Error Code 0X80072f8f): Expert Tips and Tricks
- Revive Lost Files on Acer: Mastering the Art of Disk-to-Disk Recovery with These 3 Straightforward Methods
- Rsync Em Windows Amo: Melhores Métodos E Soluções Alternativas - Tutorial Detalhado
- SSD-Sicherung Auf Externe Platte - Schnell, Einfach Und Effektiv
- StrongPassword Checker: Reliable Tool for Evaluating Your Passphrase Security
- The Quick-Winner Guide How to Make Money on Reddit in Just a Click for 2024
- The Ultimate Guide to Montage Apps 8 Leading Options (iPhone/Android) for 2024
- Ultimate Walkthrough: Setting Up and Enjoying Honkai Impact 3 on a Personal Computer
- Update Component for iText Files: Streamlined Data Processing
- Title: Enhancing Operations Through IServiceConfigurationMethod
- Author: Kenneth
- Created at : 2024-11-23 18:04:55
- Updated at : 2024-11-30 20:37:34
- Link: https://fox-sys.techidaily.com/enhancing-operations-through-iserviceconfigurationmethod/
- License: This work is licensed under CC BY-NC-SA 4.0.