Manipulate the PATH environmental variable with NSIS
Hello,
On the web, I found many examples describing how to edit the PATH environmental variable through NSIS (i.e. http://nsis.sourceforge.net/Path_man...on_in_run-time). However, considering that NSIS has a limitation on the size of a string (1024 bytes), I was wondering if it's safe to edit the system PATH environment variable directly through NSIS by editing the registry entry or if it's better to use an external DLL that handles all the editing and to which simply pass the path to add/remove. All the examples I found seem to don't consider the limit to the string size. So, is the size limit a real problem?
Thank you.
Guglielmo