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: CCSv7 installation hangs on wget.exe

Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

Hi, I'm working on installing CCSv7 (7.4.x) on my computer and I ran into a problem - the installer would just hang on the first download stage. I think I narrowed the problem down to wget.exe that's bundled with the installer - the one used by CCSv7 installer is version 1.11.4 and doesn't support the TLS 1.2 and TLS 1.3 certificates used by http://software-dl.ti.com

06/26/2020 20:27:06(GMT) - InstallBins - Another version of com.ti.ccstudio.installer.msvc.2015.win32 is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.
06/26/2020 20:27:06(GMT) - get_percentage - values 14245678 0 65
06/26/2020 20:27:06(GMT) - deleteFile - CCS_INFO: Unable to delete c:/ti/ccsv7/eclipse/downloads/vc_redist.x86_14.0.24212.exe: error deleting "c:/ti/ccsv7/eclipse/downloads/vc_redist.x86_14.0.24212.exe": permission denied
06/26/2020 20:27:16(GMT) - installMSVC_2015 - CCS_INFO: Deleted c:/ti/ccsv7/eclipse/rebootMarker.txt:

06/26/2020 20:27:16(GMT) - downloadMarker - CCS_INFO: Downloading marker file: software-dl.ti.com/.../start
06/26/2020 20:27:16(GMT) - formatUrlForEclipse - external url software-dl.ti.com/.../start
06/26/2020 20:27:16(GMT) - wgetHttpCopy - Found wget binary C:/Users/andrey.gromov/AppData/Local/Temp/ccs_15133749-82b5-471e-686a-dcfb6f409e25/util/wget.exe
06/26/2020 20:27:16(GMT) - wgetHttpCopy - cmd = "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_15133749-82b5-471e-686a-dcfb6f409e25/util/wget.exe" "software-dl.ti.com/.../start_full" -O "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_15133749-82b5-471e-686a-dcfb6f409e25/start" -t 10 -w 2 -S  --no-check-certificate

Next, I tried manually running wget.exe from the AppData/Local/Temp location and it would hang on the "Initiating SSL handshake" step.

Wget gives you an option to choose the protocol you want to use to connect to a webserver with the --secure-protocol option.

I tried all of them and each one failed with an exit code except for SSL2, which just hanged. I then checked the protocols supported by software-dl.ti.com using SSL Labs (https://www.ssllabs.com/ssltest/analyze.html?d=software-dl.ti.com), which told me that the downloads website only supports TLS 1.2 and TLS 1.3.

Wget only started supporting TLS 1.2 and TLS 1.3 starting with version 1.16 and the one that's bundled with the installer is only version 1.11.4, so it looks like the installer just can't download the files it needs.

Thanks in advance for the help!

  • Hi Andrey,

    Just to confirm, you are running off-line (full zip) installer - correct? What version of Windows are you running?

    Also, is there any particular reason why you are trying to install CCSv7? It is quite old and unsupported.

    Thanks

    ki

  • Hi Ki,

    I'm running the offline installer on 64-bit Win7. The reason I'm doing this is for work - the firmware for some of the older products we support was developed in CCSv7.

  • I tried installing CCSv7.4 on my old WIn7-64 SP1 lab machine. The installation was successful so there must be some other issue with your environment. I'll bring this thread to the attention of the installer experts.

    Thanks

    ki

  • Fair enough, I tried installing it on a Win10-64 machine today and it worked too. Perhaps it has something to do with the company network settings, although typically there will be a pop up if something is wrong.

    Anyway, I'd appreciate any hints as to what might be happening. By the way - the wgetHttpCopy step also failed on Win10, but the installer just kept going - so there's something off about the downloads.ti.com website still. Only difference on my Win7 machine is that instead of just failing to establish the SSL connection, wget.exe will hang after "Connecting to downloads.ti.com|23.9.32.86|:443... connected". I'm getting into the specifics of my system behaviour at this point but my hope is that maybe you'll recognize something you've dealt with in the past.

    Thanks again for the help!
    Andrey

  • Can you provide all your installation logs for the failed installation?

    https://software-dl.ti.com/ccs/esd/documents/ccs_diagnostic-logs.html

    Thanks

    ki

  • 06/29/2020 22:42:28(GMT) - ProgressBar::Run - RunSysInfo C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/install_logs/20200629154219/ccs_setup_7.4.0.00015_install.log ::progressBar0 -1
    06/29/2020 22:42:29(GMT) - RunMain - CCS_INFO: Started with params logfile=C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/install_logs/20200629154219/ccs_setup_7.4.0.00015_install.log progress=::progressUpdate0
    06/29/2020 22:42:29(GMT) - my - m_localBase: C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32
    06/29/2020 22:42:29(GMT) - my - m_localBaseRepo: C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32/baserepo
    06/29/2020 22:42:29(GMT) - my - m_baserepourl: C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32/baserepo
    06/29/2020 22:42:29(GMT) - my - m_featureurl: C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32/featurerepo
    06/29/2020 22:42:29(GMT) - my - setting m_local to 1
    06/29/2020 22:42:29(GMT) - Validation::checkWindowsUpdates - "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/run_wmic.bat" > "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/qfe.txt"
    06/29/2020 22:43:51(GMT) - my - creating constructor  
    06/29/2020 22:43:54(GMT) - ::installDirPane0 - InstallDir selected: c:\ti
    06/29/2020 22:43:54(GMT) - checkProgramFiles - CCS_INFO: checking c:\program files (x86)
    06/29/2020 22:43:54(GMT) - checkProgramFiles - CCS_INFO: checking c:\program files (x86)
    06/29/2020 22:43:54(GMT) - checkProgramFiles - CCS_INFO: checking c:\program files
    06/29/2020 22:43:54(GMT) - my - numRootsSelected 0
    06/29/2020 22:43:54(GMT) - my - numRootsSelected 0
    06/29/2020 22:43:54(GMT) - my - numRootsSelected 0
    06/29/2020 22:43:55(GMT) - my - numRootsSelected 1
    06/29/2020 22:43:57(GMT) - writeDebugFile - 
    
    Install Information:
    
    
    06/29/2020 22:43:57(GMT) - writeDebugFile - Install Version: 7.4.0.00015
    06/29/2020 22:43:57(GMT) - writeDebugFile - Install Source	: C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32
    06/29/2020 22:43:57(GMT) - writeDebugFile - Install Temp	: C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1
    06/29/2020 22:43:57(GMT) - writeDebugFile - Install Type	: Offline
    06/29/2020 22:43:57(GMT) - writeDebugFile - OS				: Windows NT
    06/29/2020 22:43:57(GMT) - writeDebugFile - OS Name		: Windows 7
    06/29/2020 22:43:57(GMT) - writeDebugFile - OS	Version		: 6.1
    06/29/2020 22:43:57(GMT) - writeDebugFile -            	: 1
    06/29/2020 22:43:57(GMT) - writeDebugFile - OS	Platform	: windows
    06/29/2020 22:43:57(GMT) - writeDebugFile -            	: 64-bit
    06/29/2020 22:43:57(GMT) - ::programArgs0 - OSD: Windows7-64-bit
    06/29/2020 22:43:57(GMT) - writeDebugFile -            	: Windows7-64-bit
    06/29/2020 22:43:57(GMT) - writeDebugFile - User ID		: andrey.gromov
    06/29/2020 22:43:57(GMT) - writeDebugFile - Timezone		: -0700
    06/29/2020 22:43:57(GMT) - writeDebugFile - IPAddress		: 10.121.112.141
    06/29/2020 22:43:57(GMT) - writeDebugFile - Update/Rerun	: 0
    06/29/2020 22:43:57(GMT) - writeDebugFile - Command line	: installersrc C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32 installertmp C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1 buildid 7.4.0.00015 installer C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32/ccs_setup_7.4.0.00015.exe bitness 64-bit os windows osname {Windows 7} spversion 1 timestamp 20200629154219 AVon true
    
    06/29/2020 22:43:57(GMT) - writeDebugFile - 
    Product families selected: 
    06/29/2020 22:43:57(GMT) - writeDebugFile - PF_C28
    06/29/2020 22:43:57(GMT) - writeDebugFile - 
    Components to be installed: 
    06/29/2020 22:43:57(GMT) - writeDebugFile - EMU_TI
    06/29/2020 22:43:57(GMT) - writeDebugFile - SEGGER_J_LINK
    06/29/2020 22:43:57(GMT) - writeDebugFile - SEGGER_J_LINK_DRIVERS
    06/29/2020 22:43:57(GMT) - writeDebugFile - JRE
    06/29/2020 22:43:57(GMT) - writeDebugFile - P2APP
    06/29/2020 22:43:57(GMT) - writeDebugFile - ECLIPSE
    06/29/2020 22:43:57(GMT) - writeDebugFile - ECLIPSECORE
    06/29/2020 22:43:57(GMT) - writeDebugFile - P2TOOLS
    06/29/2020 22:43:57(GMT) - writeDebugFile - GMF
    06/29/2020 22:43:57(GMT) - writeDebugFile - IDE_MAIN
    06/29/2020 22:43:57(GMT) - writeDebugFile - IDE_WORKFLOW
    06/29/2020 22:43:57(GMT) - writeDebugFile - DVT_COMMON
    06/29/2020 22:43:57(GMT) - writeDebugFile - DVT_UIA
    06/29/2020 22:43:57(GMT) - writeDebugFile - DVT_VIA_CCS
    06/29/2020 22:43:57(GMT) - writeDebugFile - TIREX
    06/29/2020 22:43:57(GMT) - writeDebugFile - XULRUNNER
    06/29/2020 22:43:57(GMT) - writeDebugFile - INSTALLER
    06/29/2020 22:43:57(GMT) - writeDebugFile - IDE_CHROME
    06/29/2020 22:43:57(GMT) - writeDebugFile - IDE_TOOLS_COMMON
    06/29/2020 22:43:57(GMT) - writeDebugFile - IDE_GC
    06/29/2020 22:43:57(GMT) - writeDebugFile - TARGET_CONTENT_CORE
    06/29/2020 22:43:57(GMT) - writeDebugFile - TARGET_CONTENT_CORE_LEGACY
    06/29/2020 22:43:57(GMT) - writeDebugFile - NODEJS
    06/29/2020 22:43:57(GMT) - writeDebugFile - PINMUX
    06/29/2020 22:43:57(GMT) - writeDebugFile - IDE_C2000
    06/29/2020 22:43:57(GMT) - writeDebugFile - IDE_ARM
    06/29/2020 22:43:57(GMT) - writeDebugFile - DS
    06/29/2020 22:43:57(GMT) - writeDebugFile - DS_FLASH
    06/29/2020 22:43:57(GMT) - writeDebugFile - CLOUDAGENT
    06/29/2020 22:43:57(GMT) - writeDebugFile - MSVC80
    06/29/2020 22:43:57(GMT) - writeDebugFile - MSVC2012
    06/29/2020 22:43:57(GMT) - writeDebugFile - MSVC2015
    06/29/2020 22:43:57(GMT) - writeDebugFile - EMU_C2000_FLASH
    06/29/2020 22:43:57(GMT) - writeDebugFile - EMU_C2000
    06/29/2020 22:43:57(GMT) - writeDebugFile - GREE_C2000_SUPPORT
    06/29/2020 22:43:57(GMT) - writeDebugFile - DVT_TRACE
    06/29/2020 22:43:57(GMT) - writeDebugFile - DVT_ENERGYTRACE
    06/29/2020 22:43:57(GMT) - writeDebugFile - C2000_CGT_HELP
    06/29/2020 22:43:57(GMT) - writeDebugFile - CGT_DEFAULTLIBS_C2800
    06/29/2020 22:43:57(GMT) - writeDebugFile - DMED
    06/29/2020 22:43:57(GMT) - writeDebugFile - ARM_CGT_HELP
    06/29/2020 22:43:57(GMT) - writeDebugFile - CGT_DEFAULTLIBS_TMS470
    06/29/2020 22:43:57(GMT) - my - Finish Status Num of families selected: 1 ; num families available: 20
    06/29/2020 22:43:57(GMT) - ::programArgs129 - OSD: Windows7-64-bit
    06/29/2020 22:43:57(GMT) - my - installdir for ARM_CGT_HELP: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for C2000_CGT_HELP: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for C6000_CGT_HELP: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - Did not find matching component in InstallIni CCS_DOC. Using Defaults.
    06/29/2020 22:43:57(GMT) - my - Did not find matching component in InstallIni CCS_LAUNCHER. Using Defaults.
    06/29/2020 22:43:57(GMT) - my - Did not find matching component in InstallIni CCS_UTILS. Using Defaults.
    06/29/2020 22:43:57(GMT) - my - installdir for DVT_COMMON: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for DVT_ENERGYTRACE: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for DVT_TRACE: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for DVT_UIA: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for DVT_VIA_CCS: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for ECLIPSE: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for EMU_SD: c:/ti/ccsv7/ccs_base
    06/29/2020 22:43:57(GMT) - my - installdir for IDE_ARM: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for IDE_C2000: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for IDE_C5500: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for IDE_C6000: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for IDE_CHROME: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for IDE_GC: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for IDE_MAIN: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for IDE_MSP430: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for IDE_TOOLS_COMMON: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for IDE_WORKFLOW: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for MSP430_BUILD_DEBUG: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for MSP430_CGT_HELP: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for MSP430_GCC_SUPPORT: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - installdir for MSP432_BUILD_DEBUG: c:/ti/ccsv7/
    06/29/2020 22:43:57(GMT) - my - Did not find matching component in InstallIni MSVC_REDIST_2005. Using Defaults.
    06/29/2020 22:43:57(GMT) - my - installdir for MSVC_REDIST_2005: c:/ti/ccsv7/
    06/29/2020 22:43:58(GMT) - my - Did not find matching component in InstallIni MSVC_REDIST_2012. Using Defaults.
    06/29/2020 22:43:58(GMT) - my - installdir for MSVC_REDIST_2012: c:/ti/ccsv7/
    06/29/2020 22:43:58(GMT) - my - Did not find matching component in InstallIni MSVC_REDIST_2015. Using Defaults.
    06/29/2020 22:43:58(GMT) - my - installdir for MSVC_REDIST_2015: c:/ti/ccsv7/
    06/29/2020 22:43:58(GMT) - my - installdir for P2APP: c:/ti/ccsv7/
    06/29/2020 22:43:58(GMT) - my - installdir for P2TOOLS: c:/ti/ccsv7/
    06/29/2020 22:43:58(GMT) - my - Did not find matching component in InstallIni TARGETDB_DEF_PROPS. Using Defaults.
    06/29/2020 22:43:58(GMT) - my - installdir for TARGET_CONTENT_CORE: c:/ti/ccsv7/..
    06/29/2020 22:43:58(GMT) - my - installdir for TARGET_CONTENT_CORE_LEGACY: c:/ti/ccsv7/..
    06/29/2020 22:43:58(GMT) - my - Did not find matching component in InstallIni MSVC_REDIST_2008. Using Defaults.
    06/29/2020 22:43:58(GMT) - my - installdir for MSVC_REDIST_2008: c:/ti/ccsv7/
    06/29/2020 22:43:58(GMT) - my - setting MSVC_REDIST_2008 state = do not install
    06/29/2020 22:43:58(GMT) - Util::getProperty - No c:/ti/ccsv7/eclipse/ccs.properties file found
    06/29/2020 22:43:58(GMT) - Util::getProperty - No c:/ti/ccsv7/eclipse/ccs.properties file found
    06/29/2020 22:43:58(GMT) - Validation::postInstallChecks - Checking postinstallchecks here
    06/29/2020 22:43:58(GMT) - Validation::checkProductsSelected - ValidationResult Products selected 1
    06/29/2020 22:43:58(GMT) - ProgressPane::Run - Starting install process in separate thread
    06/29/2020 22:43:58(GMT) - ProgressPane::Run - call = RunInstall c:/ti/ccsv7/eclipse/ccs_config.xml 0 0 0 0 c:/ti/ccsv7/install_logs/20200629154219/ccs_setup_7.4.0.00015_install.log ::progressPane0 tid00003360
    06/29/2020 22:43:58(GMT) - ProgressPane::Run - separate threads
    06/29/2020 22:43:58(GMT) - RunMain - CCS_INFO: Started with params pConfigFile=c:/ti/ccsv7/eclipse/ccs_config.xml pProfiling=0 pUpdate=0 logfile=c:/ti/ccsv7/install_logs/20200629154219/ccs_setup_7.4.0.00015_install.log progress=::threadedProgressUpdate0
    06/29/2020 22:43:58(GMT) - RunMain - CCS_INFO: encoding = cp1252
    06/29/2020 22:43:59(GMT) - readConfigFile - Start installing components:
    06/29/2020 22:43:59(GMT) - readConfigFile - read config file c:/ti/ccsv7/eclipse/ccs_config.xml
    06/29/2020 22:43:59(GMT) - readConfigFile - found c:/ti/ccsv7/eclipse/ccs_config.xml
    06/29/2020 22:43:59(GMT) - readConfigFile - Parsing Root Elements
    06/29/2020 22:43:59(GMT) - readConfigFile - Done Parsing
    06/29/2020 22:43:59(GMT) - readConfigFile - CCSDIR=c:/ti/ccsv7
    06/29/2020 22:43:59(GMT) - readConfigFile - EclipseDir=c:/ti/ccsv7/eclipse
    06/29/2020 22:43:59(GMT) - readConfigFile - InstallDir=c:/ti
    06/29/2020 22:43:59(GMT) - readConfigFile - TempDir=C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1
    06/29/2020 22:43:59(GMT) - readConfigFile - platform=windows
    06/29/2020 22:43:59(GMT) - readConfigFile - LocalBaseRepository=C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32/baserepo
    06/29/2020 22:43:59(GMT) - readConfigFile - baserepourl=C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32/baserepo
    06/29/2020 22:43:59(GMT) - readConfigFile - featureurl=C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32/featurerepo
    06/29/2020 22:43:59(GMT) - readConfigFile - LocalRepository_Exists=1
    06/29/2020 22:43:59(GMT) - readConfigFile - componentinstaller=false
    06/29/2020 22:43:59(GMT) - readConfigFile - eclipseexe=eclipsec.exe
    06/29/2020 22:43:59(GMT) - readConfigFile - in install components
    06/29/2020 22:43:59(GMT) - readUserProfile - userprofile = C:\Users\andrey.gromov
    06/29/2020 22:43:59(GMT) - RunMain - Update = 0
    06/29/2020 22:43:59(GMT) - installMSVC_2015 - CCS_INFO: Created c:/ti/ccsv7/eclipse/rebootMarker.txt:
    file763b8c8
    06/29/2020 22:43:59(GMT) - downloadIfRequired - deleted C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212
    06/29/2020 22:43:59(GMT) - downloadIfRequired - copying C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32/featurerepo/binary/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212
    06/29/2020 22:43:59(GMT) - downloadIfRequired - copied C:/Users/andrey.gromov/Desktop/CCS7.4.0.00015_win32/featurerepo/binary/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212 to C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212
    06/29/2020 22:43:59(GMT) - downloadIfRequired - File C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212 already exists. Not attempting to download
    06/29/2020 22:43:59(GMT) - extract - cmd = "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/util/7za.exe" x "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212" -o"c:/ti/ccsv7/eclipse" -y
    06/29/2020 22:43:59(GMT) - extract - successfully unzipped C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212
    06/29/2020 22:43:59(GMT) - InstallBins - .exe: vc_redist.x86_14.0.24212.exe  /q /l "c:/ti/ccsv7/install_logs/MSVC_REDIST_2015.log" /norestart 
    06/29/2020 22:43:59(GMT) - InstallBins - cmd = "c:/ti/ccsv7/eclipse/downloads/vc_redist.x86_14.0.24212.exe"  /q /l "c:/ti/ccsv7/install_logs/MSVC_REDIST_2015.log" /norestart 
    06/29/2020 22:43:59(GMT) - InstallBins - CCS_INFO: Installing com.ti.ccstudio.installer.msvc.2015.win32
    06/29/2020 22:44:01(GMT) - InstallBins - Return Code: 1638 com.ti.ccstudio.installer.msvc.2015.win32
    06/29/2020 22:44:01(GMT) - InstallBins - New state: feature installed
    06/29/2020 22:44:01(GMT) - InstallBins - Another version of com.ti.ccstudio.installer.msvc.2015.win32 is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.
    06/29/2020 22:44:01(GMT) - get_percentage - values 14245678 0 65
    06/29/2020 22:44:01(GMT) - deleteFile - CCS_INFO: Unable to delete c:/ti/ccsv7/eclipse/downloads/vc_redist.x86_14.0.24212.exe: error deleting "c:/ti/ccsv7/eclipse/downloads/vc_redist.x86_14.0.24212.exe": permission denied
    06/29/2020 22:44:11(GMT) - installMSVC_2015 - CCS_INFO: Deleted c:/ti/ccsv7/eclipse/rebootMarker.txt:
    
    06/29/2020 22:44:11(GMT) - downloadMarker - CCS_INFO: Downloading marker file: http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start
    06/29/2020 22:44:11(GMT) - formatUrlForEclipse - external url http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start
    06/29/2020 22:44:11(GMT) - wgetHttpCopy - Found wget binary C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/util/wget.exe
    06/29/2020 22:44:11(GMT) - wgetHttpCopy - cmd = "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/util/wget.exe" "http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start_full" -O "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/start" -t 10 -w 2 -S  --no-check-certificate
    06/29/2020 22:45:10(GMT) - wgetHttpCopy - CCS_ERROR1: wget unable to download C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/start: 1 SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
    syswgetrc = c:/progra~1/wget/etc/wgetrc
    --2020-06-29 15:44:11--  http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start_full
    Resolving software-dl.ti.com... 23.9.32.86
    Connecting to software-dl.ti.com|23.9.32.86|:80... connected.
    HTTP request sent, awaiting response... 
      HTTP/1.0 302 Moved Temporarily
      Connection: keep-alive
      X-Bst-Request-Id: Xz9hqj:VWD:740265
      Set-Cookie: ti_geo=country=CA|city=VANCOUVER|continent=NA|tc_ip=192.151.178.180; path=/; domain=.ti.com
      Set-Cookie: ti_ua=Wget%2f1.11.4; path=/; domain=.ti.com
      Set-Cookie: ti_rid=dd1f6f6; path=/; domain=.ti.com
      Set-Cookie: ti_bm=Customer-Categorized%20Bot%20(wget)%3amonitor%3aTI%20Software%20Development%20Organization; path=/; domain=.ti.com
      X-Bst-Info: t=1593470652,h=05yyza,p=64336_5198:2_12007,u=637811880,c=2318,v=7.10.72680.242
      Server: Apache
      Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start_full
      Content-Length: 254
      Content-Type: text/html; charset=iso-8859-1
      Date: Mon, 29 Jun 2020 22:44:12 GMT
      Connection: keep-alive
      Via: 1.1 hosted.websense 05yyza
    Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start_full [following]
    --2020-06-29 15:44:14--  https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start_full
    Resolving downloads.ti.com... 23.9.32.86
    Connecting to downloads.ti.com|23.9.32.86|:443... connected.
    06/29/2020 22:45:10(GMT) - wgetHttpCopy - error code: CHILDSTATUS 2056 1
    06/29/2020 22:45:10(GMT) - downloadMarker - CCS_INFO: Downloading marker file: http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit
    06/29/2020 22:45:10(GMT) - formatUrlForEclipse - external url http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit
    06/29/2020 22:45:10(GMT) - wgetHttpCopy - Found wget binary C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/util/wget.exe
    06/29/2020 22:45:10(GMT) - wgetHttpCopy - cmd = "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/util/wget.exe" "http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit_full" -O "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/osd-Windows7-64-bit" -t 10 -w 2 -S  --no-check-certificate
    06/29/2020 22:45:15(GMT) - wgetHttpCopy - CCS_ERROR1: wget unable to download C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/osd-Windows7-64-bit: 1 SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
    syswgetrc = c:/progra~1/wget/etc/wgetrc
    --2020-06-29 15:45:10--  http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit_full
    Resolving software-dl.ti.com... 104.115.129.58
    Connecting to software-dl.ti.com|104.115.129.58|:80... connected.
    HTTP request sent, awaiting response... 
      HTTP/1.0 302 Moved Temporarily
      Connection: keep-alive
      X-Bst-Request-Id: 6Xmlqj:kCh:346667
      Set-Cookie: ti_geo=country=CA|city=VANCOUVER|continent=NA|tc_ip=192.151.178.180; path=/; domain=.ti.com
      Set-Cookie: ti_ua=Wget%2f1.11.4; path=/; domain=.ti.com
      Set-Cookie: ti_rid=dd40365; path=/; domain=.ti.com
      Set-Cookie: ti_bm=Customer-Categorized%20Bot%20(wget)%3amonitor%3aTI%20Software%20Development%20Organization; path=/; domain=.ti.com
      X-Bst-Info: t=1593470710,h=06yyza,p=64336_5198:2_12007,u=637811880,c=2318,v=7.10.72680.242
      Server: Apache
      Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit_full
      Content-Length: 268
      Content-Type: text/html; charset=iso-8859-1
      Date: Mon, 29 Jun 2020 22:45:10 GMT
      Connection: keep-alive
      Via: 1.1 hosted.websense 06yyza
    Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit_full [following]
    --2020-06-29 15:45:12--  https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit_full
    Resolving downloads.ti.com... 23.9.32.86
    Connecting to downloads.ti.com|23.9.32.86|:443... connected.
    06/29/2020 22:45:15(GMT) - wgetHttpCopy - error code: CHILDSTATUS 13896 1
    06/29/2020 22:45:15(GMT) - checkCancel - 
    06/29/2020 22:45:15(GMT) - checkCancel - CCS_INFO: saving c:/ti/ccsv7/install_logs
    06/29/2020 22:45:15(GMT) - downloadMarker - CCS_INFO: Downloading marker file: http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled
    06/29/2020 22:45:15(GMT) - formatUrlForEclipse - external url http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled
    06/29/2020 22:45:15(GMT) - wgetHttpCopy - Found wget binary C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/util/wget.exe
    06/29/2020 22:45:15(GMT) - wgetHttpCopy - cmd = "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/util/wget.exe" "http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled_full" -O "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/cancelled" -t 10 -w 2 -S  --no-check-certificate
    06/29/2020 22:45:18(GMT) - wgetHttpCopy - CCS_ERROR1: wget unable to download C:/Users/andrey.gromov/AppData/Local/Temp/ccs_e97902bb-f9e3-422d-5353-1d17542b2ba1/cancelled: 1 SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
    syswgetrc = c:/progra~1/wget/etc/wgetrc
    --2020-06-29 15:45:15--  http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled_full
    Resolving software-dl.ti.com... 104.115.129.58
    Connecting to software-dl.ti.com|104.115.129.58|:80... connected.
    HTTP request sent, awaiting response... 
      HTTP/1.0 302 Moved Temporarily
      Connection: keep-alive
      X-Bst-Request-Id: v5nfqj:GzVc:1372915
      Set-Cookie: ti_geo=country=CA|city=VANCOUVER|continent=NA|tc_ip=192.151.178.180; path=/; domain=.ti.com
      Set-Cookie: ti_ua=Wget%2f1.11.4; path=/; domain=.ti.com
      Set-Cookie: ti_rid=11355459; path=/; domain=.ti.com
      Set-Cookie: ti_bm=Customer-Categorized%20Bot%20(wget)%3amonitor%3aTI%20Software%20Development%20Organization; path=/; domain=.ti.com
      X-Bst-Info: t=1593470715,h=01yyza,p=64336_5198:2_12007,u=637811880,c=2318,v=7.10.72680.242
      Server: Apache
      Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled_full
      Content-Length: 258
      Content-Type: text/html; charset=iso-8859-1
      Date: Mon, 29 Jun 2020 22:45:15 GMT
      Connection: keep-alive
      Via: 1.1 hosted.websense 01yyza
    Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled_full [following]
    --2020-06-29 15:45:17--  https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled_full
    Resolving downloads.ti.com... 23.9.32.86
    Connecting to downloads.ti.com|23.9.32.86|:443... connected.
    06/29/2020 22:45:18(GMT) - wgetHttpCopy - error code: CHILDSTATUS 13372 1
    

  • Here's another one that might help, it's from a different Win7 machine: 

    06/29/2020 22:49:43(GMT) - ProgressBar::Run - RunSysInfo C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/install_logs/20200629154937/ccs_setup_7.4.0.00015_install.log ::progressBar0 -1
    06/29/2020 22:49:43(GMT) - RunMain - CCS_INFO: Started with params logfile=C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/install_logs/20200629154937/ccs_setup_7.4.0.00015_install.log progress=::progressUpdate0
    06/29/2020 22:49:43(GMT) - my - m_localBase: H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32
    06/29/2020 22:49:43(GMT) - my - m_localBaseRepo: H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32/baserepo
    06/29/2020 22:49:43(GMT) - my - m_baserepourl: H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32/baserepo
    06/29/2020 22:49:43(GMT) - my - m_featureurl: H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32/featurerepo
    06/29/2020 22:49:43(GMT) - my - setting m_local to 1
    06/29/2020 22:49:43(GMT) - Validation::checkWindowsUpdates - "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/run_wmic.bat" > "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/qfe.txt"
    06/29/2020 22:50:01(GMT) - my - creating constructor  
    06/29/2020 22:50:04(GMT) - ::installDirPane0 - InstallDir selected: c:\ti
    06/29/2020 22:50:04(GMT) - checkProgramFiles - CCS_INFO: checking c:\program files (x86)
    06/29/2020 22:50:04(GMT) - checkProgramFiles - CCS_INFO: checking c:\program files (x86)
    06/29/2020 22:50:04(GMT) - checkProgramFiles - CCS_INFO: checking c:\program files
    06/29/2020 22:50:04(GMT) - my - numRootsSelected 0
    06/29/2020 22:50:04(GMT) - my - numRootsSelected 0
    06/29/2020 22:50:04(GMT) - my - numRootsSelected 0
    06/29/2020 22:50:06(GMT) - my - numRootsSelected 1
    06/29/2020 22:50:13(GMT) - writeDebugFile - 
    
    Install Information:
    
    
    06/29/2020 22:50:13(GMT) - writeDebugFile - Install Version: 7.4.0.00015
    06/29/2020 22:50:13(GMT) - writeDebugFile - Install Source	: H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32
    06/29/2020 22:50:13(GMT) - writeDebugFile - Install Temp	: C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c
    06/29/2020 22:50:13(GMT) - writeDebugFile - Install Type	: Offline
    06/29/2020 22:50:13(GMT) - writeDebugFile - OS				: Windows NT
    06/29/2020 22:50:13(GMT) - writeDebugFile - OS Name		: Windows 7
    06/29/2020 22:50:13(GMT) - writeDebugFile - OS	Version		: 6.1
    06/29/2020 22:50:13(GMT) - writeDebugFile -            	: 1
    06/29/2020 22:50:13(GMT) - writeDebugFile - OS	Platform	: windows
    06/29/2020 22:50:13(GMT) - writeDebugFile -            	: 64-bit
    06/29/2020 22:50:13(GMT) - ::programArgs0 - OSD: Windows7-64-bit
    06/29/2020 22:50:13(GMT) - writeDebugFile -            	: Windows7-64-bit
    06/29/2020 22:50:13(GMT) - writeDebugFile - User ID		: andrey.gromov
    06/29/2020 22:50:13(GMT) - writeDebugFile - Timezone		: -0700
    06/29/2020 22:50:13(GMT) - writeDebugFile - IPAddress		: 169.254.102.47
    06/29/2020 22:50:13(GMT) - writeDebugFile - Update/Rerun	: 0
    06/29/2020 22:50:13(GMT) - writeDebugFile - Command line	: installersrc {H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32} installertmp C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c buildid 7.4.0.00015 installer {H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32/ccs_setup_7.4.0.00015.exe} bitness 64-bit os windows osname {Windows 7} spversion 1 timestamp 20200629154937 AVon true
    
    06/29/2020 22:50:13(GMT) - writeDebugFile - 
    Product families selected: 
    06/29/2020 22:50:13(GMT) - writeDebugFile - PF_C28
    06/29/2020 22:50:13(GMT) - writeDebugFile - 
    Components to be installed: 
    06/29/2020 22:50:13(GMT) - writeDebugFile - EMU_TI
    06/29/2020 22:50:13(GMT) - writeDebugFile - SEGGER_J_LINK
    06/29/2020 22:50:13(GMT) - writeDebugFile - SEGGER_J_LINK_DRIVERS
    06/29/2020 22:50:13(GMT) - writeDebugFile - JRE
    06/29/2020 22:50:13(GMT) - writeDebugFile - P2APP
    06/29/2020 22:50:13(GMT) - writeDebugFile - ECLIPSE
    06/29/2020 22:50:13(GMT) - writeDebugFile - ECLIPSECORE
    06/29/2020 22:50:13(GMT) - writeDebugFile - P2TOOLS
    06/29/2020 22:50:13(GMT) - writeDebugFile - GMF
    06/29/2020 22:50:13(GMT) - writeDebugFile - IDE_MAIN
    06/29/2020 22:50:13(GMT) - writeDebugFile - IDE_WORKFLOW
    06/29/2020 22:50:13(GMT) - writeDebugFile - DVT_COMMON
    06/29/2020 22:50:13(GMT) - writeDebugFile - DVT_UIA
    06/29/2020 22:50:13(GMT) - writeDebugFile - DVT_VIA_CCS
    06/29/2020 22:50:13(GMT) - writeDebugFile - TIREX
    06/29/2020 22:50:13(GMT) - writeDebugFile - XULRUNNER
    06/29/2020 22:50:13(GMT) - writeDebugFile - INSTALLER
    06/29/2020 22:50:13(GMT) - writeDebugFile - IDE_CHROME
    06/29/2020 22:50:13(GMT) - writeDebugFile - IDE_TOOLS_COMMON
    06/29/2020 22:50:13(GMT) - writeDebugFile - IDE_GC
    06/29/2020 22:50:13(GMT) - writeDebugFile - TARGET_CONTENT_CORE
    06/29/2020 22:50:13(GMT) - writeDebugFile - TARGET_CONTENT_CORE_LEGACY
    06/29/2020 22:50:13(GMT) - writeDebugFile - NODEJS
    06/29/2020 22:50:13(GMT) - writeDebugFile - PINMUX
    06/29/2020 22:50:13(GMT) - writeDebugFile - IDE_C2000
    06/29/2020 22:50:13(GMT) - writeDebugFile - IDE_ARM
    06/29/2020 22:50:13(GMT) - writeDebugFile - DS
    06/29/2020 22:50:13(GMT) - writeDebugFile - DS_FLASH
    06/29/2020 22:50:13(GMT) - writeDebugFile - CLOUDAGENT
    06/29/2020 22:50:13(GMT) - writeDebugFile - MSVC80
    06/29/2020 22:50:13(GMT) - writeDebugFile - MSVC2012
    06/29/2020 22:50:13(GMT) - writeDebugFile - MSVC2015
    06/29/2020 22:50:13(GMT) - writeDebugFile - EMU_C2000_FLASH
    06/29/2020 22:50:13(GMT) - writeDebugFile - EMU_C2000
    06/29/2020 22:50:13(GMT) - writeDebugFile - GREE_C2000_SUPPORT
    06/29/2020 22:50:13(GMT) - writeDebugFile - DVT_TRACE
    06/29/2020 22:50:13(GMT) - writeDebugFile - DVT_ENERGYTRACE
    06/29/2020 22:50:13(GMT) - writeDebugFile - C2000_CGT_HELP
    06/29/2020 22:50:13(GMT) - writeDebugFile - CGT_DEFAULTLIBS_C2800
    06/29/2020 22:50:13(GMT) - writeDebugFile - DMED
    06/29/2020 22:50:13(GMT) - writeDebugFile - ARM_CGT_HELP
    06/29/2020 22:50:13(GMT) - writeDebugFile - CGT_DEFAULTLIBS_TMS470
    06/29/2020 22:50:13(GMT) - my - Finish Status Num of families selected: 1 ; num families available: 20
    06/29/2020 22:50:13(GMT) - ::programArgs129 - OSD: Windows7-64-bit
    06/29/2020 22:50:13(GMT) - my - installdir for ARM_CGT_HELP: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for C2000_CGT_HELP: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for C6000_CGT_HELP: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - Did not find matching component in InstallIni CCS_DOC. Using Defaults.
    06/29/2020 22:50:13(GMT) - my - Did not find matching component in InstallIni CCS_LAUNCHER. Using Defaults.
    06/29/2020 22:50:13(GMT) - my - Did not find matching component in InstallIni CCS_UTILS. Using Defaults.
    06/29/2020 22:50:13(GMT) - my - installdir for DVT_COMMON: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for DVT_ENERGYTRACE: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for DVT_TRACE: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for DVT_UIA: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for DVT_VIA_CCS: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for ECLIPSE: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for EMU_SD: c:/ti/ccsv7/ccs_base
    06/29/2020 22:50:13(GMT) - my - installdir for IDE_ARM: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for IDE_C2000: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for IDE_C5500: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for IDE_C6000: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for IDE_CHROME: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for IDE_GC: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for IDE_MAIN: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for IDE_MSP430: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for IDE_TOOLS_COMMON: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for IDE_WORKFLOW: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for MSP430_BUILD_DEBUG: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for MSP430_CGT_HELP: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for MSP430_GCC_SUPPORT: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - installdir for MSP432_BUILD_DEBUG: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - Did not find matching component in InstallIni MSVC_REDIST_2005. Using Defaults.
    06/29/2020 22:50:13(GMT) - my - installdir for MSVC_REDIST_2005: c:/ti/ccsv7/
    06/29/2020 22:50:13(GMT) - my - Did not find matching component in InstallIni MSVC_REDIST_2012. Using Defaults.
    06/29/2020 22:50:13(GMT) - my - installdir for MSVC_REDIST_2012: c:/ti/ccsv7/
    06/29/2020 22:50:14(GMT) - my - Did not find matching component in InstallIni MSVC_REDIST_2015. Using Defaults.
    06/29/2020 22:50:14(GMT) - my - installdir for MSVC_REDIST_2015: c:/ti/ccsv7/
    06/29/2020 22:50:14(GMT) - my - installdir for P2APP: c:/ti/ccsv7/
    06/29/2020 22:50:14(GMT) - my - installdir for P2TOOLS: c:/ti/ccsv7/
    06/29/2020 22:50:14(GMT) - my - Did not find matching component in InstallIni TARGETDB_DEF_PROPS. Using Defaults.
    06/29/2020 22:50:14(GMT) - my - installdir for TARGET_CONTENT_CORE: c:/ti/ccsv7/..
    06/29/2020 22:50:14(GMT) - my - installdir for TARGET_CONTENT_CORE_LEGACY: c:/ti/ccsv7/..
    06/29/2020 22:50:14(GMT) - my - Did not find matching component in InstallIni MSVC_REDIST_2008. Using Defaults.
    06/29/2020 22:50:14(GMT) - my - installdir for MSVC_REDIST_2008: c:/ti/ccsv7/
    06/29/2020 22:50:14(GMT) - my - setting MSVC_REDIST_2008 state = do not install
    06/29/2020 22:50:14(GMT) - Util::getProperty - No c:/ti/ccsv7/eclipse/ccs.properties file found
    06/29/2020 22:50:14(GMT) - Util::getProperty - No c:/ti/ccsv7/eclipse/ccs.properties file found
    06/29/2020 22:50:14(GMT) - Validation::postInstallChecks - Checking postinstallchecks here
    06/29/2020 22:50:14(GMT) - Validation::checkProductsSelected - ValidationResult Products selected 1
    06/29/2020 22:50:14(GMT) - ProgressPane::Run - Starting install process in separate thread
    06/29/2020 22:50:14(GMT) - ProgressPane::Run - call = RunInstall c:/ti/ccsv7/eclipse/ccs_config.xml 0 0 0 0 c:/ti/ccsv7/install_logs/20200629154937/ccs_setup_7.4.0.00015_install.log ::progressPane0 tid0000267C
    06/29/2020 22:50:14(GMT) - ProgressPane::Run - separate threads
    06/29/2020 22:50:14(GMT) - RunMain - CCS_INFO: Started with params pConfigFile=c:/ti/ccsv7/eclipse/ccs_config.xml pProfiling=0 pUpdate=0 logfile=c:/ti/ccsv7/install_logs/20200629154937/ccs_setup_7.4.0.00015_install.log progress=::threadedProgressUpdate0
    06/29/2020 22:50:14(GMT) - RunMain - CCS_INFO: encoding = cp1252
    06/29/2020 22:50:14(GMT) - readConfigFile - Start installing components:
    06/29/2020 22:50:14(GMT) - readConfigFile - read config file c:/ti/ccsv7/eclipse/ccs_config.xml
    06/29/2020 22:50:14(GMT) - readConfigFile - found c:/ti/ccsv7/eclipse/ccs_config.xml
    06/29/2020 22:50:14(GMT) - readConfigFile - Parsing Root Elements
    06/29/2020 22:50:14(GMT) - readConfigFile - Done Parsing
    06/29/2020 22:50:14(GMT) - readConfigFile - CCSDIR=c:/ti/ccsv7
    06/29/2020 22:50:14(GMT) - readConfigFile - EclipseDir=c:/ti/ccsv7/eclipse
    06/29/2020 22:50:14(GMT) - readConfigFile - InstallDir=c:/ti
    06/29/2020 22:50:14(GMT) - readConfigFile - TempDir=C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c
    06/29/2020 22:50:14(GMT) - readConfigFile - platform=windows
    06/29/2020 22:50:14(GMT) - readConfigFile - LocalBaseRepository=H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32/baserepo
    06/29/2020 22:50:14(GMT) - readConfigFile - baserepourl=H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32/baserepo
    06/29/2020 22:50:14(GMT) - readConfigFile - featureurl=H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32/featurerepo
    06/29/2020 22:50:14(GMT) - readConfigFile - LocalRepository_Exists=1
    06/29/2020 22:50:14(GMT) - readConfigFile - componentinstaller=false
    06/29/2020 22:50:14(GMT) - readConfigFile - eclipseexe=eclipsec.exe
    06/29/2020 22:50:14(GMT) - readConfigFile - in install components
    06/29/2020 22:50:14(GMT) - readUserProfile - userprofile = C:\Users\andrey.gromov
    06/29/2020 22:50:14(GMT) - RunMain - Update = 0
    06/29/2020 22:50:14(GMT) - installMSVC_2015 - CCS_INFO: Created c:/ti/ccsv7/eclipse/rebootMarker.txt:
    file6afe420
    06/29/2020 22:50:14(GMT) - downloadIfRequired - deleted C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212
    06/29/2020 22:50:14(GMT) - downloadIfRequired - copying H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32/featurerepo/binary/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212
    06/29/2020 22:50:16(GMT) - downloadIfRequired - copied H:/Engineering Library/Software/Software Dev IDEs/TI Code Composer Studio/CCS7/CCS7.4.0.00015_win32/CCS7.4.0.00015_win32/featurerepo/binary/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212 to C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212
    06/29/2020 22:50:16(GMT) - downloadIfRequired - File C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212 already exists. Not attempting to download
    06/29/2020 22:50:16(GMT) - extract - cmd = "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/util/7za.exe" x "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212" -o"c:/ti/ccsv7/eclipse" -y
    06/29/2020 22:50:16(GMT) - extract - successfully unzipped C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/com.ti.ccstudio.installer.msvc.2015.win32_root_14.0.24212
    06/29/2020 22:50:16(GMT) - InstallBins - .exe: vc_redist.x86_14.0.24212.exe  /q /l "c:/ti/ccsv7/install_logs/MSVC_REDIST_2015.log" /norestart 
    06/29/2020 22:50:16(GMT) - InstallBins - cmd = "c:/ti/ccsv7/eclipse/downloads/vc_redist.x86_14.0.24212.exe"  /q /l "c:/ti/ccsv7/install_logs/MSVC_REDIST_2015.log" /norestart 
    06/29/2020 22:50:16(GMT) - InstallBins - CCS_INFO: Installing com.ti.ccstudio.installer.msvc.2015.win32
    06/29/2020 22:50:17(GMT) - InstallBins - Return Code: 1638 com.ti.ccstudio.installer.msvc.2015.win32
    06/29/2020 22:50:17(GMT) - InstallBins - New state: feature installed
    06/29/2020 22:50:17(GMT) - InstallBins - Another version of com.ti.ccstudio.installer.msvc.2015.win32 is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.
    06/29/2020 22:50:17(GMT) - get_percentage - values 14245678 0 65
    06/29/2020 22:50:17(GMT) - deleteFile - CCS_INFO: Unable to delete c:/ti/ccsv7/eclipse/downloads/vc_redist.x86_14.0.24212.exe: error deleting "c:/ti/ccsv7/eclipse/downloads/vc_redist.x86_14.0.24212.exe": permission denied
    06/29/2020 22:50:27(GMT) - installMSVC_2015 - CCS_INFO: Deleted c:/ti/ccsv7/eclipse/rebootMarker.txt:
    
    06/29/2020 22:50:27(GMT) - downloadMarker - CCS_INFO: Downloading marker file: http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start
    06/29/2020 22:50:27(GMT) - formatUrlForEclipse - external url http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start
    06/29/2020 22:50:27(GMT) - wgetHttpCopy - Found wget binary C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/util/wget.exe
    06/29/2020 22:50:27(GMT) - wgetHttpCopy - cmd = "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/util/wget.exe" "http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start_full" -O "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/start" -t 10 -w 2 -S  --no-check-certificate
    06/29/2020 22:52:50(GMT) - wgetHttpCopy - CCS_ERROR1: wget unable to download C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/start: 1 SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
    syswgetrc = c:/progra~1/wget/etc/wgetrc
    --2020-06-29 15:50:27--  http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start_full
    Resolving software-dl.ti.com... 104.105.38.23
    Connecting to software-dl.ti.com|104.105.38.23|:80... connected.
    HTTP request sent, awaiting response... 
      HTTP/1.0 302 Moved Temporarily
      Connection: keep-alive
      X-Bst-Request-Id: jNkfqj:nNRc:1644820
      Set-Cookie: ti_geo=country=CA|city=VANCOUVER|continent=NA|tc_ip=192.151.178.180; path=/; domain=.ti.com
      Set-Cookie: ti_ua=Wget%2f1.11.4; path=/; domain=.ti.com
      Set-Cookie: ti_rid=ddf4f02; path=/; domain=.ti.com
      Set-Cookie: ti_bm=Customer-Categorized%20Bot%20(wget)%3amonitor%3aTI%20Software%20Development%20Organization; path=/; domain=.ti.com
      X-Bst-Info: t=1593470976,h=02yyza,p=64336_5198:2_12007,u=637811880,c=2318,v=7.10.72680.242
      Server: Apache
      Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start_full
      Content-Length: 254
      Content-Type: text/html; charset=iso-8859-1
      Date: Mon, 29 Jun 2020 22:49:36 GMT
      Connection: keep-alive
      Via: 1.1 hosted.websense 02yyza
    Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start_full [following]
    --2020-06-29 15:50:28--  https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/start_full
    Resolving downloads.ti.com... 23.9.32.86
    Connecting to downloads.ti.com|23.9.32.86|:443... connected.
    06/29/2020 22:52:50(GMT) - wgetHttpCopy - error code: CHILDSTATUS 11064 1
    06/29/2020 22:52:50(GMT) - downloadMarker - CCS_INFO: Downloading marker file: http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit
    06/29/2020 22:52:50(GMT) - formatUrlForEclipse - external url http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit
    06/29/2020 22:52:50(GMT) - wgetHttpCopy - Found wget binary C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/util/wget.exe
    06/29/2020 22:52:50(GMT) - wgetHttpCopy - cmd = "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/util/wget.exe" "http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit_full" -O "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/osd-Windows7-64-bit" -t 10 -w 2 -S  --no-check-certificate
    06/29/2020 22:52:55(GMT) - wgetHttpCopy - CCS_ERROR1: wget unable to download C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/osd-Windows7-64-bit: 1 SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
    syswgetrc = c:/progra~1/wget/etc/wgetrc
    --2020-06-29 15:52:50--  http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit_full
    Resolving software-dl.ti.com... 104.105.38.23
    Connecting to software-dl.ti.com|104.105.38.23|:80... connected.
    HTTP request sent, awaiting response... 
      HTTP/1.0 302 Moved Temporarily
      Connection: keep-alive
      X-Bst-Request-Id: f9Dlqj:s7M:27558
      Set-Cookie: ti_geo=country=CA|city=VANCOUVER|continent=NA|tc_ip=192.151.178.180; path=/; domain=.ti.com
      Set-Cookie: ti_ua=Wget%2f1.11.4; path=/; domain=.ti.com
      Set-Cookie: ti_rid=de84307; path=/; domain=.ti.com
      Set-Cookie: ti_bm=Customer-Categorized%20Bot%20(wget)%3amonitor%3aTI%20Software%20Development%20Organization; path=/; domain=.ti.com
      X-Bst-Info: t=1593471141,h=04yyza,p=64336_5198:2_12007,u=637811880,c=2318,v=7.10.72680.242
      Server: Apache
      Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit_full
      Content-Length: 268
      Content-Type: text/html; charset=iso-8859-1
      Date: Mon, 29 Jun 2020 22:52:21 GMT
      Connection: keep-alive
      Via: 1.1 hosted.websense 04yyza
    Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit_full [following]
    --2020-06-29 15:52:52--  https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/osd-Windows7-64-bit_full
    Resolving downloads.ti.com... 23.9.32.86
    Connecting to downloads.ti.com|23.9.32.86|:443... connected.
    06/29/2020 22:52:55(GMT) - wgetHttpCopy - error code: CHILDSTATUS 8576 1
    06/29/2020 22:52:55(GMT) - checkCancel - 
    06/29/2020 22:52:55(GMT) - checkCancel - CCS_INFO: saving c:/ti/ccsv7/install_logs
    06/29/2020 22:52:55(GMT) - downloadMarker - CCS_INFO: Downloading marker file: http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled
    06/29/2020 22:52:55(GMT) - formatUrlForEclipse - external url http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled
    06/29/2020 22:52:55(GMT) - wgetHttpCopy - Found wget binary C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/util/wget.exe
    06/29/2020 22:52:55(GMT) - wgetHttpCopy - cmd = "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/util/wget.exe" "http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled_full" -O "C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/cancelled" -t 10 -w 2 -S  --no-check-certificate
    06/29/2020 22:53:00(GMT) - wgetHttpCopy - CCS_ERROR1: wget unable to download C:/Users/andrey.gromov/AppData/Local/Temp/ccs_d282cf53-dd10-4180-615a-cb4c4a1f565c/cancelled: 1 SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
    syswgetrc = c:/progra~1/wget/etc/wgetrc
    --2020-06-29 15:52:55--  http://software-dl.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled_full
    Resolving software-dl.ti.com... 104.105.38.23
    Connecting to software-dl.ti.com|104.105.38.23|:80... connected.
    HTTP request sent, awaiting response... 
      HTTP/1.0 302 Moved Temporarily
      Connection: keep-alive
      X-Bst-Request-Id: FfDhqj:mWQ:1542986
      Set-Cookie: ti_geo=country=CA|city=VANCOUVER|continent=NA|tc_ip=192.151.178.180; path=/; domain=.ti.com
      Set-Cookie: ti_ua=Wget%2f1.11.4; path=/; domain=.ti.com
      Set-Cookie: ti_rid=11497c90; path=/; domain=.ti.com
      Set-Cookie: ti_bm=Customer-Categorized%20Bot%20(wget)%3amonitor%3aTI%20Software%20Development%20Organization; path=/; domain=.ti.com
      X-Bst-Info: t=1593471146,h=03yyza,p=64336_5198:2_12007,u=637811880,c=2318,v=7.10.72680.242
      Server: Apache
      Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled_full
      Content-Length: 258
      Content-Type: text/html; charset=iso-8859-1
      Date: Mon, 29 Jun 2020 22:52:26 GMT
      Connection: keep-alive
      Via: 1.1 hosted.websense 03yyza
    Location: https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled_full [following]
    --2020-06-29 15:52:57--  https://downloads.ti.com/ccs/esd/CCSv7/CCS7.4.0.00015_win32/cancelled_full
    Resolving downloads.ti.com... 23.9.32.86
    Connecting to downloads.ti.com|23.9.32.86|:443... connected.
    06/29/2020 22:53:00(GMT) - wgetHttpCopy - error code: CHILDSTATUS 8364 1
    

  • Thanks. I have have the install experts take a look and let you know of any updates I get.

  • Hi,

    Please ignore the wget errors, those files don't exist and are not necessary to the install.

    Your install is having a problem installing the 2015 msvc redistributable. Unfortunately, CCS installer for 7.x doesn't know if the msvc already installed on your machine is compatible. Could you temporarily remove the one installed and try your CCS install again? After CCS is installed, you can reinstall your version of the redistributable if needed.

    Thanks,

    Danish