Q: is it possible to change $PATH?
Hello,
How can I change the $PATH during the installation using NSIS?
Can you write a few example :)
Thanks
Fabrizio
Archive: Q: is it possible to change $PATH?
Q: is it possible to change $PATH?
Hello,
How can I change the $PATH during the installation using NSIS?
Can you write a few example :)
Thanks
Fabrizio
Fabrizio,
I guess you mean the path where NSIS writes the files? This is controlled by SetOutPath.
-Hendri.
Simply: I use NSIS to install a new tool. I need to add with NSIS the path of the new tool to the $PATH enviroment.
Fabrizio
Fabrizio,
OK, I understand the question now (how stupid of me, sorry, I guess I was not fully awake yet...). Go here:
http://forums.winamp.com/showthread....threadid=67208
-Hendri.