Universal Module Merger Component: Easy Integration Made Simple
Universal Module Merger Component: Easy Integration Made Simple
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
* 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.
IMergeModulesComponent
Declaration
IMergeModulesComponent : IDispatch
Overview
This interface is meant to add a new merge module, delete or edit the existing ones.
Properties
Array
Methods
AddMergeModule(String aSourcePath) returns IMergeModule
Adds a new merge module from the specified file path on the disk. The file must be a valid merge module.
RemoveMergeModule(IMergeModule aMergeModule)
Removes a specified merge module from the project.
Example
$advinst = new-object -com AdvancedInstaller
$prj = $advinst.CreateProjectS(“architect”)
$newMsm = $prj.MergeModulesComponent.AddMergeModule(“C:\Program Files (x86)\Common Files\Merge
Modules\Microsoft_VC140_DebugMFC_x64.msm”)
Copy
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] Reviewer’s Guide to Yuneec Typhoon H Performance for 2024
- [New] The Peculiar Plight Dissecting 'Goofy Chronicles'
- [Updated] In 2024, Streamlined Process Altering Video Direction in VLC
- Comment Cloner Un Nouveau Disque De Démarrage Sur Un SSD Pour Windows 11, 10, 8 Ou 7: Tutoriel Complet
- Community Cinema Collector Pro
- Discover Why ChatAi GDT & AiChat Stand Out as Top-Ranking AI Chatbot Apps for Downloads
- High-Fidelity Feat Hero5 Black vs Hero4 Silver Edition Battle for 2024
- How to use Snapchat Location Spoofer to Protect Your Privacy On Honor X50i? | Dr.fone
- Locating Lost Images on Your External HDD: A Step-by-Step Guide with Four Strategies
- Pasos Sencillos Para Hacer Respaldo De Windows Server 지원 2012 (R2) a Un Servidor NAS Synology
- Stand Out as an Elite Gamer on Youtube for 2024
- Troubleshoot Copy & Paste Problems in Windows 11 with These Proven Solutions
- Unveiling the Best Features of the Samsung Galaxy Tab S7 – A Detailed Perspective for Android Lovers
- Verständlich Gemacht: Benötigen Sie Für Den Datentransfer Zum Neuen iPad Nur Wenige Minuten?
- Videoarchivierung: Identifizierung Der Speicherorte – Fragen Zur Organisation Und Auffindbarkeit Ihrer Inhalte
- Wie Kann Man Versehentlich Gelöschte Dokumente Aus Dem Papierkorb Wiederherstellen?
- Wiedergewinnung Von Datensätzen Aus Einer Defekten SSD Auf Einem Nicht Mehr Funktionierenden Laptop - 2 Methoden
- Title: Universal Module Merger Component: Easy Integration Made Simple
- Author: Robert
- Created at : 2024-10-13 18:18:22
- Updated at : 2024-10-16 18:51:15
- Link: https://fox-triigers.techidaily.com/universal-module-merger-component-easy-integration-made-simple/
- License: This work is licensed under CC BY-NC-SA 4.0.