Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

Help with installation 12 years 6 days ago #1853

  • slava
  • slava's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Russian user
  • Posts: 7
  • Thank you received: 0
I click with the mouse on file install.bat, and gives out an error further: setup.bat it is not found, check up correctness of a way.
greengobyte.ru

Please Log in or Create an account to join the conversation.

Re: Help with installation 12 years 6 days ago #1856

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
CodeTyphonIns directory
has all Files?
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Re: Help with installation 12 years 6 days ago #1858

  • slava
  • slava's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Russian user
  • Posts: 7
  • Thank you received: 0

sternas wrote: CodeTyphonIns directory
has all Files?


Yes
greengobyte.ru

Please Log in or Create an account to join the conversation.

Re: Help with installation 12 years 6 days ago #1860

  • ExDatis
  • ExDatis's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 110
  • Thank you received: 9
If you use Win:
command line > cd to installation dir > install.bat
Linux:
terminal > cd to installation dir > sh install.sh
That's all.
p.s. If there are errors, it will be listed on the command line.

Please Log in or Create an account to join the conversation.

Re: Help with installation 12 years 6 days ago #1861

  • Konstantinos Papadoulas
  • Konstantinos Papadoulas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 131
  • Thank you received: 19
Did you completely remove the old CT Studio or you tried tried to do the installation over the old one?
Also did you try to Update CT Studio?

I usually do not do either. I completely remove the old CT installation first (even manually delete the c:\codetyphon directory)
and THEN i start a fresh clean installation from the beginning.

Please Log in or Create an account to join the conversation.

Re: Help with installation 12 years 5 days ago #1862

  • slava
  • slava's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Russian user
  • Posts: 7
  • Thank you received: 0

papadouk wrote: Did you completely remove the old CT Studio or you tried tried to do the installation over the old one?
Also did you try to Update CT Studio?

I usually do not do either. I completely remove the old CT installation first (even manually delete the c:\codetyphon directory)
and THEN i start a fresh clean installation from the beginning.


Throws this error in console: xcopy is not an internal or external command, operable program or batch file
greengobyte.ru

Please Log in or Create an account to join the conversation.

Re: Help with installation 12 years 5 days ago #1865

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
xcopy is a base windows command
My suggestion is to check your PC and OS Sir
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

Re: Help with installation 12 years 5 days ago #1870

  • slava
  • slava's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Russian user
  • Posts: 7
  • Thank you received: 0

sternas wrote: xcopy is a base windows command
My suggestion is to check your PC and OS Sir


Windows 7 Professional, Intel Core i3, 4 gb Ram
greengobyte.ru

Please Log in or Create an account to join the conversation.

Re: Help with installation 12 years 5 days ago #1871

  • Keith Johnson
  • Keith Johnson's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 7
  • Thank you received: 0

Please Log in or Create an account to join the conversation.

Re: Help with installation 12 years 5 days ago #1872

  • slava
  • slava's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Russian user
  • Posts: 7
  • Thank you received: 0

KpjComp wrote: Have you had a virus recently?

www.dllsuite.com/Windows/Windows_7_Profe...ist_x/xcopy.exe.html


Viruses are not present. Check has shown nothing concerning it xcopy. And probably to make a normal fitter under system?
greengobyte.ru

Please Log in or Create an account to join the conversation.

Last edit: by slava.

Re: Help with installation 12 years 5 days ago #1874

  • ExDatis
  • ExDatis's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 110
  • Thank you received: 9
Try to run file as admin(bat file, right click).

Please Log in or Create an account to join the conversation.

Re: Help with installation 12 years 5 days ago #1875

  • slava
  • slava's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Russian user
  • Posts: 7
  • Thank you received: 0

exdatis wrote: Try to run file as admin(bat file, right click).


As we have already just have not tried to run.
And even in compatibility mode. The same
error ...
greengobyte.ru

Please Log in or Create an account to join the conversation.

Re: Help with installation 12 years 4 days ago #1879

  • Rain
  • Rain's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 69
  • Thank you received: 8
Do you have those 2 files?

C:\Windows\System32\xcopy.exe
C:\Windows\SysWOW64\xcopy.exe

But I think there is also an unnecessary assumption in CodeTyphonIns\install.bat :
It assumes, that you unpacked the zip-file on C:
If you did unpack it onto another drive, e.g. D: , then the installer fails when missing changing the drive to C: ( cd C:\codetyphon\ does not change the drive )

This is easily fixable by inserting C: in line 161 (and line 80 too):


159 mkdir C:\codetyphon
160 xcopy /E /R /Y /Q installbin\*.* C:\codetyphon\
161 C:
162 cd C:\codetyphon\
163
164 START /D C:\codetyphon\ /B setup.bat


Another Problem of running the bat files:
if you run
c:\codetyphon\setup.bat without admin rights, (or previously q:\inst\dev\CodeTyphonIns\install.bat ), then installation may fail.

If you run the bat file by right-clicking (as admin...), then the current dir of the called bat-file changes magically to C:\Windows\system32\ (!) and the bat file will not find the expected and needed files at all.

Solution:
rightclick on
C:\Windows\system32\cmd.exe
run that as admin,
in the admin console type these 3 lines:
C:
cd C:\codetyphon
setup.bat

Please Log in or Create an account to join the conversation.

Last edit: by Rain.

Re: Help with installation 12 years 4 days ago #1881

  • slava
  • slava's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Russian user
  • Posts: 7
  • Thank you received: 0

rain wrote: Do you have those 2 files?

C:\Windows\System32\xcopy.exe
C:\Windows\SysWOW64\xcopy.exe


The first location is, the contents of the second is: Packet.dll, pthreadVC.dll, wpcap.dll. And there is no such file, respectively. What can be done? Copy of the first?
greengobyte.ru

Please Log in or Create an account to join the conversation.

  • Page:
  • 1