From 5efc4e731f6f30505e2379aae0a34c87d1fb25d5 Mon Sep 17 00:00:00 2001 From: Dominik Daehn Date: Fri, 18 Oct 2019 10:12:29 +0200 Subject: [PATCH] add ProductProperty DesktopLink CustomPostInstall CustomPostUninstall to control-File --- sample/All/OPSI/control | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/sample/All/OPSI/control b/sample/All/OPSI/control index fbd308e..c1fe27e 100644 --- a/sample/All/OPSI/control +++ b/sample/All/OPSI/control @@ -30,6 +30,30 @@ 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"] + [ProductDependency] action: setup requiredProduct: sereby.aio