I currently try to install and configure TFS Build for our TFS Server. With "normal" project like Console Application, Windows Forms or WPF everything is working perfectly fine. But if I try to add a IntallShield Project to my Solution which should build a *.msi File which inherits the output of the Project Files this Error occours in my Build:
"C:\Program Files (x86)\MSBuild\InstallShield\2013Limited\InstallShield.targets" (108): The "InstallShield.Tasks.InstallShield" task could not be loaded from the assembly C:\Program Files (x86)\MSBuild\InstallShield\2013Limited\InstallShield.Tasks.dll. Could not load file or assembly 'file:///C:\Program Files (x86)\MSBuild\InstallShield\2013Limited\InstallShield.Tasks.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
I already installed InstallShield 2013 Limited Edition onto the built Machine, but the Error still occours.. Anyone know this problem, or a solution?
Marcel
Edit: The files: "C:\Program Files(x86)\MSBuild\InstallShield\2013Limited\InstallShield.Tasks.dll" and "C:\Program Files(x86)\MSBuild\InstallShield\2013Limited\InstallShield.targets" exist. Do I need to install Visual Studio onto my build machine?