Updating To Web Services Edition
- Apply ALL Office 2008 updates
- Open any Office 2008 application (e.g. Word) and confirm the version is 12.3.4
- Close the application
- Install EWS-1314-EN.dmg (Click here to download: EWS-1314-EN.dmg)
- Install the DigiCert Root certificate (see section below - Mac OS X 10.5 and above)
- Launch Entourage 2008 and confirm it displays Web Services Edition on the splash screen
Root Certificate Error - Mac OS X 10.5 and above
If you receive the message shown below, you will need to install the DigiCert Root Certificate.
- Quit Entourage
- Download the Digicert Root Certificate
- Double click the download file
- Click 'OK' to add the certificate to the Login Keychain.
- Relaunch Entourage
Root Certificate Error - Mac OS X 10.4 (Tiger) Overview
Entourage for Mac 10.4 uses a deprecated method of access security certificates from the Mac OS X Keychain, which does not have the latest certificates. Because of these, you must manually install the certificate into the Keychain.
For a technical understanding please see: http://www.office.mvps.org/faq_topic/leopard.html (at the bottom of the page)
Option 1 - Package Install
- Download this installer package
- Double-click on the Disk Image (if necessary)
- Double-click on the package to start the installation. Click on Continue
- Click Install
- Enter an Administrator username and password and click OK
- When the installer has finished click the Close button
- You can eject the disk image and delete the downloaded file
Option 2 - Deploy Package with Apple Remote Desktop
- Download this installer package
- Double-click on the Disk Image
- Open Apple Remote Desktop and select the group of computers that you would like to install this on
- Click on the Manage menu and then Install Packages...
- Add the package that was downloaded
- Click Install
Option 3 - Deploy Unix Script with Apple Remote Desktop
- Open Apple Remote Desktop and select the group of computers that you would like to install this on
- Click on the Manage menu and then Send UNIX Command...
Copy and paste the following command:
#!/bin/sh
#Script to install the DigiCert root certificate into the X509Anchors Keychain on Mac OS X
#Downloads the certificate from the NWOCA wiki to the users downloads folder
sudo curl https://wiki.nwoca.org/download/attachments/7340573/DigiCertHighAssuranceEVRootCA.crt > /tmp/DigiCertHighAssuranceEVRootCA.crt
#Installs the downloaded certificate into the Keychain
sudo certtool i /tmp/DigiCertHighAssuranceEVRootCA.crt v k=/System/Library/Keychains/X509Anchors
- Set the Run command as option to User: root
- Send the command