Administrative Privileges Required to Activate Classic License?

We have been using the Classic License silent distribution on our computers for years, and recentkly we have been getting the below error:

Our users are not administrators on the computers, but we need them to be able to activate SketchUp nevertheless. Is there something we need to configure in the background to allow our non-admins to activate the classic license?

I received a response from SketchUp Support with the following solution:

We need to create and grant read/write capabilities for the newly created Reprise folder.

The Reprise folder needs to be located at:
Macintosh HD/Library/Application Support/Reprise

After this folder is created please run the following command in Terminal to allow read/write to this location and enter in your admin password.

sudo chmod ugo+rwx ‘/Library/Application Support/Reprise/’

Other sudo commands that might be necessary depending on your environment are:
sudo chown root:staff “/Library/Application Support/Reprise”
sudo chmod 775 “/Library/Application Support/Reprise”

Using this information, I adjusted my installation script and everything appears to be working as expected, now.