cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Marek22
Level 5

TFS Build -5023: Error building table File

Hello,
I am having following error when I am building my basic msi project with TFS Build. When I press Build/Rebuild from my Visual Studio, it works just fine. I am getting out of ideas.

 C:\Program Files (x86)\MSBuild\InstallShield\2012Spring\InstallShield.targets (69): -5023: Error building table File
C:\Program Files (x86)\MSBuild\InstallShield\2012Spring\InstallShield.targets (69): Exception Caught


Many thanks for any ideas,
Marek
Labels (1)
0 Kudos
(2) Replies
Christopher_Pai
Level 16

0 Kudos
Marek22
Level 5

It seems that problem was caused because 64bit C++ project output was included in my setup. It was working correctly from Visual Studio but it failed from TFS build. Maybe because the msbuild needs to be 32 bit in order to build installshield projects.
So strange, I've added this projects differently and it is working fine.
Still many thanks for your time Christopher.
0 Kudos