Mastering Modular Architecture with iBuildComponent Solutions
Mastering Modular Architecture with iBuildComponent Solutions
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
* IBuild
* IMsiBuild
* ITextFileUpdatesComponent
* ITextUpdateFile
* ITextUpdateAppendOrCreate
* ITextUpdateReplace
* IFileAssociations
* IDefaultProgramFA
* IExtensionFA
* IProgIdFA
* IVerbFA
* IEnvironment
* IEnvironmentVariable
* IProductCode
* IUpgradeCode
* IMergeModulesComponent
* IMergeModule
* IDigitalSignature
* ICustomActionsComponent
* 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.
IBuildComponent
Declaration
IBuildComponent : IDispatch
Overview
This component gives access to builds present in the package and lets you add or remove builds.
Properties
Array
Methods
NewMsiBuild(String name) returns IBuild
This method creates a new msi build with the specified name and returns the newly created build.
NewMsixBuild(String name) returns IBuild
This method creates a new msix build with the specified name and returns the newly created build.
RemoveBuild(IBuild build)
Removes the specified build from the project.
CreateKeyByPath(String path) returns IRegistryKey
This method creates a new key at the specified path.
See also
Topics
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] Streamlined Technique Converting Vimeo Videos to Animated GIFs
- Best Free Screen Recording Software Replacements for PC & macOS
- Effective Methods of Dispatching Text Messages via Computer: A Guide for Android Mobile Users
- Efficient Methods for Moving Videos Onto Your Samsung Galaxy Note 3
- Expert-Approved 4K Video Editing Software The Top Choices for 2024
- Guide to Discovering MP3 Files with Kitty Calls and Meows
- In 2024, Remove Device Supervision From your iPhone XS
- In 2024, The Pathway to Popularity on Instagram From Zero to a Thousand in 30 Days
- In 2024, The Ultimate Guide to Windows 10'S Best New Applications & Games
- Proven Ways in How To Hide Location on Life360 For Itel S23+ | Dr.fone
- Step-by-Step Guide: Eliminating White Canvas in Images
- Unveiling Bing – How It Works and Why You Should Use It
- Title: Mastering Modular Architecture with iBuildComponent Solutions
- Author: Michael
- Created at : 2024-10-05 04:13:28
- Updated at : 2024-10-10 19:56:32
- Link: https://fox-web3.techidaily.com/mastering-modular-architecture-with-ibuildcomponent-solutions/
- License: This work is licensed under CC BY-NC-SA 4.0.