REM ################################################################
REM Installs: Velux daylight visualizer.
REM Arkitektur: x86
REM Download link:http://viz.velux.com/daylight_visualizer/download
REM Info: Installerar Velux daylight visualizer.
REM Contact information:
REM Documentation:
REM Created:
REM Modifyed:
REM Info:
REM Program reboots during install: No
REM Windows needs to be rebooted by SCCM after install: No
REM User interaction at install: No
REM Application dependencies: No
REM Produktkod:
REM Uninstall command:
REM ################################################################

setlocal

REM Kör setup för Velux daylight visualizer

"%~dp0Daylight_Visualizer_2.6.0.exe" /S

endlocal

REM Return exit code to SCCM
exit /B %EXIT_CODE%

  • No labels