473,732 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Set Author: a Merge Modules/Set Up question

Frinavale
9,735 Recognized Expert Moderator Expert
I am currently working with a Merge Module and Installation project.

I would love to know how to specify where the module should be installed to.

By default it is being installed into "C:\Program Files\Default Company Name\" which is not what I want.

I'm not sure how to set this to what I want it to be.

I have noticed that there is an Author property (under the KeyOutputs property) on the Merge Module once it's included the Installation/Set Up project...this property's value is set to "Default Company Name" and it is not editable.

I think my path being set to "Default Company Name" has something to do with setting the Author property...howe ver I cannot find any information on how to go about fixing this....there is very limited amount of information out there about Merge Modules.

Any hints on how to accomplish this would be greatly appreciated.

Thanks,

-Frinny
Dec 11 '08
16 1669
Frinavale
9,735 Recognized Expert Moderator Expert
Great, I don't even see any author settings in any of the tables in the .msm files I thought might be used to set the settings.

Why is such a simple question like "How do I change the default path of where my application is installed?" turning out to be so complicated?
Dec 11 '08 #11
Plater
7,872 Recognized Expert Expert
See? Just click and type?
Attached Images
File Type: jpg mergemod.JPG (7.9 KB, 132 views)
Dec 11 '08 #12
Frinavale
9,735 Recognized Expert Moderator Expert
:) I don't know why I didn't select the project, then hit the properties tab to view the properties...I instead right clicked and selected properties and it came up with something completely different.

Thanks to Plater I was Finally able to edit my Author settings (gurr I wish I knew yesterday so i have to research the heck out of merge modules all morning)

I'm trying it now to see if it makes a difference.

Thanks Plater
Dec 11 '08 #13
Frinavale
9,735 Recognized Expert Moderator Expert
Well it wasn't the Author settings after all.

There were a bunch of properties that I didn't see because I right clicked on the Install Project and selected "properties "and after filling out these properties everything was solved.

If you right click on the Install Project in the Solutions page it'll bring up a "Properties Page" dialog for the project....whic h does not include any useful property information. It includes properties for seeing as the output file name, package files, compression and other things used when compiling the application. It does not include any properties on the Installation Application at all.

It wasn't until I clicked on the properties tab that I saw useful properties for the projects.

>>blushes<<

At least I know a lot more about merge modules now.
Yesterday I didn't even know they existed.
Dec 11 '08 #14
Plater
7,872 Recognized Expert Expert
I thought you were talking about the merge module :-P
I just right-clicked properties on both the installer and the merge module project.
Neither showed me anything usefull. All my properties sit in the properties window.
Thats on vs2008 though
Dec 11 '08 #15
Frinavale
9,735 Recognized Expert Moderator Expert
@Plater
Exactly. I never got any useful property information for the Merge Module nor the installer project because I was right clicking and selecting properties.
Dec 11 '08 #16
Plater
7,872 Recognized Expert Expert
Oh ok, your post made it sound like right-clicking on the project for properties was where you found all the ones you wanted.
I was confused.
Dec 11 '08 #17

Sign in to post your reply or Sign up for a free account.

Similar topics

0
2527
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 installs 20 or so merge modules. It does nothing else. We then have our own custom, C# Windows Form application that installs our software applications. It does this by copying files, creating registry keys, etc.
0
2750
by: Shiraz | last post by:
Hi I have a question regarding the functionality of merge modules. Since this relates to my previous queries, I'll just give you a brief background on the topic. I had to make an installer for an application which was to share dlls with another application and these dlls were not self-registering. Someone on the forum suggested a few methods for the Visual studio installer, but since I had been using another software, a certain...
2
1777
by: A.M | last post by:
Hi, I have a merge module and i need to install them on my web server (IIS6). When I double click on them, windows 2003 doesn't recognise *.msm files. How do I install merge modules (msm files) on a web server ? Thanks, Allan
1
2405
by: Sebastian | last post by:
I'm trying to use the MSDE Merge Modules with my vb .net application. Following the instructions on http://msdn.microsoft.com/library/default.asp? url=/library/en-us/distsql/distsql_8yeq.asp At the bottom it states I need to edit to msi file to set the database properties. However, I used Orta as suggested to edit the msi file and none of the external properties exist. Do I have to create them or should they be there? If so why might...
1
1800
by: travisj | last post by:
Does anyone know if there is a way to determine if the Crytstal reports merge modules have been installed by looking at the registry or some other means?
1
4295
by: mjobbe | last post by:
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 ('\8.0.50727.42.cat') WARNING: Two or more objects have the same target location ('\8.0.50727.42.cat')
4
7221
by: Tom Jones | last post by:
I have an application that was originally built using Visual Studio 2003 that I upgraded to Visual Studio 2005. When I attempt to build the *.msi file in the deployment project, I am getting a compile error stating that it cannot find: "C:\Program Files\Common Files\Merge Modules\Crystal_regwiz2003.msm" I am not sure where to get this file or even if it is appropriate (i.e., should there be a newer version for Visual Studio 2005).
0
1601
by: Claire | last post by:
Hi, I developed an application that uses Crystal Reports in visual studio 2005 then ported the whole application to VS2008. My original setup/deployment application (created within visual studio) for this project included files CrystalReportsRedist2005_x86.msm, microsoft_vc80_atl_x86.msm and policy_8_0_Microsoft_vc80_atl_x86.msm all situated in c:\program files\common files\merge modules directory. My ported application still uses dotnet...
4
2573
by: muddasirmunir | last post by:
I had created an application with vb6 + CR10 + MS access , now i want to deoploy this project to user machine , searching the net i get that merge modules are necessary with CR10 , but i donot know where to downlod these merge moudules and how to add them to my deployment pakage , Any help?
0
8944
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8773
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9445
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9306
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8186
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6030
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4548
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4805
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3259
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.