Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Busylight

Software to PDQ is successful, log on machine and software is not installed. Tried with the .msi and .exe and no luck getting the software to show on the test machines.

EXE version Command line for unattended install: Setup-Busylight.exe /s SILENT=TRUE

MSI version msiexec /i Setup-Busylight.msi CMDLINE="SILENT=TRUE" /quiet

Any suggestions or hints to help solve this install?

0

Comments

1 comment
Date Votes
  • From their Q&A:

    What are the command lines for unattended installations? .MSI file:

    Command line for unattended install: Setup-Busylight.msi /quiet CMDLINE=”SILENT=TRUE” Command line for unattended uninstall: msiexec /i Setup-Busylight.msi CMDLINE=”MODIFY=FALSE REMOVE=TRUE SILENT=TRUE” /quiet .EXE file:

    Command line for unattended install: Setup-Busylight.exe /s SILENT=TRUE Command line for unattended uninstall: Setup-Busylight.exe /s MODIFY=FALSE REMOVE=TRUE SILENT=TRUE Command line for unattended repair: Setup-Busylight.exe /s MODIFY=TRUE REMOVE=FALSE SILENT=TRUE

    If you use these options locally, do you have a successful install?

    0