merge-module Questions

4

Solved

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 creat...
Fluttery asked 8/10, 2009 at 14:11

2

I have a MSM file from a third party tool. We customize the MSM with a small script and this tool is integrated into our installer and works fine. All modification is done with VBscript using COM a...
Ingeborgingelbert asked 18/9, 2018 at 12:27

1

Solved

I've been using VS 2015 for a while now and just upgraded to VS 2017 when it launched yesterday (2017-03-07). I installed with only the .NET desktop and C++ desktop workflows, without changing any ...
Tess asked 8/3, 2017 at 17:8

3

Solved

When products A and B each install several MSIs and some of the MSIs are the same, will uninstalling either A or B affect the other? Does install location matter? Also, what happens when common MS...
Cynic asked 18/7, 2014 at 22:58

4

I'd like to parse merge module files into two different locations. Is it possible? <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="MergeRedirectFolder"> <Componen...
Acquire asked 5/5, 2015 at 8:6

1

Solved

I have .net project which I converted from VS 2010 to VS 2012. I am building a setup for the project through InstallShield Limited Edition but I get following error. ISEXP : error : -5008: This 3...

4

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 t...
Chesterfieldian asked 27/3, 2011 at 20:25

2

Solved

I have two custom actions, one of which I'd like to execute when my product is installed and the other when it is uninstalled. My custom action is currently called from a merge module after the "I...

1

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 RTCC...
Contrabandist asked 20/9, 2012 at 7:46

5

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: ...
Isomagnetic asked 23/4, 2010 at 18:0

2

Solved

Following the excellent suggestion I have moved some variables to WXI file. How do I include it in WXS file?
Spiegleman asked 21/8, 2009 at 8:59

5

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...
Yellowtail asked 15/7, 2009 at 1:14

1

Solved

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...
Smacker asked 26/7, 2010 at 5:1

1

Solved

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...
Gyroscope asked 10/12, 2009 at 23:12

2

Solved

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...
Budde asked 19/8, 2009 at 2:30
1

© 2022 - 2024 — McMap. All rights reserved.