extract for install
This commit is contained in:
parent
57bd27c8b9
commit
13953bcd21
@ -76,7 +76,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
[Winbatch_install]
|
[Winbatch_install]
|
||||||
"$Install32Exe$" /silent /launchopera 0 /desktopshortcut 0 /quicklaunchshortcut 0 /setdefaultbrowser 0 /allusers
|
"$InstallExe$" /install /silent /launchopera 0 /quicklaunchshortcut 0 /setdefaultbrowser 0
|
||||||
|
|
||||||
[Files_install]
|
[Files_install]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
|
@ -21,11 +21,14 @@ DL_SOURCE[0]="http://cordis.europa.eu/fp7/ict/organic-elec-visual-display/icons/
|
|||||||
DL_FILE[1]="Opera_${VERSION}_Setup.exe"
|
DL_FILE[1]="Opera_${VERSION}_Setup.exe"
|
||||||
DL_SOURCE[1]="ftp://ftp.opera.com/pub/opera/desktop/${VERSION}/win/Opera_${VERSION}_Setup.exe"
|
DL_SOURCE[1]="ftp://ftp.opera.com/pub/opera/desktop/${VERSION}/win/Opera_${VERSION}_Setup.exe"
|
||||||
DL_ARCH[1]="X86"
|
DL_ARCH[1]="X86"
|
||||||
DL_WINST_NAME[1]=Install32Exe
|
DL_EXTRACT_FORMAT[1]="7zip"
|
||||||
|
|
||||||
# File array index for the image showing while installing the program
|
# File array index for the image showing while installing the program
|
||||||
ICON_DL_INDEX=0
|
ICON_DL_INDEX=0
|
||||||
|
|
||||||
|
WINST_NAME[0]="InstallExe"
|
||||||
|
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\launcher.exe"
|
||||||
|
|
||||||
OPSI_INI_SECTION[0]="X86"
|
OPSI_INI_SECTION[0]="X86"
|
||||||
OPSI_INI_OPTION[0]="UninstallProg"
|
OPSI_INI_OPTION[0]="UninstallProg"
|
||||||
OPSI_INI_VALUE[0]="Opera.exe"
|
OPSI_INI_VALUE[0]="Opera.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user