-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after trying to launch #15
Comments
That's the version of the Browser designed to use in school computer labs. You should use the student version, which is named If you can't get access to a student version, you can try changing
to $lockdown_runtime = "C:\Program Files (x86)\Respondus\LockDown Browser Lab OEM\LockDownBrowserLabOEM.exe" although I haven't tested this. |
i have the same issue and i have modified line 14 in sandbox_run.ps1 with this: $lockdown_runtime = "C:\Program Files (x86)\Respondus\LockDown Browser OEM\LockDownBrowserOEM.exe" |
Is this exactly what you typed?
There, you have
which uses |
I have solved the problems. First Problem: path of execututable is different of your file: Second problem: exam url Set-ItemProperty -Path "HKCR:\ldb1\shell\open\command" -Name "(Default)" -Value ('"' + $PSScriptRoot + '\withdll.exe" "/d:' + $PSScriptRoot + '\GetSystemMetrics-Hook.dll" ' + $lockdown_runtime + ' "%1"') but this not work with script, i think that the key is subscribed or does not exist yet at script execution. I have changed this registry key manually with this and work well.
can you help me? |
hi @antonionappo, don't you have this problem? I modified the script, but on sandbox I don't see a solution to this problem, I also tried to do some tests in vmware workstation |
@madpancamo did you solve the problem? |
@giandinic |
Hi, I think I have executed everything correnta, there is only one point in the script that is not clear to me: & $lockdown_installer /x " I know that the /x is for uninstall?!?! but when it processes it, the graphical installation starts. I commented out this part and the script executes correctly. my setup is LockDownBrowserOEMSetup.exe. what is wrong? Translated with DeepL.com (free version) |
Can you show me the content of the runtime_directory? |
I have an update: I did a test using the executable "LockDownBrowser.exe" and the extraction and then installation works without errors. I need "LockDownBrowserOEMSetup.exe" for my purpose. which executable did you use? @antonionappo |
Glad to hear that that worked. Since
That command appears correct to me, so I'm also not sure why that's not working? At least changing it manually works properly.
Maybe your installer is “preextracted”, so you don't need to run the initial extraction step?
If the automated script isn't working, then you can start the Sandbox and manually install the Browser by double-clicking the installer and clicking through the wizard. The important part is that once you've installed the Browser, do not run it by double-clicking its icon. Instead, run it from the command-line as instructed on the main page. |
Hello, |
What is your problem ? |
Hello, can you help me? What should I do, from the first step to the last step, knowing that I have LockDownBrowserOEM.exe? |
I still have this error: How can I solve it? |
See #63.
But I'd check #65 and #53 (comment) before trying this since many people have been having issues lately. |
cd C:\Users\WDAGUtilityAccount\Desktop\runtime_directory\ .\withdll.exe /d:GetSystemMetrics-Hook.dll "C:\Program Files (x86)\Respondus\LockDown Browser Lab OEM\LockDownBrowserLabOEM.exe"
Errors I get while trying to open it like this:
and when I try to launch it through the link I got from the university, I get this error:
The text was updated successfully, but these errors were encountered: