IPowershellScriptFile

Declaration

IPowershellScriptFile : ICustomAction

Overview

This interface facilitates editing custom action that allows launching a Powershell script file into execution.

Properties

String ScriptFileFromDisk - Gets or sets the path from disk to the script file on the installed machine. Supports MSI Formatted.

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).

See also

ISearch

IAdvinstProjectTypes