Seite 1 von 1

Setting ProductProperty of a ProductDependency

Verfasst: 15 Nov 2016, 16:52
von bourhis
Hi,

is it possible to set a ProductProperty in a [ProductDependency] section of the "OPSI/control" file ?

Best regards.

Re: Setting ProductProperty of a ProductDependency

Verfasst: 15 Nov 2016, 16:58
von r.roeder
Hi,

a ProductDependency just defines the dependency of a product, it cannot be combined with property configurations.

But I'm certain there is a way to get whatever your goai is. Please describe what you want to achieve.

Greetings
Rupert

Re: Setting ProductProperty of a ProductDependency

Verfasst: 15 Nov 2016, 17:13
von bourhis
I have multiple "meta-product" "depart-soft-install" with a dependancy for all the soft of a standard installation in a a departement and I have to set a "ProductProperty" for some of them...
For example a departement needed an "Ms Office" installation with Outlook and another one without it !

Re: Setting ProductProperty of a ProductDependency

Verfasst: 15 Nov 2016, 20:32
von r.roeder
you could

either define variants of products instead of using properties;

or, a more subtile approach, you could set the product properties for the other products in the script of the meta product (by an opsiservicecall section)

or you set in the meta-product markers in the registry and use them instead of product properties

happy hacking