REM ################################################################
REM Installs: Keyshot (floating) 4.0.74
REM Arkitektur: x64
REM Download link:
REM Info:
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 Keyshot
"%~dp0keyshot_floating_w64_4.0.66" /S "/USERNAME=c:\Users\Public\Documents" "/FLEXLM=Portnr@IPadress"

REM Kör uppgraderingen till 4.0.74
"%~dp0keyshot_floating_w64_4.0.74_update.exe" /S "/USERNAME=c:\Users\Public\Documents"

REM Kopierar genväg till startmenyn.
xcopy /h /e "%~dp0KeyShot_4_64bit.lnk" "C:\programdata\Microsoft\Windows\Start Menu\KeyShot4 64bit\" /Y

endlocal

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

  • No labels