I've developed a C# application in Visual Studio 2010 using .NET Framework 4. On my Development Machine I have the Crystal Reports for Visual Studio/Developer Version installed and all is well.
I want to move the runtime executable of my program to a client server (Microsoft Server 2008 R2) which does not have Visual Studio installed (and I want to avoid installing it). Will downloading the latest MSI (from this page) to this client server and running it install all the necessary DLLs which would be needed to run an application developed referencing them?
DLLs I referenced in Application:
CrystalDecisions.CrystalReports.Engine
CrystalDecisions.Shared
CrystalDecisions.Windows.Forms