@echo off

REM ################################################################
REM Installs: Raindance Classic 2010 Swe(x86)
REM
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 ################################################################

setlocal

REM Installerar Klient för Raindance Classic 2010
msiexec.exe /q ALLUSERS=2 /m /i "%~dp051224_rd2010vwin\RdWcSetup.msi"

xcopy "%~dp0Starta Raindance Classic.poc" "%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\" /Y

xcopy "%~dp0Starta Raindance Classic.poc" "%Public%\Desktop\" /Y

endlocal

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

  • No labels