33 lines
688 B
Plaintext
33 lines
688 B
Plaintext
[Package]
|
|
version: RELEASE
|
|
depends:
|
|
incremental: False
|
|
|
|
[Product]
|
|
type: localboot
|
|
id: kliu.pendmove
|
|
name: Pend Move
|
|
description: tool to schedule an in-use file to be moved at reboot; useful for deleting malware
|
|
advice: ADVICE
|
|
version: VERSION
|
|
priority: PRIORITY
|
|
licenseRequired: False
|
|
productClasses:
|
|
setupScript: setup3264.ins
|
|
uninstallScript: uninstall3264.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"]
|
|
|