- Joined
- Feb 18, 2019
- Messages
- 85
- Reaction score
- 11
To redirect the Windows UAC prompt, we deploy 3CX Webmeeting Remote Control as SYSTEM on our workstations. We install it in "C:\3CXWMRemoteControl\" and set the ACL to the same as in "C:\Program Files" so that nobody can delete the folder. With the ACL enabled, it is not possible to let the user write to "C:\3CXWMRemoteControl\Logs", which prevents the screen share from starting.
As a workaround we set another ACL to allow the group "Users" to write into "C:\3CXWMRemoteControl\Logs". But this works only for one user, because only the user who created the log file can write to it.
Would it be possible for your developers to change the log file path to "AppData\Roaming\3CX\3CXWMRemoteControl\Logs" instead of "InstallDir\Logs"?
In our case it would be:
Thank you in advance!
As a workaround we set another ACL to allow the group "Users" to write into "C:\3CXWMRemoteControl\Logs". But this works only for one user, because only the user who created the log file can write to it.
Would it be possible for your developers to change the log file path to "AppData\Roaming\3CX\3CXWMRemoteControl\Logs" instead of "InstallDir\Logs"?
In our case it would be:
| File | Location |
| 3CXRemoteControl_20210716.log | C:\Users\user.name\AppData\Roaming\3CX\3CXWMRemoteControl\Logs |
| 3CXRemoteControlSvc_20210716.log | C:\3CXWMRemoteControl\Logs |
Thank you in advance!