Mastering Automation with PowerShell Script Files: An Introductory Tutorial
Mastering Automation with PowerShell Script Files: An Introductory Tutorial
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.
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
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:
- [Updated] 2024 Approved Download and Translate YouTube Videos for Free
- [Updated] 2024 Approved Journey Through Simulated Realities VR Basics
- [Updated] 2024 Approved Mastering the Art of Video Production Initial Setup
- 2024 Approved Prime Photo Enhancements at No Charge #15 to Check Out Today
- Acer Predator XB271HU Driver Download: Fast and Simple Installation Guide
- Come Scaricare E Copiare Un DVD Sul Tuo Computer Con L'Utilizzo Di Software MoviMaker
- Effective Strategies for Handling Edit Conflict Resolutions
- Effortlessly Shift Snapshots: Android to Mac Integration Guide
- In 2024, Ways To Find Unlocking Codes For Vivo Y36 Phones
- Mastering Steam Content Troubleshooting
- Optimizing Stability: Keeping Hell Let Loose Playable on Your Computer
- Stealthy Threats: Understanding How Malware Evades Task Manager Monitoring - Expert Analysis From MalwareFox
- The Top 10 Leading Twitch Broadcast Tools - Ranked and Reviewed
- Ultimate Guide: How to Effortlessly Burn a CD Using Windows
- Unlocking iDefault Program Features: Expert Tips & SEO Strategies for Maximum Efficiency
- Title: Mastering Automation with PowerShell Script Files: An Introductory Tutorial
- Author: Anthony
- Created at : 2024-10-08 18:34:11
- Updated at : 2024-10-11 04:04:56
- Link: https://fox-shield.techidaily.com/mastering-automation-with-powershell-script-files-an-introductory-tutorial/
- License: This work is licensed under CC BY-NC-SA 4.0.