Bump
This commit is contained in:
parent
b6261ff328
commit
9aac6406bd
@ -53,6 +53,9 @@ else
|
||||
Sub_get_licensekey
|
||||
endif
|
||||
|
||||
comment "Start Configure"
|
||||
Dosbatch_install
|
||||
|
||||
comment "Start setup program"
|
||||
Winbatch_install
|
||||
Sub_check_exitcode
|
||||
@ -77,10 +80,11 @@ else
|
||||
|
||||
endif
|
||||
|
||||
[Dosbatch_install]
|
||||
|
||||
xml ed -O -u "/Configuration/PIDKEY/@Value" -v $LicenseKey$ -u "/Configuration/USERNAME/@Value" -v %HostID% -u "/Configuration/COMPANYNAME/@Value" -v %HostID% -u "/Configuration/INSTALLLOCATION/@Value" -v "$InstallDir$" %ScriptPath%\config.xml > %ScriptPath%\%HostID%.xml
|
||||
|
||||
[Winbatch_install]
|
||||
|
||||
xml ed -O -u "/Configuration/PIDKEY/@Value" -v $LicenseKey$ -u "/Configuration/USERNAME/@Value" -v %HostID% -u "/Configuration/COMPANYNAME/@Value" -v %HostID% -u "/Configuration/INSTALLLOCATION/@Value" -v $InstallDir$ %ScriptPath%\config.xml > %ScriptPath%\%HostID%.xml
|
||||
|
||||
; Choose one of the following examples as basis for your installation
|
||||
; You can use $LicenseKey$ var to pass a license key to the installer
|
||||
;
|
||||
|
@ -1 +0,0 @@
|
||||
4d89dfeef369ceed134cb2822701ef7582b90ebc /usr/portage/distfiles/X17-22390-x86.exe
|
2
build.sh
2
build.sh
@ -7,7 +7,7 @@ ADVICE=""
|
||||
TYPE="restrict"
|
||||
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
||||
ICON="http://www.yelloware.de/images/articles/9202d8791d90a988212b16d0b9ed85a5_4.jpg"
|
||||
X86="http://internal.graz.disconnected-by-peer.at/Orig/Microsoft/Office/HB/2010/X17-22390-x86.exe"
|
||||
X86="http://internal.graz.disconnected-by-peer.at/Orig/Microsoft/Office/HB/2010/office2010-x86.7z"
|
||||
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
|
||||
ICONFILE=${ICON##*/}
|
||||
X86FILE=${X86##*/}
|
||||
|
1
office2010-x86.7z.sha1sum
Normal file
1
office2010-x86.7z.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
ed7ad96a851bfd301ea596eebb70b5fc734b473d /usr/portage/distfiles/office2010-x86.7z
|
Loading…
Reference in New Issue
Block a user