I have an application that downloads an update file to a temporary folder in the All Users profile. Although this works on many customers machines in this case every time the file is downloaded it ends up with the read only attribute set. The program runs under the local system account. The temporary folder gets created and the file gets downloaded without a problem but when it tries to unzip the file and write the files to the temp folder I get an access denied.
How can I remove the read only flag from the folder?
Thank you,
Gary