How you condition the Japanese and English resources are up to you. Both
must be in the CAB(s) if you intend to use a transform to supply the
"translated" installation package that way, and so the file table must be
the same for both original packages.

You could make them separate features, or you could just condition the
resource files' components directly. You will get ICE errors if your
resource files cannot be (in theory, anyway) written side-by-side (either
they should be in different directories or they should have different
names).

-----Original Message-----
From: Andy2k8 [mailto:appr...@gmail.com] 
Sent: Tuesday, December 08, 2009 11:48 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] File table won't get transformed


Thanks for that info.
So if i add the japanese resources also to the file table it should work
fine?
Or should i create a separate feature that refers to the japanese resources
and add a feature installation condition that check for the japanese locale?


Blair-2 wrote:
> 
> Unlike the Binary table and some others that contain the binaries
> themselves, the File table doesn't actually contain the files it
> describes:
> it "points" to them in the CAB(s) which are themselves described in the
> Media table.
> 
> Both the English and the Japanese files need to be in the File table
> separately, and you need to install just the ones you want in each
> "original
> view". The transform would then switch the view from installing the
> English
> files to the Japanese ones.
> 
> -----Original Message-----
> From: Andy2k8 [mailto:appr...@gmail.com] 
> Sent: Tuesday, December 08, 2009 12:38 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] File table won't get transformed
> 
> 
> 
> I have an English and a Japanese MSI
> 
> After creating a japanese transform using msitran and embedding using
> msidb.
> i see that the japanese resource files are not embedded in the file table
> when i opened the MSI using orca ( OR transform will not contain the
> resource files??)
> 
> As a result, when the installation tries to refer to the japanese
> resources,
> it fails throwing a message tht the file0_japanese cannot be found in the
> resource.cab which is an embedded cab file.
> 
> How do i modify file table using the transform??
> 
> any ideas??
> 
> -----
> Andy
> MSI Developer
> Schneider Electric:working:
> -- 
> View this message in context:
>
http://n2.nabble.com/File-table-won-t-get-transformed-tp4131192p4131192.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
>
----------------------------------------------------------------------------
> --
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
>
----------------------------------------------------------------------------
--
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 


-----
Andy
MSI Developer
Schneider Electric:working:
-- 
View this message in context:
http://n2.nabble.com/File-table-won-t-get-transformed-tp4131192p4137939.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to