Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0

2012-05-18 Thread Bob Arnson
On 16-May-12 05:28, Pally Sandher wrote: > Just don't need them. Never got around to using WiX only for patching so I > don't see any use for them. There's nothing in WiX today that needs them, other than patching, but that might change; there's lots of good info that's pre-digested in a way tha

Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0

2012-05-16 Thread Pally Sandher
ubject: Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0 On 15-May-12 10:53, Pally Sandher wrote: > Done -> > https://sourceforge.net/tracker/?func=detail&aid=3526942&group_id=105970&atid=642714 Thanks. Fixed for Monday's build. I am curious, h

Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0

2012-05-15 Thread Bob Arnson
On 15-May-12 10:53, Pally Sandher wrote: > Done -> > https://sourceforge.net/tracker/?func=detail&aid=3526942&group_id=105970&atid=642714 Thanks. Fixed for Monday's build. I am curious, however: Why do you suppress .wixpdb generation? Is it a question of perf? -- sig://boB http://joyofsetup.co

Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0

2012-05-15 Thread Pally Sandher
rge.net Subject: Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0 On 15-May-12 06:34, Pally Sandher wrote: > at > Microsoft.Tools.WindowsInstallerXml.Binder.BindDatabase(Output output, String > databaseFile) in e:\delivery\Dev\wix36_public\src

Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0

2012-05-15 Thread Bob Arnson
On 15-May-12 06:34, Pally Sandher wrote: > at > Microsoft.Tools.WindowsInstallerXml.Binder.BindDatabase(Output output, String > databaseFile) in e:\delivery\Dev\wix36_public\src\wix\Binder.cs:line 1582 Definitely a bug, please file. Workaround is to not suppress .wixpdb output. --

Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0

2012-05-15 Thread Pally Sandher
Installer XML toolset. Subject: Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0 Did you rebuild all source? Looks like a field is no longer nullable and you might have stale wixobj or wixlib. Otherwise it's a bug and a repro would be appreciated. On Tue, May 15, 2012 at 3:

Re: [WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0

2012-05-15 Thread Rob Mensching
Did you rebuild all source? Looks like a field is no longer nullable and you might have stale wixobj or wixlib. Otherwise it's a bug and a repro would be appreciated. On Tue, May 15, 2012 at 3:34 AM, Pally Sandher wrote: > Upgraded to v3.6.2914.0 from v3.6.2907.0. None of my MSI projects build >

[WiX-users] MSI projects fail to build after upgrading to v3.6.2914.0

2012-05-15 Thread Pally Sandher
Upgraded to v3.6.2914.0 from v3.6.2907.0. None of my MSI projects build anymore (7 in the same solution, all fail but my one wixlib in the solution still builds). light.exe(0,0): error LGHT0001: Cannot set column 'Value' with a null value because this is a required field. Except