Re: [WiX-users] building pacthes with .wxl files

2007-04-23 Thread Bob Arnson
Leo ... wrote: > > light.exe -nologo -out patch.pcp patch.wixobj -loc patch.wxl > > the patch.pcp file got build successfully but the $(loc.text) > variables didn't expanded/resolved to the actual text defined in the > patch.wxl file. Can someone point out my problem. > I'd expect it to work. C

[WiX-users] building pacthes with .wxl files

2007-04-23 Thread Leo ...
I am trying to use wix localization files (.wxl) to localize the msp file.  In the link step, I have the .wxl included in the light.exe command line as follows: light.exe -nologo -out patch.pcp patch.wixobj -loc patch.wxl the patch.pcp file got build successfully but the $(loc.text) variables did