Re: [WiX-users] File table won't get transformed

2009-12-09 Thread Blair
- 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 s

Re: [WiX-users] File table won't get transformed

2009-12-08 Thread Andy2k8
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 tabl

Re: [WiX-users] File table won't get transformed

2009-12-08 Thread Blair
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 se