From: Bob A. <bo...@jo...> - 2007-07-24 02:29:58
|
Martin Evans wrote: > It would appear that the Light.exe cmd run by MSBuild does not contain > the -culture information because when I do the following it is OK. > > Light.exe -ext "WixUIExtension.dll" -cultures:en-us -out "c:\Web UI > Setup.msi" C:\...\WebUiSetup.wixobj > > Stabbing in the dark a bit....is this something that needs > setting/editing in the wix.targets file? I don't think so, as I use MSBuild to build my day job setups and WiX itself uses MSBuild to build the WiX installer. Does your .wixproj have a Cultures element? -- sig://boB http://joyofsetup.com/ |