I created a custom action to run a PowerShell script that will grant full control to the user for files and folders under C:\ProgramData after the install. The script is as follows: icacls "C:\ProgramData\MyCompany\*" /grant Users:F /T. I have test...