How to Implement an IExtension Framework in Your Application
How to Implement an IExtension Framework in Your Application
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
* 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.
IExtensionFA
Declaration
IExtensionFA : IDispatch
Overview
This interface is meant to edit a ProgId extension setup
Methods
NewVerb() returns IVerbFA
Creates a new file association verb.
RemoveVerb(IVerbFA Verb)
Removes the verb.
Properties
String Name
Gets or sets the name of the setup.
IFile Command
Gets or sets the installed file to be launched .
IFeature Feature
Gets the feature which controls the extension installation. If this feature is not installed, the file associations is not made.
String MimeType
Gets or sets the content type of the files with the selected extension. This content type will be used by the browsers to select an application to handle a downloaded file. Leave this field empty if you do not want to register a MIME type for the files with the current extension.
Array
Gets the collection of verbs.
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:
- [Fixed] Local Security Authority Protection Is Off
- [Updated] 2024 Approved From Studio to Stage Stream Your MP3 Tunes on YouTube
- [Updated] How to Make Collage for Facebook Instantly
- 2024 Approved Simplified Approach to Crafting Professional Time Lapse Videos in GoPro Studio
- Complete Guide: Steps to Irreversibly Erase All Messages From Your iPhone
- Exploring IFileAttributes: An Insightful Overview
- How and Where to Find a Shiny Stone Pokémon For Honor 100? | Dr.fone
- In 2024, Viral Video Vanguard Top Ten in One Hour, One Day on YT
- Quick & Free: Transform Your MOV Files Into WMV Format with Our Simple Converter
- Step-by-Step Tutorial: Quickly Adorning Pics with Festive Santa Caps
- Title: How to Implement an IExtension Framework in Your Application
- Author: Joseph
- Created at : 2024-10-07 02:32:24
- Updated at : 2024-10-11 00:04:24
- Link: https://fox-sure.techidaily.com/how-to-implement-an-iextension-framework-in-your-application/
- License: This work is licensed under CC BY-NC-SA 4.0.