IProperty Copy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

IPowershellScriptFile : ICustomAction

OverviewCopy link to this sectionLink to this section copied!

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

PropertiesCopy link to this sectionLink to this section copied!

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