Re: [WiX-users] MSBuild / localisation variable problem - culture information not passed in???

2007-08-07 Thread Baldie
My error. I only configured the cultures setting in debug version. On build server it builds release versions. Problem solved /Baldie Baldie wrote: > > Did this issue get resolved? I have the same problem. > > I have a solution containing a Wix project. The wixproj file contains the > en-US e

Re: [WiX-users] MSBuild / localisation variable problem - culture information not passed in???

2007-08-06 Thread Baldie
Did this issue get resolved? I have the same problem. I have a solution containing a Wix project. The wixproj file contains the en-US element. When i build this solution from Visual Studio the -cutures:en-US switch gets passed to light correctly. But when i try to build the solution on our build

Re: [WiX-users] MSBuild / localisation variable problem - culture information not passed in???

2007-07-24 Thread Bob Arnson
Martin Evans wrote: Yes, the .wixproj has en-US;en-GB Is it worth posting my .wixproj file? Maybe. I don't know why it wouldn't get passed to the command line. -- sig://boB http://joyofsetup.com/ - This SF.net email is s

Re: [WiX-users] MSBuild / localisation variable problem - culture information not passed in???

2007-07-24 Thread Martin Evans
Yes, the .wixproj has en-US;en-GB Is it worth posting my .wixproj file? Bob Arnson <[EMAIL PROTECTED]> 24/07/2007 03:28 To Martin Evans <[EMAIL PROTECTED]> cc wix-users@lists.sourceforge.net Subject Re: [WiX-users] MSBuild / localisation variable problem - culture information n

Re: [WiX-users] MSBuild / localisation variable problem - culture information not passed in???

2007-07-23 Thread Bob Arnson
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

[WiX-users] MSBuild / localisation variable problem - culture information not passed in???

2007-07-23 Thread Martin Evans
setting/editing in the wix.targets file? Martin Evans Development Manager Achiever Business Solutions Mailto:[EMAIL PROTECTED] Bob Arnson <[EMAIL PROTECTED]> 23/07/2007 14:54 To Martin Evans <[EMAIL PROTECTED]> cc wix-users@lists.sourceforge.net Subject Re: [WiX-users] MSBuil

Re: [WiX-users] MSBuild / localisation variable problem

2007-07-23 Thread Bob Arnson
Martin Evans wrote: C:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\BrowseDlg.wxs(18): error LGHT0102: The localization variable !(loc.WixUIOK) is unknown. Please ensure the variable is defined. Is that the only error you get? Does it build correctly on your local machine outside VS?

[WiX-users] MSBuild / localisation variable problem

2007-07-23 Thread Martin Evans
This is my first post, so please bear with me. I'm using weekly build 3.0.3113.0 but have tried the previous two/three weekly builds. When I build locally in Visual Studio all is well, but when we do a continuous integration build using MS build on our buildserver I get the following: C:\deli