Questions tagged [merge-module]

Merge modules provide a standard method by which developers deliver shared Windows Installer components and setup logic to their applications. Merge modules are used to deliver shared code, files, resources, registry entries, and setup logic to applications as a single compound file. Developers authoring new merge modules or using existing merge modules should follow the standard outlined in this section.

141 questions
0
votes
2 answers

Installshield - Merge Module - Dynamic destination directory based on user dialog input

I am trying to set the override the destination directory of the merge module as described here. I set the destination directory to [BIN]. BIN is public property. At compile time the value of [BIN] is C:\Program Files…
0
votes
1 answer

Post install action in installshield merge module

I am using installshield 2011. I have a merge module and I want certain exe to be executed after the merge module is installed. This exe is part of merge module files. Now when I write a custom action in the merge module, the action get executed…
Ramesh Soni
  • 15,867
  • 28
  • 93
  • 113
0
votes
1 answer

Installshield: file duplicate because of merge module

I have an InstallShield (2018, also happens in IS 11) setup with a lot of 3th party libraries. Among other things a merge module. This merge module have a file (call F). Now, there is an other library as a directory with a bunch of different files,…
Ralph Erdt
  • 537
  • 4
  • 16
0
votes
1 answer

Make installshield merge module installation path configurable for user

I have 2 custom installshield merge modules. I am using these merge modules inside a installshield project. Now I want when user run main installshield package then he should be able to select the installation path of 2 merge modules him self. Is it…
Ramesh Soni
  • 15,867
  • 28
  • 93
  • 113
0
votes
1 answer

How to know installation action in installshield merge module type project?

I am using installshield to build a setup project. I have one InstallScript type project in which I have multiple merge module project included. In each merge module I have some custom install script logic. I noticed that this install script logic…
Ramesh Soni
  • 15,867
  • 28
  • 93
  • 113
0
votes
1 answer

Wix: Reschedule RegisrySearch and set property in Merge Module

I have a merge module which searches for some registry locations to read values and save to Properties. Here is the code segment:
Farrukh Waheed
  • 2,163
  • 2
  • 29
  • 59
0
votes
1 answer

How to call merge module custom action from Installshield DoAction event?

I have a custom action in merge module and I am redistributing the merge module through InstallShield. Using DoAction event, I have called the merge module custom action on button click from InstallShield. But the custom action was not performed on…
0
votes
1 answer

InstallShield 2013 merge modules - what are they and how do they work?

We have a product that's been build using InstallShield 2013 that a client is trying to install on a machine without internet connectivity and it's being tripped up trying to download a Microsoft C++ module. When I open InstallShield and look at…
Ben_G
  • 770
  • 2
  • 8
  • 30
0
votes
1 answer

How to set a specific location for the content of a WIX merge module using Visual Studio

I'm making an msi that installs 2 plugins to the user's Roaming folder and one folder (+ its content) to a particular location on a machine: C:\UMI\temp. For the 2 plugins, everything is fine. It's with the folder that I have an issue. First, I need…
0
votes
3 answers

MSI DLL Custom Actions is not working well in installshiled

I have created merge module project in InstallShield 2014. I have added Custom Action in using CustomActions.dll. This CustomAction dll has Install Function. Example: customactions.dll BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call,…
Vijay Kumbhani
  • 734
  • 1
  • 6
  • 26
0
votes
1 answer

How to identify merge modules (.msm files)?

Many file types can be identified by their magic number, see e.g. here. I want to tell if a file is a Microsoft Merge Module (see here) Do Microsoft Merge Modules (.msm files) have a magic number? If not, how can I programmatically find out if a…
langlauf.io
  • 3,009
  • 2
  • 28
  • 45
0
votes
1 answer

Error 1001, can't find an actually present .manifest c# visual studio 2010

I'm trying to make a merge module of one versioning of one fully functional aplication, this version with modifications also is fully tested, at least the proyect itself, because, for some reason, even if i expressedly add the file, the .manifest…
0
votes
1 answer

WiX and Merge Modules - to include, or not, the policy files?

I am including the VS 2005 merge modules into an MSI. The code is in place and the MSI builds.