force correct installdir
This commit is contained in:
parent
bef34f3924
commit
3cbcc9122d
@ -100,7 +100,7 @@ else
|
||||
endif
|
||||
|
||||
[Winbatch_install_32]
|
||||
"$Install32Exe$" /S
|
||||
"$Install32Exe$" /S /D=$InstallDir32$
|
||||
|
||||
[Files_install_32]
|
||||
; copy the ini file to the InstallDir
|
||||
@ -111,7 +111,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
|
||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
||||
|
||||
[Winbatch_install_64]
|
||||
"$Install64Exe$" /S
|
||||
"$Install64Exe$" /S /D=$InstallDir64$
|
||||
|
||||
[Files_install_64]
|
||||
; copy the ini file to the InstallDir
|
||||
|
Loading…
Reference in New Issue
Block a user