Tagged Questions

1
vote
1answer
14 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
1answer
15 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 …
1
vote
0answers
23 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. …
2
votes
2answers
89 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 …
1
vote
2answers
143 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
3answers
896 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 …
0
votes
1answer
201 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
3answers
130 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. …
0
votes
2answers
72 views

Folder created by MSM not being removed on uninstall.

Hi 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 …
0
votes
2answers
49 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
55 views

what is meant by dependencies in merge module?

what is meant by dependencies in merge module?
0
votes
1answer
90 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
2answers
257 views

Need merge modules from VS2005

Hey guys! 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 …
0
votes
1answer
216 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
3answers
219 views

Installing a merge module as well as “consuming”

I've got a couple of solutions that represent a framework of code that I've built up at work. One solution called 'Framework' and another called 'Extensions'. The reason I split them is that the …

1 2 next
15 30 50 per page