On Tue, Apr 2, 2013 at 1:19 PM, Rony G. Flatscher
<rony.flatsc...@wu.ac.at>wrote:

>
> just wondering if anyone else got problems installing ooRexx 4.1.2 in 32
> or 64 bits on a German Windows 7 Professional version with Service Pack 1
> applied:
>

There have not been any reports of this.


>
>    - The installer is not able to set the value of the PATH environment
>    variable ("There was a problem reading the current value of PATH. You will
>    need to set the PATH environment variable manually."
>
>
There is a limit to the length of a string in the NSIS installer.  If your
current path is longer than this length, then you can get this message.  If
the installer were to attempt to update the path, it would truncate it.
 Resulting in havoc on your system.

Redirect your path into a file and check the length.

set path > myPath.tx

I forget the length off the top of my head but it is probably 1024 or maybe
2048.

--
Mark Miesfeld
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to