Enhancing Attachments with IAttachedFile - Advanced Action Guide
Enhancing Attachments with IAttachedFile - Advanced Action Guide
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:
- [4 Шага] Поддержание Одинаковых Папок Windows: Идеи Для Синхронизации Данных Между Компьютерами
- [New] In 2024, Expert Insights Into .MOV File Recording on Latest Win 11 Edition
- [Updated] Educator's Essential Video Recording Gadgets Top 10 Picks for 2024
- 15 Best Strongest Pokémon To Use in Pokémon GO PvP Leagues For Samsung Galaxy S23 Tactical Edition | Dr.fone
- 四种简单的SD卡数据恢复技巧
- Effortless Techniques to Retrieve Data From Contaminated Hard Drives (फ्री)
- How to Correct Windows Upgrade Hurdle: Error XC004F050
- In 2024, Converting YouTube Videos Into Engaging GIFs on Devices
- In 2024, How does the stardust trade cost In pokemon go On Apple iPhone 14 Pro Max? | Dr.fone
- Preorder Now: Save Big on the Powerful & Portable Qualcomm Snapdragon X Elite Desktop Development Kit
- Recherche De Photos Perdues Sur Un Disque Dur Externe Sous Système D'exploitation Windows
- Ultimate Guide: Solving the Top 5 Issues with iPhone Data Transfer Jams
- Title: Enhancing Attachments with IAttachedFile - Advanced Action Guide
- Author: Michael
- Created at : 2024-10-27 20:59:39
- Updated at : 2024-10-28 18:06:08
- Link: https://fox-where.techidaily.com/enhancing-attachments-with-iattachedfile-advanced-action-guide/
- License: This work is licensed under CC BY-NC-SA 4.0.