How to Provide Parameters for Automated Deployment of Rhino 4.0

Note: This document is for Rhino 4.0. A newer version of this document exists for Rhino 5.

How to edit the Rhino 4.0 setup .INI file for automated installs

The literal content of the Rhino4Setup.INI file used when installing Rhino 4.0 from ActiveDirectory or SMS, or via a batch script, is displayed at the bottom of this page. See Installing Rhino.

You should get a fresh copy of that file from Rhino4Setup.ini or from the Rhinoceros folder of your Rhino 4.0 CD.

Edit this .INI file with a text editor like Notepad.

The capitalized parts are the special keywords (MSI Properties) that the Rhino installer recognizes. To have one of them feed to the installer MSI, remove the pound sign # at the beginning of the line, and set the content on the right of the equal sign appropriately. If you were to use the file as it is at the bottom of this page, the only parameters that would affect the install would be INSTALL_EN=1 and RMA_CDKEY=. (Please note, you will need to remove the # before your serial number, on the RMA_CDKEY= parameter.)

Parameters

Optional parameters

   #############################################################
   # Configuration file for installation of Rhino 4.0.
   # Text following a pound sign (#) on a line are ignored when this file is read.
   #
   # Empty values are also ignored.
   #
   # For details on using this file, please visit
   # [[rhino:installingrhino|InstallingRhino]]
   #
   #
   #############################################################
   # AUTOINSTALL = 0 # Interactive installation (default)
   # AUTOINSTALL = 1 # Silent Installation
   
   #############################################################
   #Installation directory:  (default is C:\Program Files\[[rhino:rhinoceros|RhinoCeros]] 4.0)
   # FOLDER = C:\Program Files\[[rhino:rhinoceros|RhinoCeros]] 4.0
   
   #############################################################
   # License Details:
   # WORKGROUP_NODE=1     # Install so Rhino uses Zoo license manager
   # WORKGROUP_NODE=0     # Install as stand-alone node. RMA_CDKEY is required.
   # RMA_CDKEY=XXXX-XXXX-XXXX-XXXX-XXXX # Your CD-Key
   # RMA_VALIDATION_CODE=____-____-____-____-____ # Your Validation Code, obtained from https://www.mcneel.com/validate/rhino/
   
   #############################################################
   #User and company information:   (default is information from Windows)
   # USERNAME=Joe Smith
   # COMPANYNAME=Acme Construction, Inc.
   
   #############################################################
   # Language Support:
   # Uncomment one or more of the following lines
   # to install language support for the language.
   
   #English:
    INSTALL_EN = 1   # Install English Language support
   # INSTALL_EN = 0  # Do NOT Install English Language support
   
   #French:
   # INSTALL_FR = 1   # Install French Language support
   # INSTALL_FR = 0  # Do NOT Install French Language support
   
   #Spanish:
   # INSTALL_ES = 1   # Install Spanish Language support
   # INSTALL_ES = 0  # Do NOT Install Spanish Language support
   
   #Italian:
   # INSTALL_IT = 1   # Install Italian Language support
   # INSTALL_IT = 0  # Do NOT Install Italian Language support
   
   #German:
   # INSTALL_DE = 1   # Install German Language support
   # INSTALL_DE = 0  # Do NOT Install German Language support
   
   #Czech:
   # INSTALL_CS = 1   # Install Czech Language support
   # INSTALL_CS = 0  # Do NOT Install Czech Language support
   
   #Polish:
   # INSTALL_PL = 1   # Install Polish Language support
   # INSTALL_PL = 0  # Do NOT Install Polish Language support
   
   #Simplified Chinese:
   # INSTALL_CN = 1   # Install Simplified Chinese Language support
   # INSTALL_CN = 0  # Do NOT Install Simplified Chinese Language support
   
   #Traditional Chinese:
   # INSTALL_TW = 1   # Install Traditional Chinese Language support
   # INSTALL_TW = 0  # Do NOT Install Traditional Chinese Language support
   
   #Korean
   # INSTALL_KO = 1   # Install Korean Language support
   # INSTALL_KO = 0  # Do NOT Install Korean Language support
   
   #Japanese
   # INSTALL_JA = 1   # Install Japanese Language support
   # INSTALL_JA = 0  # Do NOT Install Japanese Language support