Installing TI code composer 6.1.3 silently
Hello,
I am having trouble installing TI code composer 6.1.3. I can get this program to manually install, but when I try to automate it from a batch file on a local machine, it will not run. In my batch file (located in the picture attached) it runs:
@echo OFF
netsh firewall add allowedprogram "c:\ti\ccsv6\eclipse\jre\bin\java.exe" cobain enable >nul
netsh advfirewall set allprofiles state off
ccs_setup_6.1.3.00033.exe --mode unattended --apps-select-all true
netsh advfirewall set allprofiles state on
When it runs that, the program starts in the task manager, but after a few seconds stops and exits. I have installed this manually before, it takes much longer than that. There are no errors posted though and the control panel even puts the program on there like it installed. Any ideas?