"Microsoft Outlook cannot provide form scripting support. This feature is not available."
Error message is displayed in Outlook 2010 when installed on a Windows Server 2008 based Terminal Server.
To resolve it is necessary to install an additional component.
Launch regedit and browse to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products
Locate the Microsoft Office ModifyPath string within the entry where the DisplayName is for the full product
DisplayName: Microsoft Office Standard 2010
Modify Path: MsiExec.exe /X{90140000-0012-0000-1000-0000000FF1CE}
Put the Terminal Server into Install Mode through the following command:
change user /install
Run the following command, using the correct ModifyPath string:
msiexec /i {90140000-0012-0000-1000-0000000FF1CE} ADDLOCAL=OutlookVBScript /qb
Put the Terminal Server into Execute mode through the following command:
change user /execute
Thanks a ton for your post Tim. This worked perfectly!
ReplyDeletethanks a lot Tim, your article is wonderful and is perfect solution. thanks again. :)
ReplyDelete