Batch files for Automatic (silent) installs
Batch files for Automatic (silent) installs
(OP)
Hello,
I need help on creating a batch file which will automatically(from command line) install and/or update SW and then also PDMWorks, eDrawings, SWExplorer etc. I've seen examples, but not being an expert in this, I still need some guidance. Does anyone have an example and knowledge that they could share and explain?
I have referenced the SW install guides, and I can duplicate what they have, but theres nothing for installing the extras at the same time. Also, it would be helpful to actually understand the commands and switches that are used.
We have 6 seats of SW and growing. We will be installing from an administrative image on our server. Currently we use SW 2006 SP 4.0 on Windows XP&2000
Thank you,
Craig
Force Design, Inc.
I need help on creating a batch file which will automatically(from command line) install and/or update SW and then also PDMWorks, eDrawings, SWExplorer etc. I've seen examples, but not being an expert in this, I still need some guidance. Does anyone have an example and knowledge that they could share and explain?
I have referenced the SW install guides, and I can duplicate what they have, but theres nothing for installing the extras at the same time. Also, it would be helpful to actually understand the commands and switches that are used.
We have 6 seats of SW and growing. We will be installing from an administrative image on our server. Currently we use SW 2006 SP 4.0 on Windows XP&2000
Thank you,
Craig
Force Design, Inc.
Craig Sink
Mechanical Engineer
Force Design, Inc.






RE: Batch files for Automatic (silent) installs
Search and here and in Help.
ref thread559-120784
Chris
Systems Analyst, I.S.
SolidWorks/PDMWorks 05
AutoCAD 06
ctopher's home site (updated 06-21-05)
FAQ559-1100
FAQ559-716
RE: Batch files for Automatic (silent) installs
Here's a sample command line to install SW and Featureworks with default options and a basic user interface (progress bar and prompt at the end of the install):
msiexec /i English_i386_SolidWorks.msi ADDLOCAL=Solidworks,English,Manuals,Featureworks /qb
RE: Batch files for Automatic (silent) installs
http://unattended.msfn.org/unattended.xp/
Especially the forums contain a wealth of informantion (the MS Install posts are relevant to SW)
Stefan Hamminga
EngIT Solutions
CSWP/Mechanical designer/AI student
RE: Batch files for Automatic (silent) installs
Thanks all for the responses. Ctopher, I have followed that thread and looked in help etc. I've been able to create an admin image, but that only involves SW and not the additional items such as edrawings and DWGEditor.
StefanHamminga, I looked through your reference and all that looks very interesting. I am trying to keep it simple and use the methods SW provides along with the additional batch files that are needed. I know others have done it, but not being an expert on this, I haven't been able to decipher the bits and pieces they've posted enough to apply it to my situation.
To restate simply, I think I've got the part that installs SW from an admin image; Now I would like to be able to call a batch file at the end of that which would install eDrawings, SW Explorer, & DWGEditor.
Thank you,
Craig Sink
Mechanical Engineer
Force Design, Inc.
RE: Batch files for Automatic (silent) installs
Sample command line for e-Drawings install:
msiexec /i eDrawings.msi LOGPERFORMANCE=0 ADDLOCAL=eDrawingsViewer,DXFDWGTranslator /qb-
RE: Batch files for Automatic (silent) installs
You posted 2 lines that could be added to the batch file:
msiexec /i eDrawings.msi LOGPERFORMANCE=0 ADDLOCAL=eDrawingsViewer,DXFDWGTranslator /qb-
Where is the eDrawings.msi located? Do I not have to specify a path for these two lines? If I do, I'm not sure where that is.
Thank you for your help,
Craig Sink
Mechanical Engineer
Force Design, Inc.
RE: Batch files for Automatic (silent) installs
Helpful SW websites FAQ559-520
How to get answers to your SW questions FAQ559-1091
RE: Batch files for Automatic (silent) installs
I'm not sure I follow you. I'm wanting to install from an admin image to a users computer. I know where the English_i386_SolidWorks.msi file is, but not the eDrawings.msi. I have to direct the computer to the right path...right?
Thanks,
Craig Sink
Mechanical Engineer
Force Design, Inc.
RE: Batch files for Automatic (silent) installs
Maybe the following will help;
http
This was found at;
http://w
Helpful SW websites FAQ559-520
How to get answers to your SW questions FAQ559-1091
RE: Batch files for Automatic (silent) installs
To fix that, I just copied the edrawings folder from CD #3 and I'll install from there. This brings up another thought; do others recommend installing SW on the server along with the admin image? Or maybe just copying the CD's to the server is sufficient? (I won't actually use the SW installation; its just for testing, etc)
Thanks for all the input,
Craig Sink
Mechanical Engineer
Force Design, Inc.
RE: Batch files for Automatic (silent) installs
Chris
Systems Analyst, I.S.
SolidWorks/PDMWorks 05
AutoCAD 06
ctopher's home site (updated 06-21-05)
FAQ559-1100
FAQ559-716
RE: Batch files for Automatic (silent) installs
For future reference, you can also extract the files from the eDrawings EXE file using WinZip, 7-Zip or whatever works best for you. The MSI file you're looking for is among the files that will be extracted. That's how I create the admin image for eDrawings.