Hello,

I've completed my first WiX v3 project for English and Japanese, which
went pretty well, and started my second one.

In the first project, WiX automatically included all necessary
satellite assemblies, but this time, it doesn't. I compared .wixproj,
Product.wxs, en-us.wxl, and ja-jp.wxl of the two projects but can't
find what's causing the differences.

The second proejct's exe did not have
[assembly: NeutralResourcesLanguage(
        "en-US",
        UltimateResourceFallbackLocation.MainAssembly)]
so I added that but it didn't help.

The two projects refer one same shared project, and the satellite
assembly of the project is included in the MSI in the first one, but
not in the second one, so I'm guessing the cause is in my .wxs, not in
the project settings.

I looked into the documents without luck. I was using WiX v3 RC1 for
the first project, and RC2 for the second, but re-building the first
one using RC2 went well; i.e., included satellite assemblies
automatically.

Could someone please shed lights on why this difference occurs, or how
WiX determines whether to include satellite assemblies automatically
or not?

Thank you for your advice in advance.


Regards,
Koji Ishii

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to