2011-06-26 07:35:33 +02:00
|
|
|
[Package]
|
|
|
|
version: RELEASE
|
|
|
|
depends:
|
|
|
|
incremental: False
|
|
|
|
|
|
|
|
[Product]
|
|
|
|
type: localboot
|
2012-05-02 06:58:53 +02:00
|
|
|
id: bitvise.putty
|
2011-06-26 07:35:33 +02:00
|
|
|
name: Putty
|
|
|
|
description: PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator.
|
|
|
|
advice: ADVICE
|
|
|
|
version: VERSION
|
|
|
|
priority: PRIORITY
|
|
|
|
licenseRequired: False
|
|
|
|
productClasses:
|
2017-03-17 14:34:18 +01:00
|
|
|
setupScript: setup3264.ins
|
|
|
|
uninstallScript: uninstall3264.ins
|
2011-06-26 07:35:33 +02:00
|
|
|
updateScript:
|
|
|
|
alwaysScript:
|
|
|
|
onceScript:
|
|
|
|
customScript:
|
|
|
|
userLoginScript:
|
|
|
|
|
2017-06-27 18:25:19 +02:00
|
|
|
[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"]
|
|
|
|
|
2019-06-19 07:24:29 +02:00
|
|
|
[ProductProperty]
|
|
|
|
type: bool
|
|
|
|
name: desktoplink
|
|
|
|
description: Show Desktop Link on/off
|
|
|
|
default: False
|
|
|
|
|
|
|
|
[ProductProperty]
|
|
|
|
type: unicode
|
|
|
|
name: custom-post-install
|
|
|
|
multivalue: False
|
|
|
|
editable: True
|
|
|
|
description: Define filename for include script in custom directory after installation
|
|
|
|
values: ["none"]
|
|
|
|
default: ["none"]
|
|
|
|
|
|
|
|
[ProductProperty]
|
|
|
|
type: unicode
|
|
|
|
name: custom-post-uninstall
|
|
|
|
multivalue: False
|
|
|
|
editable: True
|
|
|
|
description: Define filename for include script in custom directory after uninstallation
|
|
|
|
values: ["none"]
|
|
|
|
default: ["none"]
|
|
|
|
|
2011-06-26 07:35:33 +02:00
|
|
|
[ProductDependency]
|
|
|
|
action: setup
|
|
|
|
requiredProduct: aio
|
|
|
|
requiredStatus: installed
|
|
|
|
requirementType: before
|
|
|
|
|