Enhancing UI with IComponent - Building Interoperable Components in .NET
Enhancing UI with IComponent - Building Interoperable Components in .NET
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] Velocity Vision Speed Up Videos on Android for 2024
- [Updated] In 2024, Demystifying Periscope Your Ultimate Learning Resource
- [Updated] In 2024, Next-Gen Virtual Adventures Upcoming Top 5 PSVR Games to Love
- [Updated] In 2024, SNS HDR Pro Review Is It Worth Using and What Other HDR Software to U
- [Updated] The Smart Explorer's Choice Premium VR Gear Ranked
- 「ドライブファイル履歴が認識されない修正指示:同じ意味」
- Crafting Compelling Narratives with Your Own FB Slideshow Creation for 2024
- Geen Belangstelling? 🧐 [Gratis ] Wegboven! Het Ultieme Guide Om Alle Je Windows 11 Foto's Opnieuw Te Bewerken Met 4 Experimentele Methodes.
- How to Securely Back Up Your iPhone ˈiːfɔːn 14 Auf iCloud Für macOS Und Windows-Nutzer
- IG照片删除后恢复方法:通过Windows计算机实现图片重建指南
- New Authors Recommended The Best Text Voice Generators for All Platforms for 2024
- Problemlos Verarbeiten Einer Samsung SSD-Kopie - 3 Erfolgreiche Methoden Zum Ausführen Der Bootenutzung
- Recover your contacts after Samsung Galaxy M14 5G has been deleted.
- Step-by-Step Process for Disabling a vCenter-Hosted vSAN Storage Network
- Step-by-Step Tutorial for Setting Up a Secure PXE Boot Environment on Windows Systems
- Strategie Di Risoluzione Dei Problemi: Recupero Della Cartella Mancante Su Sistemi Operativi Windows 11/10
- The Ultimate Guide to the Watertight Kobo Libra H2O – Your New Bookworm's Best Friend in Any Weather
- Three Alternative Methods for iPhone Contact Backup Without Using iCloud
- Transforming Your PC: A Step-by-Step Guide on How to Convert Windows 11 Into a Window 10 Style Interface
- Title: Enhancing UI with IComponent - Building Interoperable Components in .NET
- Author: Robert
- Created at : 2024-10-13 02:59:08
- Updated at : 2024-10-17 03:09:45
- Link: https://fox-triigers.techidaily.com/enhancing-ui-with-icomponent-building-interoperable-components-in-net/
- License: This work is licensed under CC BY-NC-SA 4.0.