MantisBT - CMake
View Issue Details
0010063CMakeCMakepublic2009-12-18 01:592010-02-09 13:54
Thomas Bernard 
 
normalmajoralways
closedduplicate 
CMake-2-8 
 
0010063: Windows installer destroys user path
The installer will replace the contents of the path variable with the installation path of cmake.


I looked through the issue list and found that this problem has already come up twice with previous versions of CMake:
0009878: Windows installer destroys user path

The issue was solved as not reproductible. I've had the issue just yesterday with cmake 2.8.

I had a rather long path variable definition and what i'm guessing is that there is a limitition somewhere in the installer to the maximum length of the string. When the original path is too big it might not get read in properly thus leading to a blind replacement with the cmake path.
This is realy a blind guess...

Hope this helps fix the issue.
No tags attached.
duplicate of 0010257closed Bill Hoffman Installer erasing windows PATH 
Issue History
2009-12-18 01:59Thomas BernardNew Issue
2010-01-28 11:41Michael WagnerNote Added: 0019357
2010-02-09 13:54Bill HoffmanRelationship addedduplicate of 0010257
2010-02-09 13:54Bill HoffmanStatusnew => closed
2010-02-09 13:54Bill HoffmanResolutionopen => duplicate

Notes
(0019357)
Michael Wagner   
2010-01-28 11:41   
Hi, I just stumbled across the same problem.
After I used the installer (I chose "Set path for all users") my PATH variable consisted only of the path pointing to cmake.