Drop windows xp support and switch to windows 7+
This commit is contained in:
45
OPSI/control
45
OPSI/control
@@ -1,23 +1,50 @@
|
||||
[Package]
|
||||
version: RELEASE
|
||||
version: 6
|
||||
depends:
|
||||
incremental: False
|
||||
|
||||
[Product]
|
||||
type: localboot
|
||||
id: windows.activation
|
||||
name: windows.activation
|
||||
description: Activating MS-OS (XP/2003)
|
||||
advice: ADVICE
|
||||
version: VERSION
|
||||
priority: PRIORITY
|
||||
id: activate-win
|
||||
name: Windows Activation
|
||||
description: Tries to activate this Windows installation
|
||||
advice:
|
||||
version: 1.0
|
||||
priority: 0
|
||||
licenseRequired: False
|
||||
productClasses:
|
||||
setupScript: setup32.ins
|
||||
uninstallScript: uninstall32.ins
|
||||
setupScript: setup.ins
|
||||
uninstallScript:
|
||||
updateScript:
|
||||
alwaysScript:
|
||||
onceScript:
|
||||
customScript:
|
||||
userLoginScript:
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: poolid-or-licensekey
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: id from opsi-license-management-pool or license key
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: method
|
||||
multivalue: False
|
||||
editable: False
|
||||
description: What should we do:
|
||||
"only-activate" : activate with the installed key
|
||||
"opsi License management": get key from opsi (need the poolid in other property) and activate
|
||||
"licensekey from property": get licensekey from property 'poolid-or-licensekey' and activate
|
||||
values: ["licensekey from property", "only-activate", "opsi License management"]
|
||||
default: ["only-activate"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: httpproxy
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: httpproxy needed for activation proxy.mycompany.com:3218
|
||||
default: [""]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user