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: