We install a SQL Server 2014 Standard instance as part of a product we have using the command line options describedhere.
After installation is complete, I can see that very few accounts have read access to all the folders that were created, including the folder where database files are located. For example, the local administrators group does not have read access and this makes it tricky to manage available disk space on the server.
I can modify the folder permissions after installation, but I would rather take care of this automatically during the installation.
Are there any installation options to do this?