new installer hope it works
This commit is contained in:
parent
cac0a19ab8
commit
ddd176d311
@ -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
|
||||
|
@ -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]}
|
||||
#}
|
||||
|
Loading…
Reference in New Issue
Block a user