change LogDir; add ProductProperty desktoplink, custom-post-install, custom-post-uninstall

fix uninstall - script pause for 1 second
This commit is contained in:
Dominik Daehn
2019-06-19 07:14:42 +02:00
parent 2c0a52f672
commit eed2260266
4 changed files with 102 additions and 5 deletions

View File

@@ -30,3 +30,27 @@ description: which architecture (32/64 bit) has to be installed
values: ["32 only", "64 only", "both", "system specific"]
default: ["system specific"]
[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"]