Feature Name
|
Feature Description
|
---|---|
ALL
|
Use this feature to install all the features for Creo Illustrate. It does not require any other features to be specified. It is highly recommended to use this feature unless you are required to deploy a specific subset of features for Creo Illustrate.
|
main
|
Core Creo Illustrate runtime. This feature is required.
|
en
|
Basic language resources. This feature is required.
|
doc
|
CHM Help file. This feature is required.
|
admintool
|
Adds the ability to edit Creo Illustrate standards.
|
licvar
|
Sets the license server variable. Must be used with the LICENSESERVER property.
|
Language
|
Feature for User Interface
|
Feature for Help
|
---|---|---|
English—This feature is required.
|
en
|
doc
|
German
|
de
|
docde
|
Spanish
|
es
|
doces
|
French
|
fr
|
docfr
|
Italian
|
it
|
docit
|
Japanese
|
ja
|
docja
|
Korean
|
ko
|
docko
|
Russian
|
ru
|
docru
|
Portuguese—Brazil
|
pb
|
docpb
|
Chinese—Simplified
|
cs
|
doccs
|
Chinese—Traditional
|
ct
|
docct
|
Feature Name
|
Import Filter
|
||
---|---|---|---|
dwg
|
3D DWG support. This feature is a prerequisite for pvifdwg
|
||
pvimportall
|
Forces the installation of all the pvif* features listed in the individual import filters table.
Works in conjunction with the ALLIMPORTFILTERS=1 property.
Using this feature on its own prevents the need for using the pvimport and pvif* individual features.
|
||
pvimport
|
Basic set of files required for installing the import filters listed below. This is a prerequisite to any pvif* feature. This feature should be used in conjunction with at least one of the pvif* features.
|
|
When you install the pvimportall feature, it is installed as a hidden feature and none of the public import filters appear as installed. To view the other hidden features in the MSI user interface after the installation, install the multiple individual features instead. Run the following command lines to install the import filters individually:
start /w CreoIllustrate_64.exe /vADDLOCAL="main,admintool,dwg,en,doc,pvimportall" ALLIMPORTFILTERS="1" /qb
start /w CreoIllustrate_64.exe /vADDLOCAL="main,admintool,dwg,en,doc
,pvifcatiadirect,pvifdae,pvifdgn,pviffbx,pvifgbf,pvifiges ,pvifinvdirect,pvifobj,pvifpgl,pvifsedirect,pvifstep,pvifstl,pvifvrml" /qb The installation is done using the ALLIMPORTFILTERS=1 property set, and is only uninstalled or upgraded using the same property as the following command line:
msiexec /x <PackageCode> ALLIMPORTFILTERS=1
start /w C:\Windows\system32\msiexec.exe /x {92B82EA2-7659-4A9F-95AF-6D40A2B1F3C6} ALLIMPORTFILTERS="1" /qb In this command line, <PackageCode> is the CLSID retrieved from the following registry location: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVerion\Uninstall. Search for Creo Illustrate. Each MSI package you create has a different package code, so you cannot copy and paste the following example below which comes from a development package.
|
Feature Name
|
Import Filter
|
---|---|
pvifcatiadirect
|
Import filter for CATIA model format
|
pvifdae
|
Import filter for Collada model format
|
pvifdgn
|
Import filter for DGN model format
|
pviffbx
|
Import filter for FBX model format
|
pvifgbf
|
Import filter for GAV and GBF model formats
|
pvifiges
|
Import filter for IGES model format
|
pvifinvdirect
|
Direct import filter for Inventor 3D model formats (IPT and IAM)
|
pvifobj
|
Import filter for OBJ 3D model formats
|
pvifpgl
|
Import filter for PGL model format
|
pvifsedirect
|
Direct import filter for Solid Edge 3D model formats (PAR, ASM, PSM
|
pvifswdirect
|
Direct import filter for SolidWorks model format
|
pvifstep
|
Import filter for STEP model format
|
pvifstl
|
Import filter for STL model format
|
pvifvrml
|
Import filter for VRML model format
|