initial commit

This commit is contained in:
Peter Singer
2013-05-11 06:58:15 +02:00
commit 9a281df1a2
14 changed files with 704 additions and 0 deletions

50
OPSI/control Normal file
View File

@@ -0,0 +1,50 @@
[Package]
version: RELEASE
depends:
incremental: False
[Product]
type: localboot
id: softwareok.desktopok
name: DesktopOK
description: Save and restore the positions of icons.
advice: ADVICE
version: VERSION
priority: PRIORITY
licenseRequired: False
productClasses:
setupScript: setup3264.ins
uninstallScript: uninstall3264.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: install_version
multivalue: False
editable: False
description: which version has to be installed
values: ["dynamic", "static"]
default: ["dynamic"]
[ProductProperty]
type: unicode
name: desktop_icon_computer
multivalue: False
editable: False
description: Display My Computer Icon on the Desktop
values: ["nc","show", "hide"]
default: ["nc"]