Installing Penguin 2.0

Summary: How to script the installation of Penguin

Penguin installation scripting is similar to Rhino and Flamingo.

The format of the command line you usually execute from a batch file (*.bat) is:

 msiexec /i <path to installer .msi> /qn <license-options>

The license-options parameters are:

Examples

 "msiexec /i Penguin20_Release_SR4_x64.msi /qn LICENSE_PRODUCTKEY="PE20-XXXX-XXXX-XXXX-XXXX-XXXX""
 "msiexec /i Penguin20_Release_SR4_x86.msi /qn ZOO_NETWORK="network""

Notes