58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
[Package]
|
|
version: RELEASE
|
|
depends:
|
|
incremental: False
|
|
|
|
[Product]
|
|
type: localboot
|
|
id: windows-domainjoin
|
|
name: windows-domainjoin
|
|
description: Paket um PC in Domaene aufzunehmen
|
|
advice: ADVICE
|
|
version: VERSION
|
|
priority: PRIORITY
|
|
licenseRequired: False
|
|
productClasses:
|
|
setupScript: setup32.ins
|
|
uninstallScript: uninstall32.ins
|
|
updateScript:
|
|
alwaysScript:
|
|
onceScript:
|
|
customScript:
|
|
userLoginScript:
|
|
|
|
;[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]
|
|
type: unicode
|
|
name: namedomaene
|
|
multivalue: False
|
|
editable: True
|
|
description: Name der Domaene der PC beitreten soll
|
|
values: [""]
|
|
default: ["DomainName"]
|
|
|
|
[ProductProperty]
|
|
type: unicode
|
|
name: joinadmin
|
|
multivalue: False
|
|
editable: True
|
|
description: Accountname mit Berechtigung PC in Domaene aufzunehmen
|
|
values: [""]
|
|
default: ["JoinAdmin"]
|
|
|
|
[ProductProperty]
|
|
type: unicode
|
|
name: joinadminpw
|
|
multivalue: False
|
|
editable: True
|
|
description: Passwort Accountname mit Berechtigung PC in Domaene aufzunehmen
|
|
values: [""]
|
|
default: ["JoinAdminPW"] |