Enterprise Vault Support for Terminal Services and Citrix Presentation servers

To install the functionality, the GUID of the installed package must be known. Ie. Microsoft Office Outlook 2007 or Microsoft Office Professional Plus 2007

To obtain the GUID of the installed package, perform the following:

1. Verify the product name from Add/Remove programs or the Help > About menu

2. Open the registry, browse to: HKLM/Software/Microsoft/Windows/Current Version/Uninstall

3. Identify the GUID as per Microsoft KB 928516 (e.g. {90120000-0030-0000-0000-0000000FF1CE} )
 http://support.microsoft.com/kb/928516

4.From command prompt, enter the following syntax: It is case sensitive.

msiexec /i {GUID.EN_US} ADDLOCAL=OutlookVBScript /qb

where {GUID.EN_US} is the string identified in step 3 above.

Examples for common versions of Office:

Microsoft Office Professional Plus 2007:
msiexec /i {90120000-0011-0000-0000-0000000FF1CE} ADDLOCAL=OutlookVBScript /qb

Microsoft Office Standard 2007:
msiexec /i {90120000-0012-0000-0000-0000000FF1CE} ADDLOCAL=OutlookVBScript /qb

Microsoft Office Basic 2007:
msiexec /i {90120000-0013-0000-0000-0000000FF1CE} ADDLOCAL=OutlookVBScript /qb

Microsoft Office Professional 2007:
msiexec /i {90120000-0014-0000-0000-0000000FF1CE} ADDLOCAL=OutlookVBScript /qb

Microsoft Office Enterprise 2007:
msiexec /i {90120000-0030-0000-0000-0000000FF1CE} ADDLOCAL=OutlookVBScript /qb
 
 

Article URL http://www.symantec.com/docs/TECH35595

Tags:

Leave a Reply

You must be logged in to post a comment.