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

ISearch

IAdvinstProjectTypes