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

TOPIC:

The Admin rights check is completely broken. 10 years 1 month ago #7525

  • BenGrasset91
  • BenGrasset91's Avatar Topic Author
  • Visitor
  • Visitor
I am running Windows 8.1 x64. My user account is the ONLY user account on the PC, and it IS an Administrator account. However, no matter what I do, "Install.bat" gives me the hilariously worded "User has NOT Administrator privileges" error. This happens even if I run the Command Prompt itself "as an Administrator" (which means I am logged into an Administrator account, running an Administrator command prompt!) What can I do to correct this issue?

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

The Admin rights check is completely broken. 10 years 1 month ago #7526

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4569
  • Thank you received: 1124
Sir
Did you follow this method
PilotLogic Architect and Core Programmer

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

The Admin rights check is completely broken. 10 years 1 month ago #7527

  • BenGrasset91
  • BenGrasset91's Avatar Topic Author
  • Visitor
  • Visitor
Yes. That "method" is essentially exactly what I described doing earlier.

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

The Admin rights check is completely broken. 10 years 1 month ago #7528

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4569
  • Thank you received: 1124
Sir
go to install.bat and setup.bat and
remove this code:
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
)

I don't know if this will work 100% for you
but I think your PC Box has problem.

PS: We use CT on Win 8.1 and Windows 10 for a log time without installation problems
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

The Admin rights check is completely broken. 9 years 10 months ago #8163

  • BenGrasset91
  • BenGrasset91's Avatar Topic Author
  • Visitor
  • Visitor
I would like to append this thread by mentioning that I was able to successfully install CT 5.5 a few days ago, on the exact same PC, using the exact same method. So clearly there WAS something specifically wrong with the CT 5.4 installer. At least it's fixed now! :)

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

The Admin rights check is completely broken. 9 years 10 months ago #8165

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4569
  • Thank you received: 1124
Thanks Sir
have fun
PilotLogic Architect and Core Programmer

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

  • Page:
  • 1