CC3+ install major fail
GThiel
Surveyor
Since my C drive is limited, and I needed to get all the symbols and stuff off to an external drive, I ended up uninstalling CC3+ and tried to reinstall it. What I get is one of the most useless computer messages I've ever seen in my 40 years of programming. Any suggestions??
Comments
Note that sometimes antivirus software can also result in weird error because sometimes they end up blocking a write while they try to analyze stuff, and never releasing it properly/in time, so you may wish to try disable that too.
If none of these helps, I recommend contacting technical support.
The only issue may be if you have made symbol catalogs yourself (or just inserted image files directly in the map without using symbol catalogs). In these cases, your existing maps may have hardcoded paths to the C-drive instead of the relative path CC3+ uses in it's own configuration. Custom symbol catalogs should always be defined with relative paths as LordEntrails points out above.
Beware of the Windows Max Path depth limitation though, so don't go hide it very deep within some substructure on your external drive, that could lead to problems accessing the files furthest down the hierarchy. I recommend something simple like d:\mapping\CC3Plus or something similar like your last example.