activate the copy of the Manager to the install dir

This commit is contained in:
Mario Fetka 2014-03-08 07:38:13 +01:00
parent 2b5e4d6ee7
commit 4fc1f99645
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
; Example of recursively copying some files into the installation directory:
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
copy -s "%ScriptPath%\ALL\*.*" "$InstallDir32$"
[Winbatch_install_64]
"$InstallDir64$\OpenVPNManagerService.exe" INSTALL "%ProgramFiles64Dir%\OpenVPN\\bin\openvpn.exe"
@ -121,7 +121,7 @@ copy "$IniCfgFile$" "$InstallDir64$"
; Example of recursively copying some files into the installation directory:
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir64$"
copy -s "%ScriptPath%\ALL\*.*" "$InstallDir64$"
[Registry_install]
; Example of setting some values of an registry key: