473,406 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Setup & Deployment - merge modules causing compiler warnings

I have an installer that requires three merge modules (ATL, CRT, and
MFC), and after adding them in, I get the following warnings when I
build the MSI:

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')

The MSI seems to work fine, but I'm wondering if there's a way to get
rid of these warnings. Seems like I might be including multiple copies
of the same files in my build, and would like to avoid that.

Apologies if there's a previous post on this topic - I couldn't find
one.

Thanks.

Sep 25 '06 #1
1 4270
Well, here's one thing you can do. You can use Orca to view the merge
modules and see if you are including any of the same files as the merge
modules. This works most of the time for me, but, since I'm not an expert on
merge modules, I don't get it when a merge module doesn't list the files
it's including.
Anyway, it's a starting point.

Steve

<mj****@gmail.comwrote in message
news:11**********************@i42g2000cwa.googlegr oups.com...
>I have an installer that requires three merge modules (ATL, CRT, and
MFC), and after adding them in, I get the following warnings when I
build the MSI:

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')

WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')

The MSI seems to work fine, but I'm wondering if there's a way to get
rid of these warnings. Seems like I might be including multiple copies
of the same files in my build, and would like to avoid that.

Apologies if there's a previous post on this topic - I couldn't find
one.

Thanks.

Sep 25 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Darwin Fisk | last post by:
I have an app that is deployed that uses .config file settings. I have an update of that app that I am installing using a setup and deployment project. The basic setup process works fine. Now I...
3
by: Ryno Rijnsburger | last post by:
I am busy packaging our product as a standard Setup project in VS.NET that uses a bunch of merge modules (basically, a merge module for every key infrastructure component in our system). Part...
0
by: forge | last post by:
Installing Merge Modules from C# Windows Form Application (not using a setup and deployment project) Hi, Currently, we have an InstallShield project that creates a setup.exe that only...
6
by: Simon Jefferies | last post by:
Hello, I've created a setup project and when I run the .msi I get the following message. "The installer has encountered an unexpected error installing this package. This may indicate a...
5
by: rawCoder | last post by:
Hi All, In Visual Basic .NET , your function definition might requirre you to return a value but (accidently/intentionally) you dont put any 'return value' in the function. In this case VB...
0
by: segal.aviad | last post by:
Hi, I'm trying to create a customized setup project for my application. I want to write a setup project which will install several merge modules (- this I know how to do). Before running the...
2
by: Michael Kalika | last post by:
Hi, We have developed a VSTO 2005 Excel application and we would like to leverage ClickOnce deployment mechanism for distribution of this application. How can we do that? I was digging in MSDN...
3
by: KimberlyM | last post by:
This has been driving me crazy. I hope someone can help. The site displays perfectly in FF but all div's do not show in IE. Please help me find the problem! Thanks! Here is my css. ...
0
by: Andrus | last post by:
I created .NET 3.5 SP1 Winforms application setup by pressing publish button in VCSE 2008 SP1 Running created setup.exe in same computer causes error below "Reference in the manifest does not...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.