1 Commits
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..."
nsExec::ExecToLog 'powershell.exe -NonInteractive -Command \
"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\" \
-UseBasicParsing"'
Pop $0
@@ -26,7 +26,7 @@ Jetzt automatisch herunterladen und installieren (ca. 30 MB)?" \
MessageBox MB_OK|MB_ICONEXCLAMATION \
"Download fehlgeschlagen (Fehlercode: $0).$\n$\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
${EndIf}
@@ -40,7 +40,7 @@ https://virt-manager.org/download/"
MessageBox MB_OK|MB_ICONEXCLAMATION \
"VirtViewer-Installation schlug fehl (Code: $0).$\n$\n\
Bitte nach Abschluss manuell installieren:$\n\
https://virt-manager.org/download/"
https://gitlab.com/virt-viewer/virt-viewer/-/releases/v11.0"
${EndIf}
Goto vv_skip
+1 -1
View File
@@ -303,7 +303,7 @@ function launchRemoteViewer(vvPath) {
if (i >= candidates.length) {
const hint =
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, ' +
'trage den Pfad unter „Einstellungen → Viewer-Pfad" ein.'
: 'Linux: sudo apt install virt-viewer';