Custom File Handling Actions: Mastering IAttachedFile
Custom File Handling Actions: Mastering IAttachedFile
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
* ICustomAction
* ICustomActionSequence
* IAttachedFileCustomAction
* IAttachedScriptFileCustomAction
* IDotNetCustomAction
* IExeWithWorkingDirectoryCustomAction
* IFileCustomAction
* IInstalledFileCustomAction
* IInstalledScriptFileCustomAction
* IPowershellScriptFile
* IPowershellAttachedScriptFile
* IInstallCertificate
* IUninstallCertificate
* IFileFromPropertyCustomAction
* IScriptFileFromPropertyCustomAction
* IAttachedDllFunctionCallCustomAction
* IInstalledDllFunctionCallCustomAction
* 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.
IAttachedFileCustomAction
Declaration
IAttachedFileCustomAction : ICustomAction
Overview
This interface facilitates editing custom action for launching attached executable file.
Properties
String AttachedSourceFile - Gets or sets the source path to the custom action executable file.
String CommandLine - Get or sets the command line arguments for launching executable file.
Examples
$advinst = new-object -com AdvancedInstaller
$project = $advinst.CreateProjectS(“architect”)
$custAct = $project.CustomActionsComponent.NewLaunchAttachedFile(“D:\my_tool.exe”)
$custAct.CommandLine = “command line arguments”
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:
- [New] DJI Flying Series Fundamentals, Advanced Features, High-Res Vision
- [New] Unleashing the Power of Whiteboards in Google Meet on Diverse Devices for Seamless Engagement for 2024
- [Updated] Mastering Earnings via Sponsored YouTube Videos
- [Updated] Mastering Money-Making Enabling YouTube Monetization for Mobile Devices
- [Updated] Sound Innovation at Hand Dive Into Free, Easy Voice Overhaul Tools
- 7 Ways to Unlock a Locked Realme Phone
- Advanced Strategies for Windows 11 Defense: Masterful Use of Firewalls and Network Shielding Techniques
- Effektieve Backup-Oplossingen Voor Techproblemen Met Windows 10
- Fixed Bugs Ensure Uninterrupted Gameplay in Latest Destiny 2 Update for PC Gamers
- Guida Passo-Passo: Come Avviare Da Un Disco Esterno in Windows 10 E 11
- In 2024, Streamlined Design Integrating Gamers' Banner Templates
- In-Depth Analysis of iSkysoft Data Recovery Software – Assessing Its Advantages, Drawbacks, & Pricing Details
- Page Unavailable Error – The Requested Content Cannot Be Found
- Perfekt Laden Von Bildert Auf Das iOS-Gerät
- Scopri L'SSD Ad Alta Velocità SSD SATA III Per La Migrazione Intensiva Del Tuo Computer
- Simple Steps to Fixing Broken Xbox Series X&S
- Sprywanie Sąsiadów: Dla Co Akroni True Image Używa Wyjątkowych Strategii Klonowania
- Téléchargement Gratuit Et Création D’une Clé USB Bootable Avec Rufus Pour Windows 11
- Updated A Detailed Guide to Making Your Pictures Speak for 2024
- Title: Custom File Handling Actions: Mastering IAttachedFile
- Author: Michael
- Created at : 2024-10-27 20:20:07
- Updated at : 2024-10-28 18:46:12
- Link: https://fox-where.techidaily.com/custom-file-handling-actions-mastering-iattachedfile/
- License: This work is licensed under CC BY-NC-SA 4.0.