[Package]
version: 1
depends: 

[Product]
type: localboot
id: opsi-win-driver-update
name: opsi Windows Driver Update
description: Installs Windows Driver from the netboot driver repository or a given driver directory
advice: Windows only, only win7 and above
version: 4.3.0.1
priority: 0
licenseRequired: False
productClasses: 
setupScript: setup.opsiscript
uninstallScript: uninstall.opsiscript
updateScript: 
alwaysScript: 
onceScript: 
customScript: 
userLoginScript: 

[ProductProperty]
type: unicode
name: driver_path
multivalue: False
editable: True
description: Path to the driver directory.'auto'= from netboot product driver repo; default=auto
values: ["auto","c:\\drv"]
default: ["auto"]

[ProductProperty]
type: unicode
name: netbootproduct
multivalue: False
editable: True
description: name of the netboot product (where we can find the driver in driver_path auto mode). 'auto'= try to detect the used netboot product; default=auto
values: ["auto","win11-x64"]
default: ["auto"]

[ProductProperty]
type: bool
name: force_import_cert_from_sys
description: if true, installation of not correct signed will be possible by extracting the certs from the .sys file and import it to the cert store; default=false
default: False

[ProductProperty]
type: bool
name: force_reinstallation
description: if true, we try to install the driver even if it seems to be installed in the repo version; default=false
default: False
