Re: [WiX-users] WindowsInstaller.View.Modify() fails on Vista / Server 2008

2009-01-02 Thread Kjartan Þór Kjartansson
Windows Installer XML toolset. Subject: Re: [WiX-users] WindowsInstaller.View.Modify() fails on Vista / Server 2008 The most common reasons for a table insert to throw a "function failed" error are because there's already a record in the table with the same primary key, or because

Re: [WiX-users] WindowsInstaller.View.Modify() fails on Vista / Server 2008

2008-12-31 Thread Jason Ginchereau
The most common reasons for a table insert to throw a "function failed" error are because there's already a record in the table with the same primary key, or because a required (non-nullable) field is missing/null in the inserted record. I would not expect those cases to behave differently with