Basic .br



Edgecam Automated installationBasicEdgecam can be installed silently from a batch file using the /SILENT command line parameter. The default settings will be used and in most cases this is sufficient. e.g. <DVD>\Edgecam\Setup.exe /SILENTSee for more command line options.AdvancedExample Automated Installation from a network driveTo help understand how you would go about creating an automated install script, we have written an example with appropriate comments. SampleAutomatedInstall_INNO.cmdCheck if operating system is 32bit or 64bitInstalls Edgecam by using a response file (depending on OS)Set some of the folder locations in the Local Machine so the user cannot alter them.Set the ToolStore to point to a network serverDisable the "Do you wish to register" question that is displayed first timeSet Edgecam to a network dongle with a specific license typeRun Edgecam with a PCI to set any optionsTo install Edgecam automatically you will first need to generate a Setup Instructions file. First run the Edgecam installation manually with a /SAVEINF=”filename” switch.This creates the file C:\TEMP\CONFIG.ISS which is an INNO Setup Instructions recording of the settings entered into the installer.e.g. <DVD>\Edgecam\Setup.exe /SAVEINF=”c:\temp\config.iss”This file can be copied to a convenient place on the server, for example the network Edgecam install folder. You may need more than one ISS file if different settings are needed. For example, 32bit installs into C:\Program Files\Planit\Edgecam 2014 R2 and 64bit into C:\Program Files (x86)\Planit\Edgecam 2014 R2.The ISS file is a text file and can be modified in an editor and the file name changed to suit the need. The install script will run the silent install"setup.exe" /LOADINF=”\\Myserver\EdgecamInstallSet\Edgecam\config.iss” /VERYSILENT/LOADINF = loads de Setup Instructions file/VERYSILENT = runs with no dialogs whatsoever/SILENT = doesn’t show the user any settings, but displays the installation progressSee Edgecam User Rights documentation for details on setting advanced user rights.See for more command line options. ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download