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

TOPIC:

Installation CodeTyphon in Windows 8 Pro fails 11 years 5 months ago #2783

  • tsjavaloyes
  • tsjavaloyes's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 0
Hello,

I tried install CodeTyphon in my new Windows 8 Pro fresh installation using Windows Key + X -> Command Prompt (Admin) -> Go to CodeTyphon folder and execute "install.bat"

install.bat said me: ERROR: "User has NOT Administrator Privileges" message...

WTF!!!??? I followed the codeTyphon installation from the web...

What's go wrong?

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

Last edit: by tsjavaloyes.

Installation CodeTyphon in Windows 8 Pro fails 11 years 5 months ago #2784

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
please wait to release CT ver 3.00
Win8 final has a new security model ...
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Installation CodeTyphon in Windows 8 Pro fails 11 years 3 months ago #3022

  • mike
  • mike's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 1
I've got it working.

Follow the web instructions for Windows 8, but you'll need to hand edit some files along the way...

Before you start, delete the following lines from CodeTyphonIns\install.bat (they're near the top)

REM Check for user with Administrator privileges
AT > NUL
IF %ERRORLEVEL% EQU 0 (
GOTO GO_execute
) ELSE (
ECHO.
ECHO ERROR: "User has NOT Administrator Privileges"
ECHO Please, run this script with Administrator Privileges
ECHO Installation Aborted...
ECHO.
Pause
GOTO GO_END
)

Of course, when you run Install.bat make sure you are running this as Administrator, or it will fail regardless. Those lines were there for a reason...

Once this step is complete, you need to make a similar change to C:\CodeTypon\setup.bat

Choose 1) Run CodeTyphon Centre

You'll note there is no Lazarus in there. I'm assuming that's because I edited the setup files :-)

In CodeTyphon, choose "Lazarus", then "Remove and build Lazarus bigide"

Then wait :-)

Once finished, it's all done.

While I'm here, a big thank you to PilotLogic for putting this distribution together. Simply superb!

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

  • Page:
  • 1