The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
34 views

Visual C++ Runtime 8.0.50727.6910 Merge Module

I have a DLL built against version 8.0.50727.6910 of VC80. On the original build machine I also had the appropriate merge module for redistribution of the DLL, presumably installed by some Visual ...
0
votes
2answers
129 views

Adding Merge Module to Wix Project Causes Upgrade to Fail

So, I have a product installer authored using WiX which is failing to upgrade correctly once the 'Microsoft_VC100_CRT_x86.msm' merge module is incorporated. The old product is not removed during the ...
0
votes
0answers
151 views

Visual studio 2008 with Old Crystal report and missing merge modules (2003?)

I've recently been asked to maintain an application using crystal reports. This really seems like a poisoned gift but i'm trying to make it work. I was told the last version of the application was ...
0
votes
0answers
51 views

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 ...
0
votes
1answer
228 views

How to get and run TWAIN DSM files?

When I run the Twain implemented framework I get this error: NO TWAIN DATASOURE IS NOT INSTALLED. I am using Window7 64-bit. I downloaded some drivers from SourceforgeTWAIN DSM FILES. The download ...
0
votes
1answer
94 views

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 ...
0
votes
1answer
75 views

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 ...
12
votes
1answer
262 views

Load class from registry using COM works with ToolsVersion=“2.0” but failes with ToolsVersion=“4.0”

I have a c# project which use an internal vb project as COM. When I converted the project to VS 2010 the following line Throw me an exception: Set RTCClient_ = New RTCCORELib.RTCClient the ...
1
vote
2answers
97 views

What is the proper way to use the same merge module in an MSI multiple times?

I am creating a windows installer script and I have two features to be installed in their own folder. I want to execute a merge module to BOTH of these folders. However, Windows Installer only allow ...
0
votes
2answers
114 views

WiX MSI behaves differently before and after removing CRT MSM

I've got an MSI built with WiX. It performs the following custom action: <CustomAction Id='StartTray' Directory='INSTALLDIR' ...
1
vote
1answer
166 views

Adding merge module in the case of a 64bit machine in Visual Studio 2010 Setup Project

I have a 32 bit application that depends on the Visual Studio 2010 C++ Runtime Redistributable. However in one part of my application I need to do dll injection. For reason I don't really want to get ...
0
votes
1answer
886 views

WiX - Set Merge Module Directory at Install Time?

I've created a merge module following the instructions in the Getting Started Wix guide located at: http://wix.sourceforge.net/manual-wix2/authoring_merge_modules.htm. Here is the merge module wxs: ...
0
votes
1answer
180 views

Is it possible to create a shortcut to a file that comes from a merge module in a Visual Studio Setup project?

I have a Setup and Deployment project in Visual Studio 2010 which is using some merge modules to install some dependencies that my program requires to run. One of the MSM files contains an executable ...
0
votes
0answers
194 views

Deploying application with merge modules - side by side assemblies

I have a WPF application that is built in VS2010, but references a C++/CLI library that was built in VS2008. The C++/CLI library uses the VC90 versions of the CRT modules (MSVCM90.dll, MSVCP90.dll, ...
1
vote
1answer
262 views

How do merge modules work and how can I get one for a version of Visual Studio I don't have installed?

I have a vendor dependency that depends on VS 2005. According to Depends.exe it matches to: x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.5592_none_cbf62b764709d1c9\MFC80.DLL ...
1
vote
0answers
130 views

Get A Merge Modules File ID to use as a version for the main installer

I have a merge module, where I am adding my directories and files etc. merge.msm inside here i hava a component with an id of somefile <Component Id="Client" Guid="GUID"> <File ...
1
vote
1answer
411 views

MSI: Reading properties from Custom Action in Merge Module (MSM)

I ran into this problem when trying to build an MSM. Apparently module properties (and all the identifiers for that matter) get renamed during the module generation by adding the module GUID at the ...
1
vote
1answer
1k views

Install Shield- Merge module dependency issues. Dll is not registering

My Issue: I have created two merge modules. Lets call them A and B. Merge Module B is dependent on A. A installs aaa.dll to windows side-by-side. B contains bbb.dll which registers during ...
0
votes
2answers
644 views

Wix: Passing Dialogue Control Values to Configurable Merge Modules

I'm having trouble accomplishing a task with the Wix Toolset. In particular, I have a scenario where I have an MSI that configures an MSM (Configurable Module). The MSI has a custom UI dialogue from ...
1
vote
1answer
324 views

Wix merge module upgrade code

I'm quite new to Wix so maybe this question doesn't make any sense, but why is there no upgrade code for merge modules? I currently have a small application for which I made a regular MSI. Now I would ...
0
votes
1answer
600 views

wix setup does not install VS 2005 merge module files

it might be a stupid question, but i've spent few hours testing various possibilities and didn't find the answer. I have one standard merge module prepared in VS 2005 (its probably fine, i've ...
0
votes
1answer
570 views

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 ...
3
votes
2answers
830 views

NSIS - Merge Modules

I'm looking for away to include into the installation the merge modules of VC2008 (mscrt90 and atl90) My main problem involved around bundling the policy file. I've no problem adding the DLL and the ...
0
votes
1answer
301 views

How to package and install a DB2 data server driver merge module using Visual Studio?

I'm trying to package and install the IBM DB2 v9.5 Data Server CLI and .NET driver merge modules using a Visual Studio 2005 setup package. I've got the ODBC/CLI and .NET merge module files added to ...
2
votes
2answers
401 views

Pass flag to merge module from wix installer?

We have merge modules that will installer pdb files when a certain conditional variable is true however we need this condition to be set. Can I set this condition in the wix installer and pass it ...
0
votes
1answer
87 views

ICE32 Error from MSM

I have 4 MSM's that are needed for one of my products and they are all producing ICE32 errors when included. This would normally not bother me cause they are external errors and I still get my MSI ...
1
vote
0answers
155 views

How can I replace a merge module with a <file>?

I had a problem installing my project on vista and 7 which I mentioned before here. ...
0
votes
1answer
172 views

How to cope with Install error 1920 about winsxs merge modules in Vista and 7?

When I try to install my msi package I get an error only in Vista and 7. "Error 1920. Service ... (...) failed to start. Verify that you have sufficent privileges to start system services" I get this ...
0
votes
1answer
341 views

Merge modules and the component GUID

I've read the http://robmensching.com/blog/posts/2003/10/18/Component-Rules-101 blogpost which is very enlightning. However, I still have some questions: What is the scope of a component GUID? How ...
0
votes
3answers
337 views

WiX major upgrade doesn't run when I remove a merge module from the project

I've got a WiX project that includes the installation of Visual C++ 2008 runtime components for x86 with a separated merge module. Unfortunately there's a well known issue with that .msm with MSI ...
2
votes
1answer
2k views

What are merge modules and how are they used?

What are merge modules and how are they used? I heard that they are .msm files, but I've never seen that before (I've only seen .msi). Are they used when you create msi files? Are they distributed ...
0
votes
1answer
646 views

InstallScript project giving Error 1706 when upgrading

I have an InstallScript project written from scratch in InstallShield 2010. It contains, amongst other things, three native InstallShield objects and four InstallShield Merge Module Holder Objects ...
1
vote
1answer
1k views

Can MSM (Merge Module) files be used within Inno-Setup?

Can I include a MSM file and execute it within Inno-Setup? If not, how would I properly install a merge module? I am needing to install SOAP3 with my application and need a bit of guidance. Will I ...
1
vote
0answers
377 views

Installing Win32 shared SxS policy via WiX 3.0 MSM fails for 2nd app

I am attempting to author a merge module for use by multiple application installers to install a Win32 Shared SxS Assembly and its associated Policy. I'm using WiX 3.0 to generate the MSM and test ...
1
vote
1answer
113 views

Is it possible to override the behavior of a merge module

Supposing I have a merge module that installs a file "MyFile.txt" to a certain location, and that I wish to use that merge module, however I want to supply a different copy of "MyFile.txt" from the ...
2
votes
0answers
174 views

Install different version of merge module depending on processor architecture

I have a Windows .net solution that is deployed with a Visual Studio Deployment project. My exe is a win32 app that runs fine on either a x86 or x64 windows. However I included a merge module (*.msm) ...
0
votes
5answers
5k views

Extracting files from merge module

All I want is a command-line tool that can extract files from a merge module (.msm) onto disk. Said differently, I want the same "administrative install" functionality that is possible for an MSI: ...
0
votes
1answer
67 views

Refreshing a merge module's file system references

I'm regularly facing the problem that my merge module's references get out of sync with the file system. Between two builds, the content of some directories changes. Some files get removed and some ...
0
votes
1answer
864 views

How can a wix custom action dll call be made to use the debug runtime via a merge module?

I'm trying to create a debug build with a corresponding debug installer for our product. I'm new to Wix so please forgive any naivety contained herein. The debug Dlls in my project are dependent on ...
1
vote
1answer
723 views

Help with ActiveX Install? Merge Modules - Windows Vista and Windows 7

I'm building an ActiveX control installer in VS2008 which uses both the CRT and MFC merge modules to install. When my control tries to register on Windows 7 it fails. Dependency Walker says I'm ...
1
vote
1answer
816 views

How do I pass custom action data from a Visual Studio Setup MSI to an output project via a Merge module

I have a fully working Setup project within Visual Studio 2008 that takes inputs from a UI and passes them via a Custom Action to the output - this works perfectly. Now I have to change this so that ...
0
votes
1answer
53 views

How do I customize what a third party MSM does?

I'm trying to convert a project in Visual Studio 2008 from static linking of the CRT to dynamic linking. This was easy enough, and I added the CRT MSM and policy MSM to my Wix file with no problems. ...
2
votes
1answer
148 views

COM deployment dependencies

I have been running in to an issue where a COM dll that I am distributing with my application fails to register because the atl.dll is not registered on the machine. The quick fix is to have the run ...
1
vote
2answers
628 views

Change Wix Merge Module Package GUID?

When is it necessary to change the package GUID of a merge module? <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Module Id="MyMergeModule" Language="1003" Version="1.0.0.0"> ...
1
vote
1answer
243 views

Merge Module problem from Dark.exe decompliation

I have been working for quite sometime to transfer all of the installations for my job from Wise for Windows Installer to WiX. Started with the obvious step (given the number of installations to ...
4
votes
1answer
2k views

Bootstrapper: Check if msi version is installed before running

I'm trying to find a solution for the following issue: I have numerous programs (lets call them slaves) that all rely on a single program (master). I need to distribute an installer for each slave. ...
0
votes
2answers
299 views

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 ...
3
votes
1answer
153 views

How can an MSI prompt the user for parameters to configure an MSM?

I have an application BACK which is packaged in an Merge Module, and installed with another application FRONT which is in the main MSI package. These are created via projects in MS VisStudio 2008. ...
5
votes
3answers
2k views

Build merge module without Devenv from .vdproj

I read quit a few Stackoverflow Questions about building mergemodules via commandline but all of them were accepted when either somebody suggested to use devenv for compilation or use Dark to create ...
2
votes
1answer
3k views

Wix: Merge Module with multiple wxs files

So, I am trying to create a merge module where I have multiple wxs files. I thought that everything was OK since the build of my project succeeded. Later, I realized that the path used in Source ...

1 2