From 7a327f11bff676851f5de7edd71c25c22bad94bc Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 8 Jul 2013 05:23:37 +0200 Subject: [PATCH] Correct typos --- CLIENT_DATA/setup3264.ins | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index 9afd4a3..9cc7bea 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -75,7 +75,7 @@ else ChangeDirectory "%SCRIPTPATH%" comment "Copy files" Files_install_32 /32Bit - Dosbatch_install_32 + DosInAnIcon_install_32 Sub_check_exitcode comment "Patch Registry" Registry_install /32Bit @@ -89,7 +89,7 @@ else ChangeDirectory "%SCRIPTPATH%" comment "Copy files" Files_install_64 /64Bit - Dosbatch_install_64 + DosInAnIcon_install_64 Sub_check_exitcode comment "Patch Registry" Registry_install /64Bit @@ -99,8 +99,8 @@ else endif -[Dosbatch_install_32] -copy "$InstallJre$ "$InstallDir32$" +[DosInAnIcon_install_32] +copy "$InstallJar$" "$InstallDir32$" copy "%ScriptPath%\tightvnc-jviewer.ini" "$InstallDir32$" copy "$Install32Exe$" "$InstallDir32$\tightvnc-jviewer.exe" @@ -113,8 +113,8 @@ copy "$IniCfgFile$" "$InstallDir32$" ; ; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$" -[Dosbatch_install_64] -copy "$InstallJre$ "$InstallDir64$" +[DosInAnIcon_install_64] +copy "$InstallJar$" "$InstallDir64$" copy "%ScriptPath%\tightvnc-jviewer.ini" "$InstallDir64$" copy "$Install64Exe$" "$InstallDir64$\tightvnc-jviewer.exe"