Correct The installer

This commit is contained in:
Mario Fetka
2013-07-08 04:44:09 +02:00
parent a51189e7f6
commit 5044dd97d2
4 changed files with 20 additions and 27 deletions

View File

@@ -100,9 +100,9 @@ else
endif
[Dosbatch_install_32]
copy "%ScriptPath%\ALL\*.* "$InstallDir32$"
copy "$InstallJre$ "$InstallDir32$"
copy "%ScriptPath%\tightvnc-jviewer.ini" "$InstallDir32$"
copy "%ScriptPath%\X86\winrun4j\bin\WinRun4J.exe "$InstallDir32$\tightvnc-jviewer.exe"
copy "$Install32Exe$" "$InstallDir32$\tightvnc-jviewer.exe"
[Files_install_32]
@@ -114,9 +114,9 @@ copy "$IniCfgFile$" "$InstallDir32$"
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
[Dosbatch_install_64]
copy "%ScriptPath%\ALL\*.* "$InstallDir64$"
copy "$InstallJre$ "$InstallDir64$"
copy "%ScriptPath%\tightvnc-jviewer.ini" "$InstallDir64$"
copy "%ScriptPath%\X86\winrun4j\bin\WinRun4J64.exe "$InstallDir32$\tightvnc-jviewer.exe"
copy "$Install64Exe$" "$InstallDir64$\tightvnc-jviewer.exe"
[Files_install_64]
; copy the ini file to the InstallDir

View File

@@ -0,0 +1,3 @@
classpath.1 = *.jar
main.class = com.glavsoft.viewer.Viewer