cdsetup.ini

来自「ARM编辑、编译软件」· INI 代码 · 共 48 行

INI
48
字号

[CDSETUP]

; *****************************************************************************
; Product Name
;
; A unique product name MUST be specified in order to register it with the 
; Licence Management Syetem.
; ***************************************************************************** 

ProductName=

; *****************************************************************************
; LicenceNo(n)
;
; In order to define multiple licence numbers for installation use LicenceNo(0) 
; to LicenceNo(24) (Maximum number of licence numbers = 25). Unique licence 
; numbers will be provided by C-Dilla.
; *****************************************************************************

LicenceNo(0)=

; *****************************************************************************
; NetworkPath(n)
;
; In order to define multiple network licence paths for network licence numbers 
; use NetworkPath(0) to NetworkPath(24). 
;
; NOTE: A valid LicenceNo(n) must exist foreach NetworkPath(n) that is defined. 
; *****************************************************************************

NetworkPath(0)=

; *****************************************************************************
; FilterRequired (0 - Not required (default), 1 - Required)
;
; Determines whether or not the product requires the use of the Licence 
; Management System's filter service. If the product does not require the 
; filter then there is less chance that a reboot will be required following 
; the installaltion of the licence management system (although on some 
; platforms if other products are already installed that already require the 
; filter then the machine may have to be rebooted anyway.
; *****************************************************************************

FilterRequired=0


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?