IProperty
Declaration
IPowershellScriptFile : ICustomAction
Overview
This interface facilitates editing custom action that allows launching a Powershell script file into execution.
Properties
String ScriptFile - Gets or sets the path to the script file.
Bool Is32Bit - Gets or sets the property of the custom action to run the 32-bit PowerShell executable. If Is64Bit value is also “true” then runs the Operating System bitness PowerShell executable (32-bit on x86 operating systems, 64-bit on x64).
Bool Is64Bit - Gets or sets the property of the custom action to run the 32-bit PowerShell executable. If Is32Bit value is also “true” then runs the Operating System bitness PowerShell executable (32-bit on x86 operating systems, 64-bit on x64).