Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
1k 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. ...
3
votes
1answer
109 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. ...
3
votes
3answers
1k 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
2answers
311 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 ...
2
votes
2answers
223 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 ...
2
votes
1answer
107 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 ...
2
votes
2answers
838 views

Merge Module leaving files during uninstall

We have a Visual Studio 2008, Setup and Deployment, Setup Project which installs minimal files and runs some custom actions. We also have several Merge Module Projects that the Setup Project deploys. ...
2
votes
2answers
1k views

How merge module upgrades?

I can find plenty of info on how msi upgrades. E.g. info about minor upgrade, small upgrade, major upgade, and their use case and limitations. However, I cannot find info on the upgrade behavior of ...
2
votes
5answers
4k views

Crystal Reports Merge Module for Visual Studio 2008

Visual Studio 2008 did not include Merge Modules for Crystal Reports. This means that if you upgraded your Windows Forms application from 2005 to 2008 the reporting application would no longer work on ...
2
votes
2answers
2k views

Need merge modules from VS2005

I'm trying to use a merge module in my setup-project. But it seems like there are dependencies in it that require earlier versions of a couple of merge modules than I have (I've got VS2008). I need ...
2
votes
1answer
701 views

How to resolve merge module dependencies

I'm trying to add a merge module to my windows installer 3.1 project. It turns out that it has a dependency to another merge module ... which I also have added. But it seems like the first module ...
2
votes
2answers
943 views

Visual Studio 2003 Merge Modules

I am using Visual Studio 2005 to make an install. The application has a dependency on a DLL that was built with MFC 7.1 (from Visual Studio 2003). Are there merge modules for MFC 7.1 or other ...
1
vote
1answer
74 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
207 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 ...
1
vote
1answer
121 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 ...
1
vote
0answers
103 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. ...
1
vote
1answer
473 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 ...
1
vote
1answer
883 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
253 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
74 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 ...
1
vote
0answers
108 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) ...
1
vote
1answer
520 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
596 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 ...
1
vote
2answers
411 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
143 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 ...
1
vote
1answer
2k 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
vote
1answer
76 views

Updating prerequisites from MSI

I'm having an MSI installing MS VC runtime using merge modules. Microsoft has published an update for the MS VC runtime and also for the merge modules. Just replacing the new MSMs in the MSI doesn't ...
1
vote
4answers
5k views

Detecting x86/x64 and installing correct .msi

I am finalizing an application that will soon be submitted for Windows Logo Program validation. One of the requirements is x64 compatibility. Specifically, Crystal Reports 2008 must work under x64. ...
1
vote
1answer
1k views

Trying to use EnsureTable in Wix to fix Validation Errors

I hit numerous errors in Wix 3.0 when I tried to use the msvbvm60.msm merge module: C:\[...]: error LGHT0204 : ICE03: Table: Registry Column: Registry Missing specifications in _Validation Table (or ...
0
votes
0answers
40 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 ...
0
votes
2answers
127 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 ...
0
votes
1answer
272 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
178 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 ...
0
votes
1answer
175 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 ...
0
votes
1answer
53 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 ...
0
votes
1answer
121 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
137 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
255 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 ...
0
votes
1answer
314 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 ...
0
votes
2answers
2k 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
42 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
595 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 ...
0
votes
1answer
38 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. ...
0
votes
2answers
196 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 ...
0
votes
2answers
277 views

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: <CustomAction Id="LaunchAfterInstall" FileKey="foobar.exe" ...
0
votes
2answers
343 views

what is meant by dependencies in merge module?

what is meant by dependencies in merge module?
0
votes
1answer
196 views

How to upgrade from a .msi installer to a .msm for new version?

Say I have a component which is made up of a bunch of DLLs. And the component was released using a .msi installer for several versions. Now, we need it to be a .msm so that it can be included in ...
0
votes
1answer
216 views

Folder created by MSM not being removed on uninstall

I have an .MSI file created using VS2008. This .MSI is composed of a collection of merge modules, each of which basically installs one component of our application to its own folder. When I try and ...
0
votes
1answer
742 views

VS Setup Project: Add Start Menu link to a file in a Merge Module

I have created a new Visual Studio Setup Project that uses the output of another Merge Module project. The Merge Module contains files that will be installed into the "x:\program ...
0
votes
1answer
91 views

Stop merge module from rebuilding when nothing has changed

I have a solution that builds an .msi. That installer project depends on a merge module project which assembles various data files that need to be installed alongside the binaries. Even if I make no ...

1 2