1. PowerShell Scripting Essentials: A Beginner's Guide
1. PowerShell Scripting Essentials: A Beginner’s Guide
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:
- [New] 2024 Approved Top-Tier Business Data Haven Selection
- [New] Professional Photoshop Practices for Facial Pixelation
- [Updated] 2024 Approved From Beginner to Pro Transforming Windows Videos with Minimal Tools
- Creating Professional Gameplay Archives with FBX
- Efficient File Management with IniFile Component: A Comprehensive Guide
- Elevating Mobile Messaging Customizing WhatsApp Ringtones on iPhones/Androids
- Eliminating Unwanted Default Search Changes: A Tutorial with MalwareFox Solutions
- Ensure Safe Entry: The Basics of Effective Authentication Methods
- Frequently Asked Questions: Mastering ApowerREC Task Recording Features
- Guide: Applying a Snowy Backdrop to Pictures for Perfect Insta Shots
- How To Transfer Data From iPhone 6 Plus To Other iPhone? | Dr.fone
- In 2024, Easy Tutorial for Activating iCloud from iPhone 15 Safe and Legal
- Latest Release: Govee's Innovative AI-Powered Gaming Illuminator & Dazzling Neon Rope Light
- Managing Short-Term File Tasks on Windows Explorer's Directory Pages
- New Top 5 Udemy Subtitle Translation Tools for Seamless Auto Translations for 2024
- Refining Interaction Flows Between Parents and Kids: Strategies & Tips
- Save Your Footage! How to Retrieve Deleted Content From Sony Handycam
- Step-by-Step Tutorial: Implementing a USB Flash Drive Antivirus Solution
- Understanding AI Types: Public, Private, and Personal – How Do They Compare?
- Title: 1. PowerShell Scripting Essentials: A Beginner's Guide
- Author: Jason
- Created at : 2024-10-05 21:07:33
- Updated at : 2024-10-10 20:21:36
- Link: https://fox-useful.techidaily.com/1-powershell-scripting-essentials-a-beginners-guide/
- License: This work is licensed under CC BY-NC-SA 4.0.