From 4fc1f99645bcfd243c7cb8ea8ddab0af4625819c Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 8 Mar 2014 07:38:13 +0100 Subject: [PATCH] activate the copy of the Manager to the install dir --- CLIENT_DATA/setup3264.ins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index b659155..9031b44 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -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: