Jump to content

Recommended Posts

  • 1 month later...
Posted

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?

Posted

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"

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...