This page provides information on how to silently install Enscape. A silent installation allows you to complete Enscape installation without user input during the process using a predefined set of options. To set up a silent installation follow the instructions below.
To install Enscape on multiple machines, prepare a config.xml file with the following content and adjust it as needed.
<DefValues>
<Value Name="LOCALE" DataType="value">en-US</Value>
<Value Name="STDROOT" DataType="value">/Library/Chaos/Enscape</Value>
<Value Name="INSTALL_ARCHICAD" DataType="value">1</Value>
<Value Name="INSTALL_RHINO" DataType="value">1</Value>
<Value Name="INSTALL_SKETCHUP" DataType="value">1</Value>
<Value Name="INSTALL_VECTORWORKS" DataType="value">1</Value>
<Value Name="REMOTE_LICENSE" DataType="value">0</Value>
<LicServer>
<Host>localhost</Host>
<Port>30304</Port>
<Host1></Host1>
<Port1>30304</Port1>
<Host2></Host2>
<Port2>30304</Port2>
<User></User>
</LicServer>
</DefValues>
Mount the installation .dmg file to a directory of your choice from the command prompt with the following commands:
hdiutil attach Enscape-4.1.0.dmg -mountpoint ./enscape_mountpoint
Run the installation file from the command prompt with the following arguments:
./enscape_mountpoint/Enscape\ Installer.app/Contents/MacOS/Enscape.Installer -gui=0 -configFile="config.xml" -quiet=1
To silently uninstall Enscape, run the installation file from the command prompt with the following arguments:
./enscape_mountpoint/Enscape\ Installer.app/Contents/MacOS/Enscape.Installer -gui=0 -auto -uninstallApp="Enscape" -log="/Library/Chaos/Enscape/uninstall/install.log"
Once you are done with the installation/uninstallation, unmount the drive:
hdiutil detach ./enscape_mountpoint
VARIABLE | VALUE | DESCRIPTION |
LOCALE | de | Deutsch |
en-US | English (United States) | |
es | Español | |
fr | Français | |
it | Italiano | |
nl | Nederlands | |
pl | Polski | |
pt-BR | Português (Brasil) | |
zh-Hans | 中文(简体) | |
ja | 日本語 | |
STDROOT | path | Specifies the installation location for Enscape. The default for All Users installation is C:\Program Files\Enscape on Windows and /Library/Chaos/Enscape on macOS. |
INSTALL_ARCHICAD | 0/1 | Specifies whether Enscape should be installed for Archicad. |
INSTALL_RHINO | 0/1 | Specifies whether Enscape should be installed for Rhino. |
INSTALL_SKETCHUP | 0/1 | Specifies whether Enscape should be installed for SketchUp. |
INSTALL_VECTORWORKS | 0/1 | Specifies whether Enscape should be installed for Vectorworks. |
REMOTE_LICENSE | 0/1 | Specifies Local (0) or Remote (1) License Server. If Remote License Server is specified, its address must be in the LicServer section. |
LicServer | 0/1 | Specifies Host-Port entries for the License Server. Enter the address of the Remote License server here if REMOTE_LICENSE is 1. |