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

TOPIC:

User has NOT Administrator Privileges [Windows 10] 4 days 4 hours ago #18751

  • teemu
  • teemu's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 19
  • Thank you received: 0
Hi guys, I'm trying to install CodeTyphon version 8.50 on Windows 10. But I get this error.
 

File install.bat was run with administrator rights.
Before this, the system had CodeTyphon version 8.10, I removed it a week ago. But I don't think that's the problem.

I found several old threads on the forum where people had a similar problem. For example this topic www.pilotlogic.com/sitejoom/index.php/fo...is-completely-broken
I removed this code from install.bat and setup.bat
REM Check for user with Administrator privileges
NET SESSION >nul 2>&1
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
)

But now I got this error:
 
Windows 10 ~ CT 8.1
Attachments:

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

Last edit: by teemu.

User has NOT Administrator Privileges [Windows 10] 4 days 1 hour ago #18752

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1135
  • Thank you received: 170
We Always use administrator rights for installation user.
Please, check your OS stability.
PilotLogic Core Programmer

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

User has NOT Administrator Privileges [Windows 10] 3 days 19 hours ago #18753

  • teemu
  • teemu's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 19
  • Thank you received: 0
Yes, it was my mistake.
Both errors went away when I added C:\Windows\System32 to environment variable Path.
For some reason it wasn't in the system paths.

So the problem is solved, thank you.
Windows 10 ~ CT 8.1

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

Last edit: by teemu.

User has NOT Administrator Privileges [Windows 10] 3 days 8 hours ago #18754

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1135
  • Thank you received: 170
Thanks Sir
PilotLogic Core Programmer

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

  • Page:
  • 1