View Single Post
  #4  
Old May 29th, 2009, 03:32 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

Thanks for the info. it's tough finding out how to control all this stuff
with group policy.

""steven du"" wrote:


Dear Rich,

The service you selected now is to provide assistance for break/fix issues
and prescriptive "how to" questions. However, your inquiry appears to be
customization/consulting in nature and out of our support scope.

However, I would like to share the following article with you for your
reference:

Description of how Word creates temporary files
http://support.microsoft.com/kb/211632

Another service we can provide to you is to ensure your request is directed
to the most appropriate type of support for this need. Every service
request from our partners is taken seriously while we provide various types
of service to meet diverse customers' requirements.

Advisory Services is a remotely delivered, hourly fee-based, consultative
support option that provides a comprehensive result beyond your break-fix
product maintenance needs. This is most often used for code review, or new
program development, or product setup/migration type of issues.

For more info, you can refer to:
http://support.microsoft.com/gp/advisoryservice

If you experience any specific break-fix issues, please feel free to open a
new thread in this community and we'll be very glad to work with you.

Regards,

Steven Du

Microsoft Online Support
Microsoft Global Technical Support Center
================================================== ==
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ==
This posting is provided "AS IS" with no warranties, and confers no rights.



| From: =?Utf-8?B?UmljaA==?=
| Subject: Redirect Office 2003 temp files to server, keep IE7 temp
files loc
| Date: Tue, 26 May 2009 06:52:01 -0700

|
| 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
|