Forum Foren spacedesk Discussions Spacedesk silent install from flash drive.

Ansicht von 6 Beiträgen – 1 bis 5 (von insgesamt 5)
  • Autor
    Beiträge
  • #3968
    Peter
    Teilnehmer

    If you have access to the Internet, you can do this with the command:(without flash drive)

    winget install –id Datronicsoft.SpacedeskDriver.Server –silent –accept-package-agreements

    But How to install Spacedesk server on Windows 10 in silent mode from flash drive without user and internet interference? (autorun and *.bat)

    #3983
    spacedesk Lea
    Administrator

    Hi @peter,
    You can use this sample command for silent install of spacedesk Driver msi.

    msiexec /i C:\spacedesk_driver_Win_10_64_v1018_BETA.msi /qn /norestart

    #3992
    Peter
    Teilnehmer

    I try this command but had no success.
    msiexec run on 1 second and off (I see this in Taskmanager)
    but if manually run *.bat as Administrator (from the menu) works OK.

    How modify this command to run as *.bat with admin privileges?
    I try Runas command but stop on „enter password“ prompt.

    #3994
    jortegaa3289
    Gesperrt

    Thanks, I was looking for the same.

    #4023
    Peter
    Teilnehmer

    I found an intermediate solution.
    You need to create * .bat script and inside:
    msiexec / i C: \ spacedesk_driver_Win_10_64_v1018_BETA.msi / qn / norestart

    (The installer can be on a flash drive)

    With some programs, we change BAT to EXE (in Invisible mode – do not show the window) and name it e.g. spacedesk.exe
    (Unfortunately, many antivirus programs treat the file created in this way as a threat and try to block it. You need to find one that at least bypasses Windows Defender. You can check this on the VirusTotal website)

    Click on the spacedesk.exe file with the right mouse button and select „Run as administrator“ from the menu.

    You can also select Compatibility in File Properties and Run this program as Administrator, but when run this way, a little info window pops up.

    #4026
    spacedesk Lea
    Administrator

    Great to hear that you found a solution.

Ansicht von 6 Beiträgen – 1 bis 5 (von insgesamt 5)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.