Yes it is possible, it is just NTFS permissions. Go to the folder in File Explorer and open the Properties. Go to the Security tab. Click Edit
. Most likely Users
is already listed as having access so select that group and then allow them to Modify
the folder. Depending on what the app is doing you might need to grant Full Control
but start with Modify
. This should allow any user to add/edit/delete files in that folder.
You should also adjust your installer app to grant normal users write permissions to that folder in the future.