Hi, I am using windows 7 OS,
i my merge module is somthing like this, <?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:difx="http://schemas.microsoft.com/wix/DifxAppExtension"> <Module Id="UBFD32" Language="1033" Version="1.0.0" > <Package Id="31014540-afc1-11df-94e2-0800200c9a66" Manufacturer="Software" Languages="!(loc.lan)" InstallerVersion="200" /> <Property Id="ALLUSERS"> 1 </Property> <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="ProgramFilesFolder"> <Directory Id="Ul Name=""> <Directory Id="ULN" Name=""> <Directory Id="INSTALLLOCATION" Name=""> </Directory> </Directory> </Directory> </Directory> </Directory> <DirectoryRef Id="INSTALLLOCATION"> <Component Id=> <File Id="" /> </Component> </DirectoryRef> </Module> </Wix> and more files i have included in it.Those are en-us.wxl, jr-jp.wxl,and fr-fr.wxl, when i build this moduled it creates three folders and msm files for each language. now when i tried to use these merge module in may main project which also contain en-us.wxl, jr-jp.wxl,and fr-fr.wxl,files but it shows follwing error when i try to build it. Error 1 Unable to open merge module 'E:\U\UB\bin\Debug\en-us\U.msm'. Check to make sure the module language is correct. 'The language of this installation package is not supported by your system. (Exception from HRESULT: ' E:\U\UB_Wix\Product.wxs 204 1 UBSetup_Wix and i also tried to achive it by using if condition and foreach loop for diffrent languages.but its showing same error. Thankyou, Sagar S. On Wed, Oct 20, 2010 at 9:24 AM, Blair <os...@live.com> wrote: > Are you trying to build localized merge modules, or a multiple language > merge module? > > What language(s) besides 1033 are you trying to use? > > You still haven't told me what OS you are using. > > -----Original Message----- > From: sagar shinde [mailto:sagar.i...@gmail.com] > Sent: Tuesday, October 19, 2010 12:31 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Merge Module > > Thanks for reply > > I am using same machine for both projects the merge module as well as main > project. There is no OS difference or any other configuration change > if i do merge module with only language "1033" it works properly, but when > i tried to do it with localization > just i tried to do the things with foreach loop but it doesn't seems > working > for me can you please suggest me properway to achive localization with > merge module > > Thank's > Sagar S. > > ---------------------------------------------------------------------------- > -- > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users