Salesforce Outlook Plugin for SCCM Install
It is a little tricky for salesforce outlook plugin in our environment, as we don’t have local admin rights on the system. and this salesforce plugin includes two parts:
- Prerequisites (Install as “SYSTEM”)
Microsoft Visual Studio Tools for Office Runtime 2010 Redistributable
Microsoft Office 2010 Primary Interop Assemblies
.NET Framework 4.5.2 (Needs Reboot)
2. Salesforce plugin (Install as current user)
So it is not good to use one script to do a all in one installation. Luckily, with SCCM 2012 Dependencies, we can easily to this complex install:
Also, for .Net framework, Salesforce needs at least version 4.5.2 above, so in my .Net detection method:
