Correct The installer
This commit is contained in:
@@ -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
|
||||
|
||||
3
CLIENT_DATA/tightvnc-jviewer.ini
Normal file
3
CLIENT_DATA/tightvnc-jviewer.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
classpath.1 = *.jar
|
||||
main.class = com.glavsoft.viewer.Viewer
|
||||
|
||||
Reference in New Issue
Block a user