From ddd176d3114faf200807c1d3b215cd1ae228ecfa Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 15 Dec 2014 16:50:01 +0100 Subject: [PATCH] new installer hope it works --- CLIENT_DATA/setup32.ins | 2 +- builder-targets-cb.sh | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 1daf726..55a8750 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -76,7 +76,7 @@ else endif [Winbatch_install] -"$InstallExe$" /install /silent /launchopera 0 /quicklaunchshortcut 0 /setdefaultbrowser 0 +"$InstallExe$" /install /silent /launchopera 0 /desktopshortcut 0 /setdefaultbrowser 0 /quicklaunchshortcut 0 /allusers [Files_install] ; copy the ini file to the InstallDir diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index 71cb76f..c28b594 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -24,9 +24,9 @@ function cleanup() { builder_cleanup } -function create() { - echo "Create" - builder_create - - sed -e "s!/install!/install /silent /launchopera 0 /quicklaunchshortcut 0 /setdefaultbrowser 0!" -i $INST_DIR/CLIENT_DATA/X86/${DL_FILE[1]} -} +#function create() { +# echo "Create" +# builder_create +# +# sed -e "s!/install!/install /silent /launchopera 0 /quicklaunchshortcut 0 /setdefaultbrowser 0!" -i $INST_DIR/CLIENT_DATA/X86/${DL_FILE[1]} +#}