no need for generel runtimes update
This commit is contained in:
parent
7df600a9d9
commit
77719527ff
@ -75,7 +75,7 @@ RICKTENDONET="2013.8.15"
|
||||
# ==================================
|
||||
# General Runtimes Verison
|
||||
# ==================================
|
||||
|
||||
GENERALUPDATE="0"
|
||||
GENERALVERSION="1.1.0.4"
|
||||
|
||||
|
||||
|
@ -118,12 +118,14 @@ function create() {
|
||||
# Replace the General Runtimes with the Msi version off GeosOne
|
||||
# ==========================================================================================================
|
||||
|
||||
if [ "$GENERALUPDATE" = "1" ]; then
|
||||
rm -rf $INST_DIR/CLIENT_DATA/Install/Packages/BasicRuntimes/*
|
||||
|
||||
mv -v $INST_DIR/CLIENT_DATA/GeosOne_BR_package.xml $INST_DIR/CLIENT_DATA/Install/Packages/BasicRuntimes/package.xml
|
||||
mv -v $INST_DIR/CLIENT_DATA/X86/Geos_One_General_Runtimes_Installer_${GENERALVERSION}.msi $INST_DIR/CLIENT_DATA/Install/Packages/BasicRuntimes/Geos_One_General_Runtimes_Installer.msi
|
||||
sed "s!.\..\..\..!${GENERALVERSION}!" -i $INST_DIR/CLIENT_DATA/Install/Packages/BasicRuntimes/package.xml
|
||||
|
||||
else
|
||||
rm $INST_DIR/CLIENT_DATA/GeosOne_BR_package.xml
|
||||
fi
|
||||
# ==========================================================================================================
|
||||
# integrate Adobe AIR
|
||||
# ==========================================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user