change LogDir; add ProductProperty desktoplink, custom-post-install, custom-post-uninstall
fix incorrect path for the InstallDir
This commit is contained in:
24
OPSI/control
24
OPSI/control
@@ -21,6 +21,30 @@ onceScript:
|
||||
customScript:
|
||||
userLoginScript:
|
||||
|
||||
[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"]
|
||||
|
||||
[Changelog]
|
||||
gpg4win (2.1.0-5) stable; urgency=low
|
||||
|
||||
|
||||
Reference in New Issue
Block a user