Drop windows xp support and switch to windows 7+
This commit is contained in:
@@ -1,2 +1,40 @@
|
||||
Don't add cahngelog entries here!
|
||||
It get autogenerated by the opsi-builder.sh
|
||||
activate-win (1.0-6) stable; urgency=low
|
||||
* added proxysettings
|
||||
|
||||
-- bardo wolf <b.wolf@uib.de> 03 Sep 2012
|
||||
|
||||
activate-win (1.0-5) stable; urgency=low
|
||||
|
||||
* property: 'Poolid or Licensekey' renamed to licensekey from property
|
||||
- modified the tooltip from property method.
|
||||
* modified productId in setup.ins
|
||||
* added winflag.png as product-picture
|
||||
|
||||
-- erol ueluekmen <e.ueluekmen@uib.de> Fr, 10 Aug 2012 14:01:53 +0200
|
||||
|
||||
activate-win (1.0-4) stable; urgency=low
|
||||
|
||||
* property: 'Poolid or Licensekey' to decied which source
|
||||
* property: 'license source' to get Poolid or Licensekey
|
||||
|
||||
-- detlef oertel <d.oertel@uib.de> Fr, 09 Dec 2011 16:01:53 +0200
|
||||
|
||||
|
||||
activate-win (1.0-3) stable; urgency=low
|
||||
|
||||
* added poolid productProperty
|
||||
|
||||
-- erol ueluekmen <e.ueluekmen@uib.de> Mon, 19 Sep 2011 16:01:53 +0200
|
||||
|
||||
activate-win (1.0-2) stable; urgency=low
|
||||
|
||||
* sysnativ
|
||||
|
||||
-- bardo wolf <b.wolf@uib.de> Mon, 19 Sep 2011 15:01:53 +0200
|
||||
|
||||
opsi-template (1.0-1) stable; urgency=low
|
||||
|
||||
* initial
|
||||
|
||||
-- detlef oertel <d.oertel@uib.de> Mon, 05 Sep 2011 16:01:53 +0200
|
||||
|
||||
|
||||
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