Bump
This commit is contained in:
parent
cb66f21ea3
commit
ea16a9a54e
@ -105,7 +105,7 @@ endif
|
|||||||
[Files_install_32]
|
[Files_install_32]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
copy "$IniCfgFile$" "$InstallDir32$"
|
copy "$IniCfgFile$" "$InstallDir32$"
|
||||||
copy "$Install32Exe$" "$InstallDir32$"
|
;copy "$Install32Exe$" "$InstallDir32$"
|
||||||
|
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
;
|
;
|
||||||
@ -117,7 +117,7 @@ copy "$Install32Exe$" "$InstallDir32$"
|
|||||||
[Files_install_64]
|
[Files_install_64]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
copy "$IniCfgFile$" "$InstallDir64$"
|
copy "$IniCfgFile$" "$InstallDir64$"
|
||||||
copy "$Install64Exe$" "$InstallDir64$"
|
;copy "$Install64Exe$" "$InstallDir64$"
|
||||||
|
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
;
|
;
|
||||||
|
@ -30,9 +30,9 @@ ICON_DL_INDEX=0
|
|||||||
|
|
||||||
OPSI_INI_SECTION[0]="X86"
|
OPSI_INI_SECTION[0]="X86"
|
||||||
OPSI_INI_OPTION[0]="UninstallProg32"
|
OPSI_INI_OPTION[0]="UninstallProg32"
|
||||||
OPSI_INI_VALUE[0]="Vivaldi.${VERSION}.x86.exe"
|
OPSI_INI_VALUE[0]="Application\\${VERSION}\\Installer\\setup.exe"
|
||||||
|
|
||||||
OPSI_INI_SECTION[1]="X86_64"
|
OPSI_INI_SECTION[1]="X86_64"
|
||||||
OPSI_INI_OPTION[1]="UninstallProg64"
|
OPSI_INI_OPTION[1]="UninstallProg64"
|
||||||
OPSI_INI_VALUE[1]="Vivaldi.${VERSION}.x64.exe"
|
OPSI_INI_VALUE[1]="Application\\${VERSION}\\Installer\\setup.exe"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user