1. Custom Action with Installed Script File: A Comprehensive Guide
1. Custom Action with Installed Script File: A Comprehensive 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.
IInstalledScriptFileCustomAction
Declaration
IInstalledScriptFileCustomAction : ICustomAction
Overview
This interface facilitates editing custom action that allows the launching of a script file into execution, but it must be scheduled after the files have been deployed on the target computer.
Properties
IFile File - Gets or sets the full path of the file you want to launch.
String ScriptType - Get or sets the script type. Supported values are: javascript, javascript64, vbscript, vbscript64.
String FunctionName - Gets or sets the name of a function JavaScript or VBScript type.
String ActionData - Gets or sets the value of the CustomActionData property. This property can be retrieved as a regular property inside Deferred custom actions and it is available only for DLL, JScript and VBScript custom actions. A common usage scenario is to use the CustomActionData property in Rollback Custom Actions since they are also deferred.
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] In 2024, Slidecasting Simplified A Modern, Webcam Approach
- [New] Mastering the Algorithm Boosting Instagram Engagement for 2024
- [New] Top Techniques Succeeding in Spotify Advertising for 2024
- 1. Reviving Lost Files: Expert Guide on Using Acer eRecovery for Data Restoration
- 2024 Approved Demystifying the Public's VLLO Interpretation
- 两种键入Windows 11 USB引导步骤与小技巧
- Best 15 Action Cam Footage Editors for 2024
- Comprehensive Guide: Resolving Code 6BA Error During Windows System Updates
- Guide Facile Et Efficient À La Fabrication D'un CD Sauvegarde Sur Windows 11/8/7
- How to Retrieve Your Files: A Step-by-Step Guide on Restoring a Mistakenly Formatted Disk
- New 2024 Approved Ballad Barren Builder Create Personal Accompaniment Music
- Recover Deleted Items Following a Clean Start with Windows 11 | Efficient Recovery Techniques Explained
- Top iPhones's GIF Apps Unveiled
- Unlocking iPhone XS Lock Screen 3 Foolproof Methods that Actually Work | Dr.fone
- XFX Driver Recovery Ensures Display Integrity
- Title: 1. Custom Action with Installed Script File: A Comprehensive Guide
- Author: David
- Created at : 2024-11-14 19:37:19
- Updated at : 2024-11-22 02:16:32
- Link: https://fox-zaraz.techidaily.com/1-custom-action-with-installed-script-file-a-comprehensive-guide/
- License: This work is licensed under CC BY-NC-SA 4.0.