new installer hope it works

This commit is contained in:
Mario Fetka 2014-12-15 16:50:01 +01:00
parent cac0a19ab8
commit ddd176d311
2 changed files with 7 additions and 7 deletions

View File

@ -76,7 +76,7 @@ else
endif endif
[Winbatch_install] [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] [Files_install]
; copy the ini file to the InstallDir ; copy the ini file to the InstallDir

View File

@ -24,9 +24,9 @@ function cleanup() {
builder_cleanup builder_cleanup
} }
function create() { #function create() {
echo "Create" # echo "Create"
builder_create # builder_create
#
sed -e "s!/install!/install /silent /launchopera 0 /quicklaunchshortcut 0 /setdefaultbrowser 0!" -i $INST_DIR/CLIENT_DATA/X86/${DL_FILE[1]} # sed -e "s!/install!/install /silent /launchopera 0 /quicklaunchshortcut 0 /setdefaultbrowser 0!" -i $INST_DIR/CLIENT_DATA/X86/${DL_FILE[1]}
} #}