Intial package

This commit is contained in:
Mario Fetka
2013-07-23 19:23:35 +02:00
commit a002fcbcfa
10 changed files with 267 additions and 0 deletions

27
OPSI/changelog.txt Normal file
View File

@@ -0,0 +1,27 @@
wsusoffline 20130704.840-9 20130704 Joerg Steffens
* bugfix for 64 bit
* cleanup
wsusoffline 20130124.800-8 20130124 Joerg Steffens
* uses ShellBatch /sysnative instead of Winbatch. Prevents errors on 64bit?
* includelog for native wsusoffline log file (1000 lines)
wsusoffline 20121008.741-7 20121008 Joerg Steffens
* uses wsusoffline 7.4.1 RPM
wsusoffline 20120127.73-7 20120210 Joerg Steffens
* priority: -62, damit die anderen Pakete fuer die es ggf. Updates gibt, vorher installiert werden
wsusoffline 20120127.73-6 20120205 Joerg Steffens
* exit-wrapper
* removed instnet35
wsusoffline 20120127.73-4 20120202 Joerg Steffens
* check exit codes and do reboots
wsusoffline 20120127.73-3 20120131 Joerg Steffens
* handle ProductProperties Options
wsusoffline 20120127.73-2 Joerg Steffens
* initial, removed windows media player again, because it requires license check

31
OPSI/control Normal file
View File

@@ -0,0 +1,31 @@
[Package]
version: 9
depends:
incremental: False
[Product]
type: localboot
id: wsusoffline
name: WSUS offline installer
description: installs patches from microsoft
advice:
version: 20130704.840
priority: -62
licenseRequired: False
productClasses:
setupScript: setup.ins
uninstallScript:
updateScript:
alwaysScript:
onceScript:
customScript:
userLoginScript:
[ProductProperty]
type: unicode
name: options
multivalue: True
editable: False
description: install options for wsusoffline
values: ["/instdotnet4", "/instie8", "/instmsse", "/instpsh", "/instwd", "/nobackup", "/updatecpp", "/updatedx", "/updatercerts", "/updatetsc", "/updatewmp"]

9
OPSI/postinst Normal file
View File

@@ -0,0 +1,9 @@
#! /bin/sh
#
# postinst script for softprod
# This script executes after unpacking files from that archive and registering the product at the server.
#
# The following environment variables can be used to obtain information about the current installation:
# PRODUCT_ID: id of the current product
# CLIENT_DATA_DIR: directory which contains the installed client data
#

9
OPSI/preinst Normal file
View File

@@ -0,0 +1,9 @@
#! /bin/sh
#
# preinst script for softprod
# This script executes before that package will be unpacked from its archive file.
#
# The following environment variables can be used to obtain information about the current installation:
# PRODUCT_ID: id of the current product
# CLIENT_DATA_DIR: directory where client data will be installed
#