application needs access to [WindowsFolder]temp
i am working on an application , which works fine as an admin, but as a user it cannot launch, it needs write access to c:\windows\temp which has been locked down for the user. we are not supposed to give write permission to c:\windows\temp folder in the current environment ? any suggestion to solve this issue
Thanks in Advance
Thanks in Advance
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
bkelly
20 years ago
If the file or files in temp have a consistent name, you might consider installing the temp files and setting permission on those files- they could then update/overwrite them as users. While there are application management systems that may allow it, I don't think changing the permissions on the temp folder during execution of your application is going to be a trivial task.
I'd ask the vendor about why they are not using %TEMP% !
I'd ask the vendor about why they are not using %TEMP% !
Posted by:
thales
20 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.