|
|
During silent installation on Entra-ID enabled computers, a user-selection prompt appears during the installation process, which requires manual intervention.
|
|
Parameter
|
Values
|
Description
|
|---|---|---|
|
ART_INSTALLATION
|
“Full”
|
Installs the full package, all the product features
|
|
ART_PRODUCT_NAME
|
“PTC_Modelerx_x”
|
Product / Version identifier
|
|
ART_SETUP_TYPE
|
“Standalone”, “Client”, or “Server”
|
Specifies the installation mode
|
|
ART_UPGRADE
|
“0” or “1”
|
“0” — Fresh install
“1” — Upgrade
|
|
ART_LICENSE
|
“<License>”
|
License key or license configuration
|
|
ART_DEFAULT_LICENSE_SERVER
|
“License Server Name”
|
License Server (for client installation)
|
|
Parameter
|
Values
|
Description
|
|---|---|---|
|
INSTALL_MODEL_EDITOR
|
“0” or “1”
|
Installs Model Editor
|
|
INSTALL_MODELER_SERVER
|
“0” or “1”
|
Installs PTC Modeler Server
|
|
ART_CREATE_EXAMPLES
|
“0” or “1”
|
Installs the “Examples” repository
|
|
ART_CREATE_MODELS
|
“0” or “1”
|
Installs the “Models” repository
|
|
ADDLOCAL
|
“Feature 1”, “Feature 2”, ...
|
Custom feature selection list
|
|
Parameter
|
Language
|
|---|---|
|
ART_INSTALL_SYNC_IDL
|
IDL
|
|
ART_INSTALL_SYNC_ACS
|
ACS
|
|
ART_INSTALL_SYNC_ADA
|
ADA
|
|
ART_INSTALL_SYNC_C
|
C
|
|
ART_INSTALL_SYNC_C_PLUS
|
C++
|
|
ART_INSTALL_SYNC_C_SHARP
|
C#
|
|
ART_INSTALL_SYNC_JAVA
|
Java
|
|
ART_INSTALL_SYNC_VB
|
VB
|
|
ART_INSTALL_SYNC_SHADOW_TDK
|
TDK
|
|
Parameter
|
Example
|
Description
|
|---|---|---|
|
IS_SQLSERVER_SERVER
|
“Server\Instance”
|
SQL Server instance name
|
|
Parameter
|
Value
|
Description
|
|---|---|---|
|
LIC_TYPE <GUID>
|
“Local”
|
License type (local or server-based)
|
|
INSTALL_LICENSE_SERVER
|
“0” or “1”
|
Install license server (for server installations)
|
|
Parameter
|
Value
|
Description
|
|---|---|---|
|
ART_INSTALL_WEB_INTERFACE
|
“0” or “1”
|
Installs the Web Interface
|
|
ART_INSTALL_MODEL_MANAGER_WEB
|
“0” or “1”
|
Installs Model Manager web
|
|
IIS_SSL_CERTIFICATE_VALIDATE
|
“0” or “1”
|
Enables SSL validation
|
|
IIS_SSL_CERTIFICATE
|
“Certificate Hash”
|
SSL certificate thumbprint
|
|
Parameter
|
Description
|
|---|---|
|
ART_REST_SERVICE_USER_PWD <GUID>
|
Password for REST services
|
|
ART_PTC_IM_WSU_PASSWORD1
|
Winchill integration password
|
|
ART_PTC_IM_WSU_PASSWORD2
|
Confirm password
|
|
Parameter
|
Description
|
|---|---|
|
ART_INSTALL_DOORS
|
Enable DOORS integration
|
|
ART_DOORS_INSTALL_DIR <GUID>
|
DOORS installation path
|
|
Parameter
|
Example
|
Description
|
|---|---|---|
|
/L*v
|
C:\ProgramData\log.txt
|
Verbose log file path
|
|
/qn
|
Silent mode (no UI)
|
|
Value
|
Meaning
|
|---|---|
|
“1”
|
Enabled / Yes
|
|
“0”
|
Disabled / No
|
|
“Full”
|
Complete feature install
|
msiexec /i "PTCModeler_10_3.msi" /qn /L*v "C:\ProgramData\install.log" ART_SETUP_TYPE="Client" INSTALL_MODEL_EDITOR="1" INSTALL_MODELER_SERVER="0" IS_SQLSERVER_SERVER="MyServer\SQLEXPRESS"