file and directory permission on install by admin user
Hello,
I have my install and uninstall working for All Users. My installer requires that the user is an admin. Under my $INSTDIR I have the following directories and files:
$INSTDIR/dirA
$INSTDIR/dirA/fileA
$INSTDIR/dirA/fileB
$INSTDIR/dirA/fileC
$INSTDIR/dirA/dirB
$INSTDIR/dirA/dirB/fileA ...
The issue is if the Admin user executes my application these files and the directories all are owned by Admin and thus a non-admin user who runs my application will not have write permissions.
During installation can I have these files take on a read/write permission that allow all users (non-Admin and Admin) to use my application?
Thanks,
Tom