We are trying to figure the easiest way to install client lib on a machine to call SSIS/SSAS remotely (to a SQL Server 2012).
We have some .net code referencing SMO/AMO and Microsoft.SqlServer.Management.IntegrationServices.
1) For SMO, I found out this and it is quite clear about how to install on a client machine:
Installing SMO (SQL Server Management Objects (SMO))
http://msdn.microsoft.com/en-us/library/ms162189(v=sql.110).aspx
2) For AMO (analysis management object), I found out this but I did not see a clear instruciton of what and how to install on the client machine:
http://technet.microsoft.com/en-us/library/ms124924(v=sql.110).aspx
3) For SSIS call, I did not find anything talking about the client installation.
Can someone help us?
Thanks.