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

fix incorrect path for the InstallDir64
This commit is contained in:
Dominik Daehn
2019-06-19 07:13:36 +02:00
parent c138d287a8
commit a390b56419
4 changed files with 70 additions and 8 deletions

View File

@@ -27,4 +27,26 @@ requiredProduct: sereby.aio
requiredStatus: installed
requirementType: before
[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"]