Hulbert99 Posted September 24, 2015 Posted September 24, 2015 Hi all, Has anyone put Solidworks into MDT before? If so what command line did you use to install it silently? Thanks
Manny-Tech Posted November 10, 2015 Posted November 10, 2015 I'm just in the process of doing this myself. Are you deploying an administrative image? I've just got all the pre-requisites packaged and ready to go, just about to try the actual administrative image. How far down the line did you get with this?
Manny-Tech Posted November 11, 2015 Posted November 11, 2015 Finally conquered this. It seems it wasn't as simple as just running msiexec /i solidworks.msi /qb You have to go through setting all the Feature and Global properties. You can find all the relevant command line properties here: 2015 SOLIDWORKS Installation Help - Command-Line Properties Anyhow, hopefully below may help others should they need it: SolidWorks 2015 msiexec.exe /i "solidworks.msi" INSTALLDIR="C:\Program Files\SolidWorks Corp\SolidWorks" SOLIDWORKSSERIALNUMBER="XXXX XXXX XXXX XXXX XXXX XXXX" ADDLOCAL=FeatureWorks,PhotoView,SolidWorksToolbox,CircuitWorks,ExampleFiles,HelpFiles,Manuals,Motion,RealViewGraphicsdisplay,ScanTo3D,Simulation,SolidWorks,SolidWorksAnimator,SolidWorksCosting,SolidWorksDesignChecker,SolidWorksRoutedsystems,SolidWorksUtilities,TolAnalyst ENABLEPERFORMANCE=0 SERVERLIST=25734@SERVERNAME OFFICEOPTION=3 /qb /l*v "C:\solidworks.log" eDrawings msiexec.exe /i "edrawings.msi" INSTALLDIR="C:\Program Files\SolidWorks Corp\eDrawing x64 Edition" ADDLOCAL=ALL LOGPERFORMANCE=0 /QB /l*v "C:\edrawings.log" SolidWorks Composer Player msiexec.exe /i "SolidWorks Composer Player.msi" INSTALLDIR="C:\Program Files\SolidWorks Corp\SolidWorks Composer Player" /QB /l*v "C:\composerplayer.log" SolidWorks Flow Simulation msiexec.exe /i "SolidWorks Flow Simulation.msi" INSTALLDIR="C:\Program Files\SolidWorks Corp\SolidWorks Flow Simulation" SOLIDWORKSPATH="C:\Program Files\SolidWorks Corp\SolidWorks" /QB /l*v "C:\SolidWorksFlowSimulation.log" SolidWorks Plastics msiexec.exe /i "SolidWorks Plastics.msi" INSTALLDIR="C:\Program Files\SolidWorks Corp\SolidWorks Plastics" /QB /l*v "C:\csolidworkplastics.log"
Hulbert99 Posted November 12, 2015 Author Posted November 12, 2015 I thought I had done it, rolled it out and it wasn't on there! Will use your advice when I re-do the image thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now