Universal Module Merger Component: Easy Integration Made Simple

Universal Module Merger Component: Easy Integration Made Simple

Robert Lv8

Universal Module Merger Component: Easy Integration Made Simple

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.

https://techidaily.com

Properties

Array MergeModules - Gets the collection of project merge modules.

https://techidaily.com

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

https://techidaily.com

See also

IMergeModule

IProductDetails

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:

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