lit.exe -loc

2 messages Options
Embed this post
Permalink
Markus KARG

lit.exe -loc

Reply Threaded More More options
Print post
Permalink
I have modularized my WiX project into several small subprojects using
fragments and wixlibs.

Binding together the wixlibs (and such, the <fragment>s with the main
<product>) is working well.

 

Now I want to modularize my translations (.wxl file).

I am binding micro .wxl files into my wixlibs using lit's -loc parameter.

 

But now when binding everything together, light says that it cannot find
exactly those resources that I have just moved into the wixlibs.

 

Is that a bug or am I doing something wrong?

 

Here is the code:

 

candle myFragment.wxs // prints no error

lit -bf myFragment.wixobj -loc myFragment.wxl -o myFragment.wixlib // prints
no error

 

candle myProduct.wxs // prints no error

light myFragment.wixlib myProduct.wixobj -cultures:de,neutral -loc
myProduct.wxl // not finding content of myFragment.wxl

 

Thanks

Markus

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Markus KARG

Re: lit.exe -loc

Reply Threaded More More options
Print post
Permalink
Spent one hour, finally discovered my own fault: I wrote "light x.wixlib
y.wixOBJ" instead of "light x.wixlib y.wixLIB" -- certainly there will be no
resources found in the original .wixOBJ, but only in the .wixLIB...! :-(

> -----Original Message-----
> From: Markus Karg [mailto:[hidden email]]
> Sent: Dienstag, 3. November 2009 20:51
> To: 'General discussion for Windows Installer XML toolset.'
> Subject: [WiX-users] lit.exe -loc
>
> I have modularized my WiX project into several small subprojects using
> fragments and wixlibs.
>
> Binding together the wixlibs (and such, the <fragment>s with the main
> <product>) is working well.
>
>
>
> Now I want to modularize my translations (.wxl file).
>
> I am binding micro .wxl files into my wixlibs using lit's -loc
> parameter.
>
>
>
> But now when binding everything together, light says that it cannot
> find
> exactly those resources that I have just moved into the wixlibs.
>
>
>
> Is that a bug or am I doing something wrong?
>
>
>
> Here is the code:
>
>
>
> candle myFragment.wxs // prints no error
>
> lit -bf myFragment.wixobj -loc myFragment.wxl -o myFragment.wixlib //
> prints
> no error
>
>
>
> candle myProduct.wxs // prints no error
>
> light myFragment.wixlib myProduct.wixobj -cultures:de,neutral -loc
> myProduct.wxl // not finding content of myFragment.wxl
>
>
>
> Thanks
>
> Markus
>
> -----------------------------------------------------------------------
> -------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart
> your
> developing skills, take BlackBerry mobile applications to market and
> stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> WiX-users mailing list
> [hidden email]
> 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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users