473,698 Members | 2,491 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 #1
16 1663
Frinavale
9,735 Recognized Expert Moderator Expert
Update about my thoughts on the problem:

When I compile the Merge Module it creates an .msm file that is used by the Set Up project to create setup.exe and setup.msi applications.

It is when the .msm file is created that the .msm author settings applied to the file. The compiler does this.

I have a really bad feeling about this... but what I think I have to do is edit the compiler's .msn file: MSHelp2_RegTabl es__RTL_---_---.msm in order to set the author information for my Merge Module so that the default installation path can be set to something I desire.

Right now I'm looking for a tool like Orca that will let me edit the msm file....even though I have about 1000 red flag reasons as to why I shouldn't do this going around in my head.

My problem right now is that Orca is for Vista and I'm developing on an XP machine.

So, I'm hoping that someone here knows of a better way to accomplish what I'm trying to do before I find an application that lets me edit my compiler's .msm file.

<edit> does anyone know of a Windows XP application that will let me edit .msm files?</edit>

-Frinny
Dec 11 '08 #2
Plater
7,872 Recognized Expert Expert
I am guessing that "merge module" is visual basics crazy version of an install project?
Check the Assembly file, you should find that like "Company" or whatever also contains that "Default Company Name" and is editable?

edit: I take that back, where did you find a merge module project? I dug around in vs 2005 and vs 2008, didn't see it
re-edit: I'm a moron. found it. But my Author Property was editable?
Dec 11 '08 #3
Frinavale
9,735 Recognized Expert Moderator Expert
@Plater
No, here's some info on merge modules. There's actually no code in these projects. They are basically components (like a DLL)...a package of a bunch of resources/files etc used by the installer...tha t you can include in install projects to install components common to different application installs.

Check the Assembly file, you should find that like "Company" or whatever also contains that "Default Company Name" and is editable?
I've already done this to every application that is involved with the Merge Module.

The only thing that contains "Default Company Name" is the Author property of my .msm file that is generated after compiling my Merge Module.....and the path that the application is installed to when running the compiled install/setup program that uses the .msm file.
Dec 11 '08 #4
Plater
7,872 Recognized Expert Expert
You beat me to replying before i was done with my edits.
My "Author" property is editable.
Dec 11 '08 #5
Frinavale
9,735 Recognized Expert Moderator Expert
Why is yours editable while mine isn't????

<edit>Oh wait, how are you editing the "Author"... .by right clicking on the MSM file and adding an author?

This approach wont work for me because my msm file is compiled just before my installer project that uses it is compiled....whi ch means I can't do this unless I break up the the way the solution is installed and compile each component by hand.
</edit>
Dec 11 '08 #6
balabaster
797 Recognized Expert Contributor
Do you have Orca? Does it support this? I've got Orca and I use it for stuff like this. There's certain things I do - like change the color/position/size of the banner text so that it lines up on my banner properly that I've not found another way to do in the Setup Project directly. If you're looking for Orca then it can be found here:

http://www.technipages.com/wp-conten...07/11/orca.Msi

If you're looking some other tool "like" Orca, then maybe Wix, Wise or InstallShield. I tried them all and gave up. I can't really wrap my head around the process of writing installers using a database style structure... it's about all I can do to make the minor modifications I do in Orca.

I found that Visual Studio's Setup Project template will take you so far, but if you want to do anything outside the mainstream basic installer, then it can get complicated real fast and you have to go outside to another tool to complete the job... hence Orca & WiX et al...

I guess it takes a completely different mindset for writing installers. At this point I think in OO and write event driven applications. Trying to modify that mindset to write these merge modules is just an alien concept to me. Eventually I'll be forced to learn it properly though, by which time, hopefully you fully understand it and I can just pester you for the answers :oP
Dec 11 '08 #7
Frinavale
9,735 Recognized Expert Moderator Expert
I don't think Orca is supported by XP (from what I've read about it).

I'll give it a try anwyas.....than ks

<edit>It's working in XP.....here I go...wish me luck!</edit>
Dec 11 '08 #8
balabaster
797 Recognized Expert Contributor
@Frinavale
Yeah, Orca works on XP just fine... at least, the version I have does. Maybe there's o/s specific versions(?)... if there are o/s specific versions, then I lucked out. I'll see if I can find where I got it from for you. That link was just the first place I found it online...

This version for sure works on XP - I just downloaded and installed it to check it for you:

http://download.softpedia.com/dl/b09...oring/Orca.Msi
Dec 11 '08 #9
Plater
7,872 Recognized Expert Expert
@Frinavale
No, inside visual studio in the properties section there.
the first one was author. I clicked in there and changed the value
Dec 11 '08 #10

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

Similar topics

0
2524
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
2745
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
1774
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
2403
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
4293
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
1597
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
2571
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
8676
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
8608
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
9161
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
9029
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...
1
8897
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8867
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7732
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
4370
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...
3
2006
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.