View Single Post
  #2  
Old May 26th, 2009, 02:52 PM posted to microsoft.public.office.setup
Rich[_23_]
external usenet poster
 
Posts: 32
Default Redirect Office 2003 temp files to server, keep IE7 temp files loc

Anybody have any ideas on this one? Like is there a group policy i can do to
force the office app temp files to a certain place also, or a better way to
do what i'm doing?

"Rich" wrote:

I've inherited the following situation. I have our application data folder
redirected to a server for our roaming profile users. I used the following
custom .adm file to try to move the temporary internet files back to the
local computer and off the server, but it appears to also move the office
temporary files to the local computer, which i need to keep on the server.
Any ideas how to do this? Maybe I did something wrong?

POLICY "Path for Temporary Internet Files"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explore r\User Shell
Folders"
#if version = 4
SUPPORTED "Supported in Windows XP"
#endif
PART "Path:"
EDITTEXT
VALUENAME "Cache"
DEFAULT "%USERPROFILE%\Local Settings\Temporary Internet Files"
EXPANDABLETEXT
END PART
END POLICY