Other Parts Discussed in Thread: CONTROLSUITE, MOTORWARE
Hi, After a lot of time wasted trying to install suite I hit one main trouble:
Linux Wine:
I can install to anywhere and no trouble come from installation but all suite and TI software must be on same drive :((((
When I try run suite if all is not on same drive it fails due it search and assume all installation are on same Drive.... Again this is HARDWIRED to root including DRIVE: bad habit in root handling. Why not use a good path relative to installation path "DRIVELESS"??? I think leaving this away from professional help produce a better code.
Issue come from lack of space on main HDD and desire to share (SAME) code and file system-wide and on networked space too avoiding multiple duplicates of same installation.. This is limited by this hardwiring of base drive usually from path root but too often just c:\.
Windows XP, MORE (descendant too) worst trouble, too many piece of suite insist on "C:/" hardwired search, CCS too and this slow down a lot system nor permit to mount an external "share" and install on it nor have part of code on different data drive.
CCS winzz due to this problem doesn't work if project and CCS reside in a different drive also on local machine.
So I created another partition and added Win mounted to "C:\TI", this work for storage but not on installation, for some way installation if not on same C:\ drive report user don't have access right to write folder, user has Administrator right and I observed every folder has Read Only mark permanently set...
Again DAMN Windoze forever, this ISSUE is behaviour by design!!! What worst than a M$ product???? So you never can clear this fake Read only, but why a clean not protected file nor Folder open to everyone to write (Very worst security issue to do that) so installation report forever error?? After a google search I discovered this flag M$ use not as you intend reading but to have flagged folder is "customized!!!" Again useless messages disk full when printer was paper empty!!
BLAME M$ but please address this worst situation on your side.
http://support.microsoft.com/kb/326549
Last, C2000 is well supported from CCS in Linux, GUIComposer is also Linux Hosted so why not also produce pure linux executable than .EXE that refuse run still in native W$?
I found just Modem Example with native Linux and none other package, it is so hard generate code for both platform?
How much time wasted us by M$.... and everyone still insist use this worst expensive thrash...
ERROR LOG:
Error in action ExecuteAction
Error in action UnzipFile
can't create directory "C:/ti/guicomposer": read-only file system
while executing
"file mkdir $dir"
(procedure "::InstallJammer::CreateDir" line 13)
invoked from within
"::InstallJammer::CreateDir $dir"
(procedure "::InstallJammer::actions::UnzipFile" line 50)
invoked from within
"::InstallJammer::actions::$component $this"
while executing
"$obj execute"
(procedure "::InstallJammer::ExecuteActions" line 69)
invoked from within
"::InstallJammer::ExecuteActions $action -parent $id -conditions $eval"
(procedure "::InstallJammer::actions::ExecuteAction" line 35)
invoked from within
"::InstallJammer::actions::$component $this"
Error in action ExecuteAction
Error in action UnzipFile
can't create directory "C:/ti/guicomposer": read-only file system
while executing
"file mkdir $dir"
(procedure "::InstallJammer::CreateDir" line 13)
invoked from within
"::InstallJammer::CreateDir $dir"
(procedure "::InstallJammer::actions::UnzipFile" line 50)
invoked from within
"::InstallJammer::actions::$component $this"
while executing
"$obj execute"
(procedure "::InstallJammer::ExecuteActions" line 69)
invoked from within
"::InstallJammer::ExecuteActions $action -parent $id -conditions $eval"
(procedure "::InstallJammer::actions::ExecuteAction" line 35)
invoked from within
"::InstallJammer::actions::$component $this"
while executing
"$obj execute"
(procedure "::InstallJammer::ExecuteActions" line 69)
invoked from within
"::InstallJammer::ExecuteActions $id -when $when"
(procedure "::InstallJammer::RaiseEventHandler" line 93)
invoked from within
"::InstallJammer::RaiseEventHandler .wizard"
(command bound to event)