Mastering I/O Port Mappings and File Association Concepts in Computers
Mastering I/O Port Mappings and File Association Concepts in Computers
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.
IFileAssociations
Declaration
IFileAssociations : IDispatch
Overview
This interface is meant to manage file associations
Methods
NewDefaultProgram() returns IDefaultProgramFA
Creates a new default program setup.
RemoveDefaultProgram(IDefaultProgramFA DefaultProgram)
Removes a default program setup.
NewProgId() returns IProgIdFA
Creates a new ProgId setup.
RemoveProgId(IProgIdFA ProgId)
Removes a new ProgId setup.
Properties
Array
Gets the collection of default programs setups.
Array
Gets the collection of ProgId setups.
Example
$advinst = new-object -com AdvancedInstaller
$project = $advinst.CreateProjectS(“architect”)
$appExeFile = $project.FilesComponent.AddFileS(“appdir”, “D:\MyApp.exe”)
$progId = $project.FileAssociations.NewProgId()
$extension = $progId.NewExtension($appExeFile)
$verb = $extension.NewVerb()
$defaultProgrram = $project.FileAssociations.NewDefaultProgram()
$defaultProgrram.AddExtension($extension)
Copy
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] Top 10 Lifelike Photo Editing Apps on iOS Devices
- 2024 Approved Social Media Savvy Quick-Fire Tips for Aspiring Online Marketers
- 2024 Approved The Definitive IO Screen Recorder Guidebook
- 5 Quick Methods to Bypass Samsung FRP
- Find File Version Information: A Comprehensive Guide
- How to Perform an Append or Create Function in Data Management
- In 2024, 3uTools Virtual Location Not Working On Motorola Defy 2? Fix Now | Dr.fone
- In 2024, Solutions to Spy on Nokia C300 with and without jailbreak | Dr.fone
- Leading AI Voice Synthesis Applications: The Ultimate Guide
- Malwarebytes Reviewed: Protecting Your System without Compromising Security
- Quick Guide: Tailoring Automated Dialogue Scripts
- Top Tips for Sharing Your TikToks to Instagram with Ease
- Unlock Your Apple iPhone 11 in Minutes with ICCID Code Everything You Need to Know
- Will iSpoofer update On Oppo Find X6 Pro | Dr.fone
- Title: Mastering I/O Port Mappings and File Association Concepts in Computers
- Author: Daniel
- Created at : 2024-10-10 02:25:53
- Updated at : 2024-10-11 02:52:00
- Link: https://fox-pages.techidaily.com/mastering-io-port-mappings-and-file-association-concepts-in-computers/
- License: This work is licensed under CC BY-NC-SA 4.0.