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.
Tool/software: Code Composer Studio
Hello TI, all
I Installed the WEB CCS 1.6.0 successfully, the compiling works.
Then tried to install the ticloudagent__2__msp430.exe but the installation always stops because - see the attached picture.
The real path is C:\Users\ ....\AppData\Local\Texas Instruments
I think that the installer has an issue with the space character after 'Texas'
I tried Admin / Compatibility / different installation folders, but nothing helps.
How should this installation work?
Hello:
This is an issue that pops up from time to time. The last thread I recall is:
https://e2e.ti.com/support/tools/ccs/f/81/t/753815
While that issue is unresolved, I would also like for you to try some of the suggestions by AndyW in this post:
https://e2e.ti.com/support/tools/ccs/f/81/p/753815/2786294#2786294
Let me know if they help (or not).
Thanks
ki
Hi Ki,
thank you for your answer, I tried the points in the
https://e2e.ti.com/support/tools/ccs/f/81/t/753815
but it doesn't help.
The result:
I am not able to install the TiCloudAgent because of the path issue, a specially the wrongly resolved "\Texas Instruments\" part by the TI installer.
I've escalated this to the engineering team. As soon as I get any updates, I'll be sure to pass them along to you in the thread.
Hi Pavol,
Could you check if your PC has Windows short filename generation disabled? You can check by running the following command from from a command window:
fsutil 8dot3name query
Here are a couple of Microsoft articles on the subject for reference: here and here.
If you do have it disabled, would you be able to re-enable it (at least temporarily), delete the C:\Users\<userId>\TICloudAgent folder and the C:\Users\<userId>\AppData\Local\Texas Instruments folders, and retry the installation?
I believe the default value for this parameter is "2" on Windows 10.
Hi
I tried your proposal, here the results:
Microsoft Windows [Version 10.0.18363.720]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\Users\......>fsutil 8dot3name query
The registry state is: 1 (Disable 8dot3 name creation on all volumes).
C:\Users\......>fsutil 8dot3name set 0
Error: Access is denied.
-----------------
So the my current 8dot3 name is: 1
but I can't change it, how can I switch to ADMIN mode?
Regards
P.