View Single Post
  #1  
Old May 21st, 2009, 09:53 PM posted to microsoft.public.office.setup
Rich
external usenet poster
 
Posts: 508
Default Redirect Office 2003 temp files to server, keep IE7 temp files loc

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