This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS v 3.3 on a restricted user account over LAN based PC

Other Parts Discussed in Thread: CCSTUDIO

Hi

I am using Code Composer Studio v3.3 with Administrator account on Windows XP for DM6437 on a standalone computer. Its working very efficiently.

Now I want to use it on a restricted user account over a networked PC but the user account does not allow me to access Code Composer Studio. Is this possible to access CCS on a restricted user account  ??  

If yes than How ?? 

Do all the features of CCS like code generation from MATLAB and DSP/BIOS features are available on the user account ?? Does the drivers supports the PC's over LAN ???

Regards

  • Saira,

    This is not something we directly support but you could give it a try.  There is some information in the release notes that covers how to modify the registry permissions to allow running as a non-admin user (pasted below). 

    Regards,

    John

    Admin privileges req'd to install and Run Code Composer Studio

    CCS Installer Installation

    N/A

    Installation 

    Code Composer Studio product needs to be installed using an account with Administrator privileges. If the installation process prompts for a reboot the administrator must log in again prior to first use. This will allow the installation process to update registry settings after the reboot. 


    Windows 2000 

    The "Users" account under Windows 2000 has read-only access to all parts of the registry (except for HKEY_CURRENT_USER - which, at this time, we don't use). 

    During its normal course of operation, Code Composer Studio reads and writes configuration and session information to the registry. It also dynamically registers and un-registers COM components to ensure that the correct version of a CCS plug-in is associated with a specific installation. 

    The administrator must modify registry permissions for the areas of registry that are used by Code Composer Studio. The procedure to do this is as follows: 

    a) Log in as an administrator. 
    b) Choose "Start->Run" from the Windows 2000 Start menu. 
    c) Type "regedt32" (not "regedit") to bring up the Registry Editor. 
    d) From the "Window" menu, select "HKEY_LOCAL_MACHINE on the Local Machine". 
    e) Expand the "SOFTWARE" key. 
    f) Locate and select the sub-key "GODSP". 
    g) With "GODSP" selected, choose "Security Permissions." from the menu. 
    h) In the upper half of the "Permissions for GODSP" window there will be a list of all the users and groups that access the key. 
    i) Select the "Users" and "Power Users" group. 
    j) In the "Permissions:" box, locate the item "Full Control" and check the corresponding box under "Allow". 
    k) Repeat steps "e" through "i" for "HKEY_LOCAL_MACHINE\Software\Texas Instruments" and "HKEY_CLASSES_ROOT" 

    The second option is to allow users that will be using the Code Composer Studio product on Windows 2000 access via a "Power User" account.

    Windows XP 

    With Windows XP the registry and the file-system is read-only. Files created by an Administrator are read-only to "Users". Also with WinXP, the tool "regedt32" had been replaced by "regedit". The procedure to edit the registry permissions is as follows:

    a) Log in as an administrator. 
    b) Choose "Start->Run" from the Windows XP Start menu. 
    c) Type "regedit" to bring up the Registry Editor. 
    d) Expand the key "HKEY_LOCAL_MACHINE\SOFTWARE\GODSP". 
    e) Right-Click on the "GODSP" key and choose "Permissions..."
    f) From the "Group or user names:" list, select the group or user (if they are not in the list, you may need to add them)
    g) In the "Permissions" box, locate the item "Full Control" and check the corresponding box under "Allow". 
    h) Repeat steps "d" through "g" for "HKEY_LOCAL_MACHINE\Software\Texas Instruments" and "HKEY_CLASSES_ROOT" 

    Next, once CCStudio is installed, you will also need to edit the permissions of the individual files.

    a) Log in as an administrator.
    b) Browse to the CCStudio installation folder using Explorer
    c) Right-click on the installation directory (i.e. ) and select "Properties"
    d) Select the "Security" tab.
    e) From the "Group or user names:" list, select the group or user (if they are not in the list, you may need to add them)
    f) In the "Permissions:" box, locate the item "Full Control" and check the corresponding box under "Allow". 


    Summary

     

    To Install CCStudio:

    To Run CCStudio:

    WinNT

    Need Admin privileges

    "User" privileges or higher.

    Win2K

    Need Admin privileges

    If "User", need to manually set registry permissions.
    "Power User" or "Administrator" OK.

    WinXP

    Need Admin privileges

    If "User", need to manually set registry and file permissions.
    "Administrator" OK.


  • Thanx alot... It really seems good.

    Do this works on a PC which is working as a client on a LAN setup ??

    On standalone its working good but what about the networked computers ?? just like some programs support or provide only standalone license .. what about CCS and DM6437 drivers. Are they compatible with LAN based systems.??

    Regards

    Saira

  • Saira said:
    Do this works on a PC which is working as a client on a LAN setup ??

    Don't know.  This is not something we officially support but it could work.  I know of customers who run CCS in a Windows Terminal server environment which would be similar.

    John

  • ok thanx

    Regards

    Saira