Fix broken VirtViewer download links (virt-manager.org dead, use gitlab.com release)

This commit is contained in:
2026-07-06 11:01:30 +02:00
parent ebb405ab9b
commit f4828f73b9
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -18,7 +18,7 @@ Jetzt automatisch herunterladen und installieren (ca. 30 MB)?" \
DetailPrint "Lade VirtViewer herunter..." DetailPrint "Lade VirtViewer herunter..."
nsExec::ExecToLog 'powershell.exe -NonInteractive -Command \ nsExec::ExecToLog 'powershell.exe -NonInteractive -Command \
"Invoke-WebRequest \ "Invoke-WebRequest \
-Uri \"https://virt-manager.org/download/virt-viewer-x64.msi\" \ -Uri \"https://gitlab.com/virt-viewer/virt-viewer/-/releases/v11.0/downloads/virt-viewer-x64-11.0-1.0.msi\" \
-OutFile \"$TEMP\virt-viewer-setup.msi\" \ -OutFile \"$TEMP\virt-viewer-setup.msi\" \
-UseBasicParsing"' -UseBasicParsing"'
Pop $0 Pop $0
@@ -26,7 +26,7 @@ Jetzt automatisch herunterladen und installieren (ca. 30 MB)?" \
MessageBox MB_OK|MB_ICONEXCLAMATION \ MessageBox MB_OK|MB_ICONEXCLAMATION \
"Download fehlgeschlagen (Fehlercode: $0).$\n$\n\ "Download fehlgeschlagen (Fehlercode: $0).$\n$\n\
Bitte VirtViewer nach der Installation manuell installieren:$\n\ Bitte VirtViewer nach der Installation manuell installieren:$\n\
https://virt-manager.org/download/" https://gitlab.com/virt-viewer/virt-viewer/-/releases/v11.0"
Goto vv_skip Goto vv_skip
${EndIf} ${EndIf}
@@ -40,7 +40,7 @@ https://virt-manager.org/download/"
MessageBox MB_OK|MB_ICONEXCLAMATION \ MessageBox MB_OK|MB_ICONEXCLAMATION \
"VirtViewer-Installation schlug fehl (Code: $0).$\n$\n\ "VirtViewer-Installation schlug fehl (Code: $0).$\n$\n\
Bitte nach Abschluss manuell installieren:$\n\ Bitte nach Abschluss manuell installieren:$\n\
https://virt-manager.org/download/" https://gitlab.com/virt-viewer/virt-viewer/-/releases/v11.0"
${EndIf} ${EndIf}
Goto vv_skip Goto vv_skip
+1 -1
View File
@@ -303,7 +303,7 @@ function launchRemoteViewer(vvPath) {
if (i >= candidates.length) { if (i >= candidates.length) {
const hint = const hint =
process.platform === 'win32' process.platform === 'win32'
? 'Windows: https://virt-manager.org/download/\n\n' + ? 'Windows: https://gitlab.com/virt-viewer/virt-viewer/-/releases/v11.0\n\n' +
'Falls VirtViewer an einem nicht-standardmäßigen Ort installiert ist, ' + 'Falls VirtViewer an einem nicht-standardmäßigen Ort installiert ist, ' +
'trage den Pfad unter „Einstellungen → Viewer-Pfad" ein.' 'trage den Pfad unter „Einstellungen → Viewer-Pfad" ein.'
: 'Linux: sudo apt install virt-viewer'; : 'Linux: sudo apt install virt-viewer';