ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
MAMark Aspinall25/06/2008
I have just rolled out Solidworks 2007 (cant use 2008 yet due to customer requirements) to our users and noticed that they dont have Solidworks Explorer Installed.
I used the following script to install:
-------------------------------------------------
msiexec /i "\\HOSTNAME\software$\SW2007 SP5\English_i386_SolidWorks.msi" INSTALLDIR="C:\Program Files\SolidWorks" SOLIDWORKSSERIALNUMBER="0000 0000 0000 0000" ENABLEPERFORMANCE=0 INSTALLWDS=0 SERVERLIST=00000@flexsrv ADDLOCAL=SolidWorks,PhotoWorksRender,SampleFiles,Manuals,RealViewGraphicsdisplay,ScanTo3D,SolidWorksTaskScheduler,SolidWorksToolbox,SolidWorksUtilities,SolidWorksExplorer /qb
shutdown.exe -r
--------------------------------------------------

Is there an way to Install Solidworks Installer onto the existing Images using the msiexec script??
If id added the OFFICEOPTION=1 would that have installed Solidworks Explorer??

many Thanks