- NSIS/예제3 . . . . 6 matches
InstType "Normal Install"
InstType "Full Install"
;InstType /NOCUSTOM
;InstType /COMPONENTSONLYONCUSTOM
InstType: 1="Normal Install"
InstType: 2="Full Install"
- NSIS/Reference . . . . 4 matches
|| InstType || "Full Install" || Install 관련 component type 에 대한 정의. 순서대로 1,2,3,4...8 까지의 번호들이 매겨지며, 이는 추후 SectionIn 에서 해당 component 에 대한 포함관계시에 적용된다. ||
Section 은 설치를 위한 일종의 하나의 모듈, 컴포넌트이다. Section 과 InstType 은 다르다.
InstType 하나당 여러개의 Section 묶음으로 되어있는 것이다. 사용자는 각각의 Section 에 대해 활성/비활성화 함으로서 설치될 모듈들을 고를 수 있다.
|| SectionIn || 123 or 1-2-3|| 위에 적은 InstType 에 포함되는 Type의 번호를 넣는다. ||
Found 2 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.