/build/static/layout/Breadcrumb_cap_w.png

Salesforce.com Salesforce for Outlook

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 9k  |  Created: 05/11/2013 by: chenderson

Average Rating: 0
Salesforce for Outlook has 0 inventory records, 0 Questions, 1 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (5)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 4 / 5 (Somewhat Difficult) based on 3 ratings
Most Commonly Reported Deployment Method
Windows Installer Command Line (No MST)
3
Note

I am having trouble installing this on a 64 bit machine running the instlall as the system account.  I am using the command Salesforceforoutlook.exe /exenoui /exelang 1033 /qn /norestart.  The install works fine on the 32 bit machines.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
  • Check if Office installed is a 64 bit one. If not it is not going to install. But you can still use 32 bit on a 64 bit machine. - Sidhugadu 9 years ago
  • Bradsexton, thanks for the command-line parameters "/exenoui /exelang 1033 /qn /norestart". We were looking 2 days for these parameters, which Salesforce haven't documentated anywhere..... - Itninjar 9 years ago
1
Note

Scripts used to close Outlook and install/uninstall Salesforce for Outlook unattended without desktop icon via Configuration Manager 2012 SP1.

Install:

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
 & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colProcessList = objWMIService.ExecQuery _
 ("SELECT * FROM Win32_Process WHERE Name = 'Outlook.exe'")
For Each objProcess in colProcessList
 objProcess.Terminate()
Next

Set objShell = CreateObject("WScript.Shell")

objShell.Run "SalesforceForOutlook.msi ALLUSERS=1 INSTALL_SHORTCUT=False REBOOT=ReallySuppress /qn /l*v %temp%\SalesforceForOutlook.log",0,True


Uninstall:

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
 & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colProcessList = objWMIService.ExecQuery _
 ("SELECT * FROM Win32_Process WHERE Name = 'Outlook.exe'")
For Each objProcess in colProcessList
 objProcess.Terminate()
Next

Set objShell = CreateObject("WScript.Shell")

objShell.Run "MsiExec.exe /X{D97A761B-27EA-4665-94F2-4EFCA4427728} REBOOT=ReallySuppress /qn /l*v %temp%\SalesforceForOutlook.log",0,True

Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
This is what I did.

Extracted the exe just to separate it from 64 bit and 32 bit instllations. And then install the 32 bit on a 64 bit machine. Since the version of office is 32 bit. And called the 32 bit on both of them.  you can also obtain office visual studio office runtime whne extracting that.
Easy beasy.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Command Line
Do not make any modifications to the MSI as this is a user level install not a machine level install. use the regular commandline to deploy the software. But run it when the user is logged in. Vendor does not want us to change the install directory location.
Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Somewhat Difficult
Platform(s): Windows
0
Note

I had older Versions of SF for Outlook Running of the systems

 

Script it out Run as Domain Admin -

On Success

1, Launch C:\WINDOWS\system32\taskkill.exe with params /im SfdcMsOl.exe

2, Launch $(KACE_DEPENDENCY_DIR\SalesforceForOutlook.exe    -     /exenoui /qn"

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: Average
Platform(s): Windows

Inventory Records (0)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Questions & Answers (0)

Questions & Answers related to Salesforce.com Salesforce for Outlook

Blogs (1)

Blog posts related to Salesforce.com Salesforce for Outlook

blog

Reviews (0)

Reviews related to Salesforce.com Salesforce for Outlook

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ