add missing files
This commit is contained in:
parent
461913d8d7
commit
e19a7ff74e
1
Office_2007_icon_by_jvsamonte.png.sha1sum
Normal file
1
Office_2007_icon_by_jvsamonte.png.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
ea8c6671cc32256dd1adf59b4484dbadd0ab2cba /home/mario/.opsi-dist-cache/msoffice2007-2007.3//Office_2007_icon_by_jvsamonte.png
|
28
Testing.txt
Normal file
28
Testing.txt
Normal file
@ -0,0 +1,28 @@
|
||||
*** Qualitiymanagement/Testing procedure
|
||||
|
||||
- Product:
|
||||
- Name: productname
|
||||
- Version: xxx
|
||||
- Release: yyyy
|
||||
|
||||
- Environment
|
||||
- OS: Native windows XP-32Bit installation
|
||||
- Preinstalled packages: None (also no aio)
|
||||
- Files used while testing:
|
||||
File1: http://domain.de/file.ext
|
||||
|
||||
- Testing process:
|
||||
OPSI-action:
|
||||
- Installation (without dependencies like AIO/Firefox): ??
|
||||
Result:
|
||||
- File extensions related to program: ??
|
||||
- Start menu entry: ??
|
||||
- Starting/using program: viewer works, File1 is shown correctly: ??
|
||||
|
||||
OPSI-action:
|
||||
- Uninstall
|
||||
Result:
|
||||
- File extensions related to program: unrelated: ??
|
||||
- Start menu entry: none: ??
|
||||
|
||||
|
1
X16-69610.exe.sha1sum
Normal file
1
X16-69610.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
74a386bf3acdf7385c46066724fb427b51d04ecb /home/mario/.opsi-dist-cache/msoffice2007-2007.3/X86/X16-69610.exe
|
29
builder-product.cfg
Normal file
29
builder-product.cfg
Normal file
@ -0,0 +1,29 @@
|
||||
############################
|
||||
# Setup product information
|
||||
############################
|
||||
VENDOR="microsoft.com"
|
||||
PN="msoffice2007"
|
||||
VERSION="2007.3"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
|
||||
# TYPE - defines, if the install files are public or restricted.
|
||||
# Valid value: restricted | public
|
||||
TYPE="restricted"
|
||||
DL_FILE[0]="Office_2007_icon_by_jvsamonte.png"
|
||||
DL_SOURCE[0]="http://fc01.deviantart.net/fs17/f/2007/122/4/c/Office_2007_icon_by_jvsamonte.png"
|
||||
|
||||
DL_FILE[1]="X16-69610.exe"
|
||||
DL_SOURCE[1]="http://msft-dnl.digitalrivercontent.net/01/709342457-3982496--EUR//msoffice/pub/X16-69610/X16-69610.exe"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=InstallExe
|
||||
|
||||
DL_FILE[2]="office2007sp3-kb2526086-fullfile-de-de.exe"
|
||||
DL_SOURCE[2]="http://download.microsoft.com/download/C/7/9/C79AD703-6F74-48AD-A6CE-AD65C0ABACC8/office2007sp3-kb2526086-fullfile-de-de.exe"
|
||||
DL_ARCH[2]="X86"
|
||||
DL_WINST_NAME[2]=InstallSp3Exe
|
||||
|
||||
# File array index for the image showing while installing the program
|
||||
ICON_DL_INDEX=0
|
||||
|
25
builder-targets-cb.sh
Normal file
25
builder-targets-cb.sh
Normal file
@ -0,0 +1,25 @@
|
||||
##############################################################################
|
||||
# This optional file "builder-targets-cb.sh" will be called by builder.sh
|
||||
#
|
||||
# The targets will be called from thde opsi-builder using the following
|
||||
# order: config, prepare, retrieve, create, package, publish, commit, cleanup
|
||||
# You can overwrite the target functions in builder-targets-cb.sh
|
||||
#
|
||||
# You can define callback functions. The functions are called from
|
||||
# opsi-builder within processing a target
|
||||
# cb_package_makeproductfile
|
||||
#
|
||||
# You can use every variable defined in any configuration file or by
|
||||
# the defined builder script itself. Also, calling the predefined
|
||||
# targets builder_<targetname> is possible.
|
||||
#
|
||||
# Abstract:
|
||||
# target order: config, prepare, retrieve, create, package, publish, commit, cleanup
|
||||
# callbacks: <none>
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
function cleanup() {
|
||||
echo "Cleanup"
|
||||
builder_cleanup
|
||||
}
|
1
office2007sp3-kb2526086-fullfile-de-de.exe.sha1sum
Normal file
1
office2007sp3-kb2526086-fullfile-de-de.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
38e40124f20df0e01fe6013c549a6f7ba457925b /home/mario/.opsi-dist-cache/msoffice2007-2007.3/X86/office2007sp3-kb2526086-fullfile-de-de.exe
|
Loading…
Reference in New Issue
Block a user