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
1 answer

Can we extract the msi file from burn setup?

Kindly please help me to know is it possible to extract the msi file from burn exe(exe developed using burn bootstrapper concept)? Also, i want to know is it possible to pass an burn exe as Merge Module for installation package?
0
votes
1 answer

ICE30 when compiling with two Merge Modules

I am receiving an ICE30 when I am trying to compile my WiX installer project. The complete error is below: ICE30: The target file 'DPFPSH~1.DLL|DPFPShrNET.dll' is installed in '[TARGETDIR]\Windows\DPDrv\' by two different components on an…
Justin Loveless
  • 524
  • 1
  • 10
  • 25
0
votes
0 answers

Use directory from main setup in merge module

I need to install the content of a merge module to a special (sub) folder set in the main setup. Currently all our setups contain a directory with a special name (ex. "PROGDIR") and we use InstallShield's Direct Editor so give the directory in the…
linac
  • 532
  • 6
  • 14
0
votes
1 answer

WIX - Unregister COM component during Uninstall

I have a couple of COM components which i register during installation. These COM components are part of a Merge Module which I include in my WIX project. I used used the below code for registering
Nithin Kamble
  • 45
  • 1
  • 5
0
votes
1 answer

WiX to create a simple installer and merge module for my C# application

I am new to software development (though not programming). I am in the process of delivering my first application for commercial release, and I am in need of a single-click installer package. I looked into a number of solutions - I coded my own in…
theGreenCabbage
  • 5,197
  • 19
  • 79
  • 169
0
votes
1 answer

VC 2012 merge modules under Windows XP

We have a VC++ 2012 application for native Windows (classic fat app) Also we have a NSIS based installer. I would like to add the VC110_CRT merge modules to the installer but the merge modules cannot be installed on Windows XP. The error Message…
nobs
  • 708
  • 6
  • 25
0
votes
1 answer

Installshield MSI - Uninstall Merge Module in Patch

New to InstallShield and BasicMSIs. We have a base installation that includes a merge module (licensing software) We are now releasing a patch to update some of our software including a new version of the licensing software that is no longer…
AllStar11
  • 165
  • 1
  • 3
  • 11
0
votes
2 answers

How would I include a (VFP) merge module in an ASP.NET Web Deployment Project?

I have an ASP.NET application that is installed using a Web Deployment Project. I'd like to add the Visual FoxPro merge module to the installer. Does anyone have examples of how to do this - or how to install any merge module in a Web Deployment…
dommer
  • 19,610
  • 14
  • 75
  • 137
0
votes
1 answer

Unable to fetch the install location property in a deferred custom action

I have written this code after reading the link: http://blogs.technet.com/b/alexshev/archive/2008/03/25/property-does-not-exist-or-empty-when-accessed-from-deferred-custom-action.aspx
teenup
  • 7,459
  • 13
  • 63
  • 122
0
votes
1 answer

VC Merge Modules Not Updating

I posted an issue a while back: https://stackoverflow.com/questions/16123872/visual-c-runtime-8-0-50727-6910-merge-module where I had an issue that I could find a particular version of a merge module. I have since attempted to reinstall SP1 of both…
0E322070
  • 762
  • 1
  • 5
  • 15
0
votes
2 answers

How do I execute file installed by merge module?

I am using WIX and have successfully used a custom action to execute installed file at the end of installer like this:
Juozas Kontvainis
  • 9,461
  • 6
  • 55
  • 66
0
votes
2 answers

what is meant by dependencies in merge module?

what is meant by dependencies in merge module?
shwet
0
votes
0 answers

Why can't my program find the VC++ Runtime?

I'm trying to package Unison (not really my program) into an easy to use installer. Tl;dr: a screenshot. When I install and run it on the test machine, it says This application has failed to start because the application configuration is incorrect.…
0
votes
1 answer

SQL Server CE runtime in C# project?

I have an app using SQL Server Compact Edition. So I need the runtime to be on all the machines. I've been looking for the merge modules for the runtime however I've had no luck there. Is there a way to bring the runtime into the app itself? And in…
0
votes
1 answer

Merge module upgrade problems

I have an MSI/WIX installer project that consists a merge module, which installs drivers for some custom USB hardware. New versions of the installer are produced regularly, but the merge module has not changed for some time. However, when an…
Tom Davies
  • 2,386
  • 3
  • 27
  • 44
1 2 3
9
10