Not tested it, but this should work :
<... Value="SharedMemory,TCPIP[\{]HOST=[DBSERVER][\}]" />

See http://msdn.microsoft.com/en-us/library/aa368609%28VS.85%29.aspx for 
reference.



Mit freundlichen Grüßen / Best Regards 
Thomas Terhaar | Senior .NET Developer

VoicInt Telecommunications GmbH | NL Dortmund | Lindemannstr. 78 | 44137 
Dortmund | Germany | Geschäftsführer: Peter Nowack
Haupthaus Köln, Kaesenstr. 19, 50677 Köln | Amtsgericht Köln HRB 53720 | 
Ust.-IdNr.: DE 237746146 |
phone: +49(0)231 55 74 02 18 | fax: +49(0)231 55 74 02 99 | email: 
thomas.terh...@voicint.com

-----Original Message-----
From: Mössler, Michael [mailto:michael.moess...@uhb-consulting.de] 
Sent: Mittwoch, 9. September 2009 10:14
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Problem with curly braces in Registry

Hi,
Has any one a solution for this Problem:
When i write the string "SharedMemory,TCPIP{HOST=[DBSERVER]}" to registry wix 
looses the curly braces, does anyone know how to esc ape this ? \{  and CDATA 
don't work.
Her eis the Source and Result:

        <Registry Id="SA9Reg3" Key="Software\ODBC\ODBC.INI\[DBDSN]" 
Name="CommLinks" Root="HKLM" Type="string" 
Value="SharedMemory,TCPIP{HOST=[DBSERVER]}" />

Will result in 

CommLinks  "SharedMemory,TCPIPHOST=testamondis01"


Thanks


Mit freundlichen Grüßen
   Michael Mössler

_________________________
Beratung
uhb consulting AG
Chiemseering 1
84427 St. Wolfgang
Tel.: 08085/939   131
Fax: 08085/939 - 2131 

-----Ursprüngliche Nachricht-----
Von: Raj, Vijay [mailto:v...@ti.com] 
Gesendet: Mittwoch, 9. September 2009 08:31
An: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Merge modules

Well, A merge module is very similar in structure to an Installer package.

The major difference is that it doesn't contain everything a complete package 
holds so that the component can't be installed by the Installer just by using 
the merge module. The merge module contains the tables and binary information 
used by the component that, when added to a full package, make it possible for 
that package to install the component. Merge modules are delivered as files 
with the extension .msm, but the internal structure of these files is the same 
as for regular .msi Installer packages. That means that you can use the same 
tools for editing merge modules that you use for editing Installer packages.

You can also merge 2 merge modules into a package -  
http://www.msigeek.com/merging-merge-module-contents-to-an-msi/


Cheers'
Vijay Raj |   ESD - IT Services, Texas Instruments
Weblog<http://www.vijayraj.info/> | RSS 
Feed<http://feeds.feedburner.com/msigeek> | Twitter<http://twitter.com/msigeek>



-----Original Message-----
From: BSR PHANI [mailto:bsrphani...@gmail.com]
Sent: Wednesday, September 09, 2009 11:30 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Merge modules

hi,
can any one explains me, how merge modules will work?
Thanks,
Phani
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with Crystal 
Reports now.  http://p.sf.net/sfu/bobj-july 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net<mailto:WiX-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to