salesForce for Outlook deployment
I am trying to deploy Salesforce For Outlook in a 64-bit machine. Able to do silent install using .exe with the following cmd Salesforceforoutlook.exe /exenoui /exelang 1033 /qn /norestart, when tried to deploy in SCCM 2012, only the dependencies are installing but not the SalesForce.
So I have extracted the .exe and got salesforceforoutlook.msi, when tried to install it is not working. when i double click its just starting and closes, and the log says the product is installed successfully.
Please help me.
Haritha
3 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
EdT
9 years ago
As the configuration of Outlook involves files held in the user profile, deploying using a system account is bound to fail since the outlook configuration cannot be accessed. Try installing the salesforceforoutlook.msi in user context. What is happening in your silent deployment is that salesforceforoutlook.msi is actually installing, but the user components are missing when you try to run as a user. Therefore when you try to reinstall, you get the already installed message.
Find the product code of this msi, then uninstall it using msiexec /x <product code> /qb! using an elevated command prompt. Then try reinstalling as an elevated user and retest outlook.
As for a deployable solution, you will need to examine the salesforceforoutlook.msi and determine whether the components are configured to install to the user, the machine or both. Then reconfigure the MSI to allow self healing via active setup or some other means.
What changes should be made to the .msi, so that I can deploy using SCCM - harithaggnn 9 years ago
https://developer.salesforce.com/forums?id=906F0000000AgPjIAK
Were you able to come up with a way to install the plugin silently to the user? - bens401 9 years ago