Drop windows xp support and switch to windows 7+

This commit is contained in:
Mario Fetka
2014-02-21 11:34:08 +01:00
parent 6f8f604b2d
commit 7524ae12c1
7 changed files with 237 additions and 215 deletions

View File

@@ -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: [""]