|
|
|
Method |
Description |
Service Packs |
Best Suited for: |
| Individual installation from CD (most common) | Each seat is installed from the SolidWorks installation CDs. |
Original CDs are required when
patching. Service packs are downloaded and applied to each computer. |
Individual users
Users with administrative privileges during install and upgrade. Locations where original CDs are available for installations and service packs. |
| Command prompt (silent installation*) | Installation parameters are specified with a command prompt (command line) or batch file. | The system administrator applies a service pack to the administrative image**; service packs are downloaded and applied to each computer. |
Users with administrative
privileges during install and upgrade. System administrators who want a customized installation. |
A silent installation is administered without the display of a user interface or dialog boxes.
An administrative image is a source image of the COSMOS software on a network. It is similar to a source image on a CD-ROM. Users who have access to the administrative image can install the product from this source.
To serve the COSMOS application files across a network, you create an administrative image of the COSMOS application files on a server's hard drive. You can install the administrative image from any computer on the network, including the client computer.
The resulting administrative image is a structure of folders in an uncompressed format. Once the administrative image is created, additional installations on computers across the network can be started from this server location.
Client computers can access the administrative image to run a COSMOS application on their local computers. An installation must be performed on each client computer before it can access and use the COSMOS application on the server.
Items to note:
An individual installation is one in which the COSMOS software resides and runs on a user's computer.
To install on a local computer from the CD:
Insert SolidWorks Disk 4 into your CD-ROM drive, and follow the on-screen instructions. You may need to reboot your computer when installation is complete.
If you install the COSMOS software with the CD, and you apply a service pack to the installation at a later time, you need the original CD set to upgrade to a service pack.
Due to Microsoft limitations, you cannot install the COSMOS
application from a remote CD-ROM drive.
|
Specify COSMOS License Information |
See License Information. |
|
COSMOSWorks Option |
Select one or more COSMOS applications to install. |
|
COSMOS 2006 Install Choice |
|
|
Destination Folders |
Install the COSMOS software on a local drive, not on a network drive. Identify the path to the SolidWorks software. |
To create an administrative image with a command prompt:
msiexec /a <Msi_path>
Type msiexec ? for a list of
parameters.
In the command prompt above, the variable, Msi_path, represents the path and filename of the .msi file for your operating system and language. The COSMOSWorks .msi file name is constructed as follows:
i386_COSMOSWorks_<language>.msi
| Values for <language> |
| Czech |
| Chinese |
| Chinese-Simplified |
| English |
| French |
| German |
| Italian |
| Japanese |
| Korean |
| Polish |
| Russian |
| Spanish |
A sample command prompt is:
msiexec /a F:\cwwi\COSMOSWorks\i386_COSMOSWorks_English.msi
To remove an administrative image from the server:
To pass properties to a silent installation:
Use the
following examples as templates for a silent installation. A
detailed description of all properties is in the
Properties
section of this document.
|
Installation type |
Properties |
Example |
| Individual |
|
msiexec /i "<Msi_path>" INSTALLDIR="C:\Program Files\<your_chosen_folder>" SOLIDWORKSPATH="<path to SolidWorks>" CWUPGRADEINSTALL=1 ADDLOCAL=German, /qb |
| Client | The properties described above | msiexec /i "<Msi_path>" INSTALLDIR="C:\Program Files\<your_chosen_folder>" SOLIDWORKSPATH="<path to SolidWorks>" CWUPGRADEINSTALL=1 ADDLOCAL=German, /qb |
The following table shows the features available for the ADDLOCAL and ADDSOURCE properties. When you install the COSMOS applications as a client, use ADDSOURCE instead of ADDLOCAL. Command prompt feature names are case sensitive, cannot contain spaces or dashes, and must be separated by commas.
The English command prompt syntax
must be used regardless of the language you install.
|
Feature |
Command prompt syntax |
|
Language support: |
|
| Czech | Czech |
| Chinese | ChTraditional |
| Chinese Simplified | ChSimplified |
| English | English |
| French | French |
| German | German |
| Italian | Italian |
| Japanese | Japanese |
| Korean | Korean |
| Polish | Polish |
| Russian | Russian |
| Spanish | Spanish |
The above language list is valid for COSMOSWorks only. COSMOSMotion
is available in English, Chinese, French, Italian, German, and
Japanese. COSMOSFloWorks is available in English and Japanese.
COSMOSM
If you are installing multiple seats of the COSMOS application, you may find it convenient to use a remote installation application to install the seats over the network, without displaying the installation dialog boxes. See the next section, Properties, for a list of the global properties to pass to the remote installation program.
The following is a list of all the
defined global properties and their meanings.
|
Property |
Description and format |
|
CWUPGRADEINSTALL |
Upgrades an existing version of
a particular COSMOS application software. 1: Update 2: New installation; install in a new directory Defined for individual installations and client installations from an administrative image. |
|
INSTALLDIR |
Specifies the installation for a
particular COSMOS application software. Defined for individual installations only. |
|
LICENSEFILEPATH |
Specifies where you have the
COSMOS license file on your computer. After the
installation, this file is automatically copied into the
COSMOS installation directory. Defined for individual installations and client installations from an administrative image. |
|
LICENSEHOSTNAME |
Host name of the server machine. This property must be specified if you are using the property SELECTIONWITHLICENSE="2" in the command line option. |
|
LICENSEPORT |
Port number of the server
machine. This property must be specified if you are using the property SELECTIONWITHLICENSE="2" in the command line option. |
|
SELECTIONWITHLICENSE |
1: If you want to point to a
license.dat file 2: If you want to use the portnumber@hostname option to access the license from a server machine. Defined for individual installations and client installations from an administrative image. |
|
SOLIDWORKSPATH |
Specifies the folder where the
SolidWorks software is installed. Defined for individual installations and client installations from an administrative image. |
|
SWDISTSUBTYPE |
Specifies the SolidWorks edition
installed on the computer. 0: Commercial Edition 2: Educational Edition 3: Student Edition |
|
TARGETDIR |
Specifies the installation for a
particular COSMOS application software. Defined for administrative installations only. |
To modify, repair, or remove the installation:
A service pack is the means by which product updates are distributed. Service packs may contain updates for system reliability, program compatibility, security, and more. Service packs are applied as patches to an existing software version. For example, COSMOSWorks 2006 SP1 is a service pack for COSMOSWorks 2006 SP0.
To apply a service pack to individual installations from CD:
An unzipping utility appears.
The administrative image you used must be accessible and in the same
location where you originally installed it.
A .msp file is extracted. An example file name is cw2006_sp00210_i_Eng.msp.
msiexec /a <path_to_.msi_file_of_an_administrative_image> /p <path_to_.msp_file>
Example: msiexec /a C:\adminimage\COSMOSWorks\i386_COSMOSWorks_English.msi /p C:\CW2006SP10Unzip\cw2006_sp00210_i_Eng.msp.
An upgrade is a new version of software installed from either an administrative image or from a new set of CDs. For example, COSMOSWorks 2006 is an upgrade from COSMOSWorks 2005.
You must install the new version of software as a new administrative image. You cannot modify the existing administrative image.
To upgrade an administrative image:
To upgrade an existing version of COSMOS with a silent installation, use the /i and /qb options of the msiexec.exe command. See the Properties section for a list of the global properties that can be passed with the command prompt.
For example, to upgrade an existing version of COSMOSWorks, enter the command:
msiexec /i "< Msi_path>" INSTALLDIR="C:\Program Files\<your_chosen_folder>" CWUPGRADEINSTALL=1 /qb
COSMOS supports three types of license:
You need to obtain a license file for all license types. The license file name is license.dat.
To obtain a license file:
- or -
After installation, go to the SolidWorks website and click Services, Support, COSMOS, License Request Form.
An individual license is a node-locked or hardware-locked license.
To activate an individual license:
- or -
After installation, click Start, All Programs, SolidWorks, COSMOS Tools, License Administrator Tool.
In the COSMOS License Administrator dialog box, on the Status tab, click Configure License.
Click Select COSMOS License File and browse to license.dat.
Click OK then Refresh.
To use a network license, you must install the license service on a server then connect clients to this license service.
To install the COSMOS Network License Manager:
You cannot run the COSMOS software on the server using this installation.
To activate a network license on a client installation:
You must first prepare a license server with the steps in
To install the COSMOS Network
License Manager.
During installation, select Set Port and Host Name of License Server in the Specify COSMOS License Information dialog box.
The port number is specified in license.dat. You can open this file in a text editor. In the SERVER line, the last four digits are the port number. The default number is 7585.
The host name is the name of the computer acting as the host of the COSMOS license.
- or -
After installation, click Start, All Programs, SolidWorks, COSMOS Tools, License Administrator Tool.
In the COSMOS License Administrator dialog box, on the Status tab, click Configure License.
Select Set Port and Host of the License Server.
Type the values in Port Number and Hostname of License Server.
Click OK then Refresh.