Custom Actions with Property Files in SharePoint - Best Practices
Custom Actions with Property Files in SharePoint - Best Practices
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.
IScriptFileFromPropertyCustomAction
Declaration
IScriptFileFromPropertyCustomAction: ICustomAction
Overview
This interface facilitates editing custom action that allows the launching script file into execution using a property to specify the script file path.
Properties
String PropertyName - Gets or sets the name of the property that will be used to launch the script.
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] 2024 Approved Brand Yourself Differently Strategies for Finding Uncommon Names
- [New] Shortcut to Success The Top 5 YouTube Link Trimming Apps
- [Updated] TikTok BGs Exploring Affordable, Eye-Catching Visuals
- 12 Free Apps for Streaming Movies
- 2024 Approved The Ultimate List of Accessories to Enhance Your SJ4000
- Advanced Organizing with iFolder: Mastering Seamless File Handling Operations
- Bypass iCloud Activation Lock with IMEI Code On Apple iPhone 12 mini
- Effective Techniques to Eliminate Repeated Entries in iOS Contact List
- Essential Steps: Setting Up the Prerequisite Installation Panel
- Exploring the World of Cloud Antivirus - Why It's Superior to Conventional Antivirus Programs
- In 2024, 14 Effective Methods Zero Budget Webinar Recording Tips
- In 2024, How To Check if Your Vivo Y56 5G Is Unlocked
- Search Optimization Tips: The Ultimate Guide to Using Edit Search Dialogs Effectively
- The Essential Top 10 Windows 10 Applications Every User Should Install
- Ultimate Guide: Capturing Audio Using a Chromebook Efficiently
- Windows Media Player Compatible Video Converter: Effortless Format Transformation
- Title: Custom Actions with Property Files in SharePoint - Best Practices
- Author: Timothy
- Created at : 2024-10-09 23:56:26
- Updated at : 2024-10-11 04:01:33
- Link: https://fox-within.techidaily.com/custom-actions-with-property-files-in-sharepoint-best-practices/
- License: This work is licensed under CC BY-NC-SA 4.0.