add ProductProperty install_architecture
This commit is contained in:
parent
a390b56419
commit
670ef3be17
@ -27,6 +27,15 @@ requiredProduct: sereby.aio
|
|||||||
requiredStatus: installed
|
requiredStatus: installed
|
||||||
requirementType: before
|
requirementType: before
|
||||||
|
|
||||||
|
[ProductProperty]
|
||||||
|
type: unicode
|
||||||
|
name: install_architecture
|
||||||
|
multivalue: False
|
||||||
|
editable: False
|
||||||
|
description: which architecture (32/64 bit) has to be installed
|
||||||
|
values: ["32 only", "64 only", "both", "system specific"]
|
||||||
|
default: ["system specific"]
|
||||||
|
|
||||||
[ProductProperty]
|
[ProductProperty]
|
||||||
type: bool
|
type: bool
|
||||||
name: desktoplink
|
name: desktoplink
|
||||||
|
Loading…
Reference in New Issue
Block a user