awaescher / PathEd

📌 A deployable tool to add or remove values from the Windows PATH variable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSIS usage example

itayo opened this issue · comments

Hi.
According to your post (atleast i think it is you) on
stackoverflow you recommend this to be used for safe enviromental updates with NSIS.

However i cannot get this to work.
Do you have any usage example how to use it?

i tried with the following without any lock
install path is "c:\demo path"
'''
File "PathEd.exe"
ExecWait "c:\demo path\PathEx.exe add $"c:\demo path$""
'''
Br
Stefan

Hi Stefan,

good point. I use PathEd in my tool RepoZ.
The NSIS script over there shows how PathEd can be used to add a path and how it can be removed during uninstallation.