Hello,
While upgrading from CCS 5.2 to CCS 5.3.00090 Win32 the installation hangs after 25% and eventually exists. The installation log is attached, can someone please take a look and let me know what may be the cause of the issue.
Thanks
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.
Hello,
While upgrading from CCS 5.2 to CCS 5.3.00090 Win32 the installation hangs after 25% and eventually exists. The installation log is attached, can someone please take a look and let me know what may be the cause of the issue.
Thanks
I see two potential issues. First, your CCS installation is in \program files\Ti . While installing into Program Files seems like a reasonable thing to do, it is not recommended because it causes problems during updates. These issues are due to how windows protects the program files folder and how eclipse redirects writing of some configuration files. The CCS installer warns against installing into program files.
The second potential issue has to do with location of the installer. It looks like your installer is located on: \\SWASERVER\RedirectedFolders\LES\Desktop. If you are using junctions to redirect a local folder, you are going to run into a problem where the InstallJammer-based installers cannot follow the junction redirects and cause the install to fail. Although, in this case, the eclipse p2 API is failing before it gets to the InstallJammer installer. I haven't tried to reproduce this, but it looks like p2 is failing because of the network drive location of the install content.
My recommendations would be to: ensure you are not using paths that contain junctions, don't install CCS into program files, and run the installer from a local drive.