Hi To All,

I am trying to run a script that will add users/permissions to Windows\ServiceProfile\NetworkService\AppData\Loca l\Temp. This is because I am using Access with Classic Asp pages in my installation.

Here is the script in it's entirety:

Set WshShell = wscript.CreateObject("Wscript.Shell")
wshShell.Run "icacls %windir%\serviceprofiles\networkservice\AppData\Lo cal\Temp /grant UsersCI)(S,WD,AD,X)"
wshShell.Run "icacls %windir%\serviceprofiles\networkservice\AppData\Lo cal\Temp /grant ""CREATOR OWNER""OI)(CI)(IO)(F)"

This part of the install doesn't seem to be working. The errorcode I get is 1. Can anyone lend some insight into how to get this working.

Thanks,

Sharon