Skip to content
⌘ NSIS Forum Archive

Inlcude InstallerFolder to WindowsPath

4 posts

Biarchiv#

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...
Biarchiv#
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
Afrow UK#
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