@echo off

REM ################################################################
REM Installs: Solidworks
REM Arkitektur: x64
REM Download link:
REM Info: Installerar Solidworks
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 Solidworks.
msiexec /i "%~dp0SolidWorks.Msi" INSTALLDIR="C:\Program Files\SolidWorks" SOLIDWORKSSERIALNUMBER="XXXX XXXX XXXX XXXX XXXX XXXX" ENABLEPERFORMANCE=0 OFFICEOPTION=1 SERVERLIST=portnr@ipnr ADDLOCAL=All /qb

endlocal

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

  • No labels