From 8309853c6a79609dbca7d09d9554f55204360525 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Mon, 9 Mar 2026 14:42:20 +0100 Subject: [PATCH] install-pcvisit-remotehost.bat aktualisiert --- install-pcvisit-remotehost.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-pcvisit-remotehost.bat b/install-pcvisit-remotehost.bat index 3e88c1c..b31e389 100644 --- a/install-pcvisit-remotehost.bat +++ b/install-pcvisit-remotehost.bat @@ -1,7 +1,7 @@ @echo off setlocal -set "URL=https://lb3.pcvisit.de/v1/hosted/jumplink?func=download&topic=remoteHostSetup&destname=pcvisit_Remote-Host_Setup&os=osWin32" +set "URL=https://stable-update.pcvisit.de/v1/hosted/jumplink?func=download&topic=remoteHostSetup&productrole=remoteHostSetup&gateway=stable-update.pcvisit.de&companyid=6684590965" set "SETUPFILE=%TEMP%\pcvisit_Remote-Host_Setup.exe" @@ -15,7 +15,7 @@ if not exist "%SETUPFILE%" ( ) echo Starte Installation... -"%SETUPFILE%" /S /CompanyAccountId=F6684590965 /UseCompanyPreset +"%SETUPFILE%" /S /UseCompanyPreset del "%SETUPFILE%"