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

TOPIC:

How to install in D:\ instead C:\ in Windows 10 4 years 1 day ago #14612

  • Md. Shariful Alam Khan
  • Md. Shariful Alam Khan's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 111
  • Thank you received: 0
I need to install CT in D: as I am using SSD of 120GB, how can I install it?

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

How to install in D:\ instead C:\ in Windows 10 4 years 23 hours ago #14613

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir, this is NOT possible.
CodeTyphon it's not portable.
PilotLogic Architect and Core Programmer

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

How to install in D:\ instead C:\ in Windows 10 4 years 18 hours ago #14615

  • Rain
  • Rain's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 69
  • Thank you received: 8
1)
delete c:\codetyphon\
create d:\codetyphon\

cmd.exe /c mklink /J "c:\codetypthon\" "d:\codetyphon\"

2)
change install.bat line 41
from:
if EXIST C:\codetyphon (
to
if EXIST C:\codetyphonBLA (

3)
install normally

Start and use via path c:\codetyphon\
but storage space will only be taken from d:


Even Network drive installation is possible, then use this command in 1) :
cmd.exe /c mklink /D "c:\codetypthon\" "n:\codetyphon\"

replace n: with your actual network drive letter.
All other steps remain necessary.


From now on even online-inplace updates work as intended, without further modifications.

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

  • Page:
  • 1