[State] ; defines the install location ; TargetDir=C:\OrCAD\OrCAD_16.2 ; ; Reboots if required at conclusion of installation ; RebootIfReqd=N ; ; identifies desired maintenance behavior ; possible values are: REMOVEALL, MODIFY, REPAIR ; OnMaintenance=REMOVEALL ; If REMOVEALL is selected for maintenance, this flag ; determines if rollback (if applicable) should ; be performed ; Rollback=Y [Features] ; Identifies feature list that should be manipulated. ; If the features is not listed here it is NOT ; selected for installation. Feature0=ALLORCAD16.2Products ;Feature1=ALLORCAD16.2Products\OrCAD_Capture_CIS ;Feature2=ALLORCAD16.2Products\PSpice ;Feature3=ALLORCAD16.2Products\OrCAD_Layout ;Feature4=ALLORCAD16.2Products\OrCAD_EE_Designer ;Feature5=ALLORCAD16.2Products\OrCAD_PCB_Designer ;Feature6=ALLORCAD16.2Products\OrCAD_Signal_Explorer ; [Data] ; ; The data section stores any other properties required by ; the installation. This list varies based on product. ; ; ;The complete path and name of the control file to be used for installation ;It is a better idea to specify the Features to install in this INI file rather ;than use a control file. The installer can install from the control file OR ;from the features listed in this file. If features are specified in this file ;and a control file is also specified, the features specified in this file are ignored. ; ;ControlFile=C:\Cadence\ControlFiles\cf.txt ; ;The working Directory ; WorkingDir=C:\OrCAD_Data ; ;File Associations Set to Y to override existing file associations at install time ; OverwriteProductFileAssoc=N OverwriteDragFileAccod=N ; ;SETTING LICENSE FILE ; ;Specifying the port and host information for the license server(s) sets the CDS_LIC_FILE environment variable used by ;Cadence applications to access the license server(s). ; ;You can get this information from the Cadence license file as follows: ; ; SERVER host1 83065c2 5280 ; ;Where, host name = host1 port = 5280 ; ; ;If you have multiple license servers and you want to access all of them, you can specify the port and host information ;for each of the license server delimited by a semi-colon as follows: port1@host1;port1@host2;port1@host3 ;For example: 5280@sunny;5280@blue;5280@sky ; ;If your license server has a fault-tolerant server configuration, you can specify the port and host information for eac ;server separated by a comma as follows: port@host1,port@host2,port@host3 For example: 5280@sunny,5280@blue,5280@sky ; ; ;You can get the host and port information for a fault-tolerant server from the Cadence license file as follows, ; ; SERVER host1 83065c2 5280 ; ; SERVER host2 83055b2 5280 ; ; SERVER host3 82045c4 5280 ; ;If you uncomment the following line, your CDS_LIC_FILE will be set to 5280@flexserver ;overwrite-lic-path=5280@flexserver ; ;If you uncomment the following line 5280@flexserver1 will be appended to current value of CDS_LIC_FILE variable. ;append-lic-path=5280@flexserver1