.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