no need for generel runtimes update

This commit is contained in:
Mario Fetka 2013-09-05 07:34:02 +02:00
parent 7df600a9d9
commit 77719527ff
2 changed files with 9 additions and 7 deletions

View File

@ -75,7 +75,7 @@ RICKTENDONET="2013.8.15"
# ================================== # ==================================
# General Runtimes Verison # General Runtimes Verison
# ================================== # ==================================
GENERALUPDATE="0"
GENERALVERSION="1.1.0.4" GENERALVERSION="1.1.0.4"

View File

@ -118,12 +118,14 @@ function create() {
# Replace the General Runtimes with the Msi version off GeosOne # Replace the General Runtimes with the Msi version off GeosOne
# ========================================================================================================== # ==========================================================================================================
rm -rf $INST_DIR/CLIENT_DATA/Install/Packages/BasicRuntimes/* 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/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 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 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 # integrate Adobe AIR
# ========================================================================================================== # ==========================================================================================================