-
Notifications
You must be signed in to change notification settings - Fork 11
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
Pairing service provides not working PowerShell script #12
Comments
Found the issue it seems. In the downloaded PS script the client URL from rport.io is still used which provides an msi file. It gets saved as a zip and then the Expand-Archive borks when trying to extract. |
Yep, can confirm download URL is not updated: if ($v)
{
# Set a specific version for the download url
$url = "https://github.com/cloudradar-monitoring/rport/releases/download/$( $v )/rport_$( $v )_Windows_x86_64.zip"
Write-Output "* Downloading $( $url ) ."
}
else
{
$url = "https://downloads.rport.io/rport/$( $release )/?arch=Windows_x86_64>=$currentVersion"
} I saw URL has been updated in |
The update is coming for Windows. I created the msi package but not signed yet. I will update you when the windows installer is ready. Meanwhile you can use manual install. The last release of openrport includes msi and zip for windows. |
The pairing has been updated and now support windows installer. I ll go an close the issue, feel free to reopen it if you get any more issue. |
Thanks! |
I think there is a missing comma at line 19.
|
You are right i will push an update to fix it. Thanks for the report |
Another issue is when tacoscript is installed, when updating:
Seem the URL in |
similar issue with windows upgrade script. Script previously worked with rport.io url. script contents: output:
-------------!! ERROR !!-------------Installation or updare of rport finished with errors.Error in line 933 Try the following to investigate:
|
I am having the same issue as @gusman21 Current workarrount is to run the powershell script with -m to not install/update tacoscript.
|
Tried the -m and got the below.
|
seems that error was only on my first alphabetical client which was windows 7. windows 10 clients look good. thanks for the -m. |
I will push an update in the script soon to solved this issue. |
Hi
Just installed openrport version 0.9.13 and added the new pairing service URL
https://pairing.openrport.io
. When I try to install a Win 10 Pro client in PowerShell run as administrator I get this output:I see there are quite a few changes with the old script. Any idea what is going on?
Thanks!
The text was updated successfully, but these errors were encountered: