Custom File Handling Actions: Innovative Approaches
Custom File Handling Actions: Innovative Approaches
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.
IFileCustomAction
Declaration
IFileCustomAction : ICustomAction
Overview
This interface facilitates editing custom action that allows the launching of a file into execution or opening of a folder (the same action that occurs when you double-click it in Explorer).
Properties
String FilePath - Gets or sets the full path of the file you want to launch.
String CommandLine - Get or sets the command line arguments for launching executable file.
String WorkingDirectory - Get or sets the working directory for launching executable file.
Bool HideProgramWindow - Gets or sets the property of the custom action to make main window or console of the launched program not visible.
Bool RunAsAdministrator - Gets or sets the property of the custom action to run as administrator.
Bool Use64BitLauncher - Gets or sets the property of the custom action to use a 64-bit process to launch the file.
Example
$advinst = new-object -com AdvancedInstaller $project = $advinst.CreateProjectS(“architect”) $project.FilesComponent.AddFileS(“appdir”, “D:\MyApp.exe”) $custAct = $project.CustomActionsComponent.NewLaunchFileFromDisk(“[#MyApp.exe]“)
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] Immersive Sound Listening on the Go With iPhone
- [New] Remote Recording Techniques for Podcasts for 2024
- [Updated] Keeping It Secretive Watching Instagram Live Undetected
- 2024 Approved The Comprehensive Guide to Adding a Link in Your TikTok Profile
- AI in Your Browser: The Best 8 Extensions for Task Efficiency
- Busting Stereotypes: Truths Behind Language Learning
- Discover the Optimal Techniques for Cable-Free Mi TV and PC Screen Mirroring
- Download Your Favorite Songs at No Cost Using Top-Rated Safari MP3 Downloader
- Expert Techniques for Inserting PDF Content Into Existing Files - A Complete Replacement Guide
- Guide to Uncovering Active Software Installations on PC or Mac
- In 2024, Sync Across Platforms Downloading and Storing GIFs From Facebook
- Is It Possible for Malicious Software to Conceal Within BIOS Systems? Securing Your Computer Against Viruses
- Mastering Audio Capture on Your Mac with Apowersoft - The Complete How-To Guide
- Selecting Superior Selfie Equipment: A Comprehensive Tutorial with 6 Pro Tips
- Title: Custom File Handling Actions: Innovative Approaches
- Author: Michael
- Created at : 2024-10-06 02:15:39
- Updated at : 2024-10-10 23:52:11
- Link: https://fox-web3.techidaily.com/custom-file-handling-actions-innovative-approaches/
- License: This work is licensed under CC BY-NC-SA 4.0.