39 lines
848 B
Plaintext
39 lines
848 B
Plaintext
|
[Package]
|
||
|
version: RELEASE
|
||
|
depends:
|
||
|
incremental: False
|
||
|
|
||
|
[Product]
|
||
|
type: localboot
|
||
|
id: notepadpp
|
||
|
name: Notepad++
|
||
|
description: Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.
|
||
|
advice: ADVICE
|
||
|
version: VERSION
|
||
|
priority: PRIORITY
|
||
|
licenseRequired: False
|
||
|
productClasses:
|
||
|
setupScript: setup32.ins
|
||
|
uninstallScript: uninstall32.ins
|
||
|
updateScript:
|
||
|
alwaysScript:
|
||
|
onceScript:
|
||
|
customScript:
|
||
|
userLoginScript:
|
||
|
|
||
|
[ProductProperty]
|
||
|
type: unicode
|
||
|
name: install_architecture
|
||
|
multivalue: False
|
||
|
editable: False
|
||
|
description: which architecture (32/64 bit) has to be installed
|
||
|
values: ["32 only", "64 only", "both", "system specific"]
|
||
|
default: ["system specific"]
|
||
|
|
||
|
[ProductDependency]
|
||
|
action: setup
|
||
|
requiredProduct: aio
|
||
|
requiredStatus: installed
|
||
|
requirementType: before
|
||
|
|