This commit is contained in:
Mario Fetka 2019-10-01 23:21:09 +02:00
parent cb66f21ea3
commit ea16a9a54e
2 changed files with 4 additions and 4 deletions

View File

@ -105,7 +105,7 @@ endif
[Files_install_32]
; copy the ini file to the InstallDir
copy "$IniCfgFile$" "$InstallDir32$"
copy "$Install32Exe$" "$InstallDir32$"
;copy "$Install32Exe$" "$InstallDir32$"
; Example of recursively copying some files into the installation directory:
;
@ -117,7 +117,7 @@ copy "$Install32Exe$" "$InstallDir32$"
[Files_install_64]
; copy the ini file to the InstallDir
copy "$IniCfgFile$" "$InstallDir64$"
copy "$Install64Exe$" "$InstallDir64$"
;copy "$Install64Exe$" "$InstallDir64$"
; Example of recursively copying some files into the installation directory:
;

View File

@ -30,9 +30,9 @@ ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
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_OPTION[1]="UninstallProg64"
OPSI_INI_VALUE[1]="Vivaldi.${VERSION}.x64.exe"
OPSI_INI_VALUE[1]="Application\\${VERSION}\\Installer\\setup.exe"