Installing Penguin
Last changed: -204.177.179.108

.
SummaryHow to script the installation of Penguin.

Overview

Penguin installation scripting is similar to Rhino and Flamingo.

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

  <path to installer .exe> <parameters>

The command-line parameters are:

Examples

  "c:\my installers\penguin_en_20050726.exe" /RhinoVer=3 /CDKey=123456789ABC WorkgroupNode=N /Workspace=Y


  penguin_en_20050726.exe /RhinoVer=2 /WorkgroupNode=Y /Workspace=N /InstallPath="C:\Program Files\Renderers\Penguin"

Notes

Some users have had problems with Penguin installation scripting following this guide. Adding the /s /autoinstall options have solved their problems.