Discover the Power of IComponent for .NET Custom Controls and Reusability
Discover the Power of IComponent for .NET Custom Controls and Reusability
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
* IOrganizationComponent
* IComComponent
* IComClass
* IComClassActiveX
* IComClassAppId
* IComInterface
* IComPlus
* IComTypeLibrary
* 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.
IComComponent
Declaration
IComComponent: IDispatch
Overview
This interface is meant to create, access, delete COM entities.
Properties
Array
Array
Array
Array
Methods
NewClass(String aGUID, IFile aFile) - returns IComClass
Creates a new COM class with specified GUID and the executable file containing the class (*.exe, *.dll).
NewInterface(String aGUID, String aName) - returns IComInterface
Creates a new COM interface with specified GUID and name.
NewTypeLibrary(IFile aFile) returns IComTypeLibrary - Creates a new type library from specified type library file (*.tlb)
NewComPlus(IFile aFile) - returns IComPlus
Creates a new COM+ from specified executable file (*.exe, *.dll).
ImportComPlusFromMsi(String aPathToMsiFile) - Imports the COM+ from .msi file from disk.
DeleteCom(VARIANT aCom) - Deletes a COM entity from project. Supported argument types are: IComClass, IComInterface, IComTypeLibrary, IComPlus.
See also
Topics
- IComClass
Interface for editing COM class specifications. - IComClassActiveX
Interface for configuring COM ActiveX settings. - IComClassAppId
Interface for configuring AppId settings. - IComInterface
Interface for editing COM interface specifications. - IComPlus
Interface for editing COM+ specifications. - IComTypeLibrary
Interface for editing Type Library specifications.
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, How To Seamlessly Add Snap Camera to Microsoft Chats
- [New] Revenue Optimization Leveraging Your YouTube Mobile Audience
- [Updated] In 2024, Eliminating Robotic Ratings to Grow Views
- 「初心者フレンドリーなガイド:【高解像度】無料アプリでMac MP4動画を整理して圧縮」
- 3 Ways to Unlock Apple iPhone 12 Pro without Passcode or Face ID
- Adjust Mac's Screenshot Stash Location
- Advanced Tips: Enhancing the Editable User Interface Dialog
- Clearing Your Browsers of Unwanted Redirection: The 3-Stage Process to Defeat the Virus
- Customize Your Service Configuration Options
- Essential Low-Cost Digital Video Capture Software
- Expert Tips: DIY PC Maintenance & Troubleshooting Techniques Used by Professional Technicians
- Restoring Echoes: Effective Steps to Troubleshoot Your Lenovo's Lack of Sound
- Step-by-Step Guide: Transforming Audio Interchange File Format (AIF) Files Into MP3
- Story 1: The Misguided Environmental Consultant (Answer B)
- The Essential List Top 10 Video Editors to Elevate Reels
- Top-Rated Digital Voice Memo Apps for Effortless Recording & Sharing
- Understanding the Basics: Unveiling the MP4 File Compression Technique
- Title: Discover the Power of IComponent for .NET Custom Controls and Reusability
- Author: Paul
- Created at : 2024-10-04 16:00:48
- Updated at : 2024-10-11 01:01:20
- Link: https://fox-metric.techidaily.com/discover-the-power-of-icomponent-for-net-custom-controls-and-reusability/
- License: This work is licensed under CC BY-NC-SA 4.0.