Archive: Inlcude InstallerFolder to WindowsPath


Inlcude InstallerFolder to WindowsPath
Hey,

i would like inlcude the installfolder
to the windows paths. Everybody can execute the exe file
in every directory.

In need to add for install the path and uninstall the path.

Thank you...


Take a look at:

http://nsis.sourceforge.net/Path_Manipulation


Hello,

thank you bud i have an problem.

I would like include
Call AddToPath
Call un.RemoveFromPath


Bud NSIS 2.18 found problem allways on ReadRegStr.
Need 4 variables, got 3...
ReadRegStr $2 ${WriteEnvStr_RegKey} $0


Make sure you put everything under "The Functions" on that page in your script and put it before you use it in your script too. Ideally, just put it all in a seperate text file and !include that at the top of your script.

-Stu