Jump to content

Recommended Posts

Posted
A staff member wants to use this in school but I am concerned about the level of access that would be required for students to run it. Does anyone have any experience with this?
Posted (edited)

We use it, the Java launcher is a pain in the butt but I have a workaround which I shared with TLC.

 

In a nutshell we use AppLocker to restrict applications that our users can run,

 

With that then allowing users to install the plug-in themselves becomes a nightmare to work out all the exceptions needed.

 

So what I discovered is if you run the installer using the following command,

 

msiexec /a "\\pathtofiles\BlackboardCollaborateLauncher-Win.msi" TARGETDIR="C:\Program Files (x86)\Blackboard\Blackboard Collaborate Launcher" /qn

 

it will then install the plugin into program files instead of users appdata folder, which we restrict. I then had to correct the file association so when they click on the .collab file it opens in the plugin install. This was done using group policy, see screenshot.

 

folder options.jpg

 

Finally, even though I had installed the plugin into Program Files it still copies and lunches Java from their local appdata folder (why, lord knows!!) so in AppLocker I had to put the following exception in.

 

%OSDRIVE%\USERS\*\APPDATA\LOCAL\BLACKBOARD\*

 

applocker.png

Edited by RobFuller
  • Thanks 1
Posted (edited)
We are using TLC live, we found we had to installed Board Works collaboration on the same account we were running the sessions on we now use a generic Exam account which we log-on via impero, for this and so far we have not had a single issue Edited by johnat1121
Bad Grammar
Posted
I now have this working on dedicated student logins using an older version of their system that uses Java Web Start. It does not involve installing their software and therefore overcame the problems that I was encountering. the folks at TLC Live were very helpful.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...