Correct typos
This commit is contained in:
parent
5044dd97d2
commit
7a327f11bf
@ -75,7 +75,7 @@ else
|
|||||||
ChangeDirectory "%SCRIPTPATH%"
|
ChangeDirectory "%SCRIPTPATH%"
|
||||||
comment "Copy files"
|
comment "Copy files"
|
||||||
Files_install_32 /32Bit
|
Files_install_32 /32Bit
|
||||||
Dosbatch_install_32
|
DosInAnIcon_install_32
|
||||||
Sub_check_exitcode
|
Sub_check_exitcode
|
||||||
comment "Patch Registry"
|
comment "Patch Registry"
|
||||||
Registry_install /32Bit
|
Registry_install /32Bit
|
||||||
@ -89,7 +89,7 @@ else
|
|||||||
ChangeDirectory "%SCRIPTPATH%"
|
ChangeDirectory "%SCRIPTPATH%"
|
||||||
comment "Copy files"
|
comment "Copy files"
|
||||||
Files_install_64 /64Bit
|
Files_install_64 /64Bit
|
||||||
Dosbatch_install_64
|
DosInAnIcon_install_64
|
||||||
Sub_check_exitcode
|
Sub_check_exitcode
|
||||||
comment "Patch Registry"
|
comment "Patch Registry"
|
||||||
Registry_install /64Bit
|
Registry_install /64Bit
|
||||||
@ -99,8 +99,8 @@ else
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
[Dosbatch_install_32]
|
[DosInAnIcon_install_32]
|
||||||
copy "$InstallJre$ "$InstallDir32$"
|
copy "$InstallJar$" "$InstallDir32$"
|
||||||
copy "%ScriptPath%\tightvnc-jviewer.ini" "$InstallDir32$"
|
copy "%ScriptPath%\tightvnc-jviewer.ini" "$InstallDir32$"
|
||||||
copy "$Install32Exe$" "$InstallDir32$\tightvnc-jviewer.exe"
|
copy "$Install32Exe$" "$InstallDir32$\tightvnc-jviewer.exe"
|
||||||
|
|
||||||
@ -113,8 +113,8 @@ copy "$IniCfgFile$" "$InstallDir32$"
|
|||||||
;
|
;
|
||||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
||||||
|
|
||||||
[Dosbatch_install_64]
|
[DosInAnIcon_install_64]
|
||||||
copy "$InstallJre$ "$InstallDir64$"
|
copy "$InstallJar$" "$InstallDir64$"
|
||||||
copy "%ScriptPath%\tightvnc-jviewer.ini" "$InstallDir64$"
|
copy "%ScriptPath%\tightvnc-jviewer.ini" "$InstallDir64$"
|
||||||
copy "$Install64Exe$" "$InstallDir64$\tightvnc-jviewer.exe"
|
copy "$Install64Exe$" "$InstallDir64$\tightvnc-jviewer.exe"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user