Can't access as user
Hi,
I made a siebel MSI and its working as a Admin, but if i open in as a User its say's acess denied to this folder.
I gave permission and also also wrote the script as Cacls.exe, but its not opening in User mode.
plz suggest.
I made a siebel MSI and its working as a Admin, but if i open in as a User its say's acess denied to this folder.
I gave permission and also also wrote the script as Cacls.exe, but its not opening in User mode.
plz suggest.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
bheers
17 years ago
Have you tried using filemon, look for access denied's.
%SYS32%\cacls.exe <fullpath to the foldername> /e /t /G Users:C
or
%SYS32%\cacls.exe <fullpath to the foldername>/e /t /G "Authenticated Users":C
where %SYS32% is C:\windows\system32
run this command as admin first and if it solves it then try as in custom action to set permissions.
if you need more details on Cacls.exe usage type in Cacls.exe /?
%SYS32%\cacls.exe <fullpath to the foldername> /e /t /G Users:C
or
%SYS32%\cacls.exe <fullpath to the foldername>/e /t /G "Authenticated Users":C
where %SYS32% is C:\windows\system32
run this command as admin first and if it solves it then try as in custom action to set permissions.
if you need more details on Cacls.exe usage type in Cacls.exe /?
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.