PathEd
PathEd 1.0
Without PathEd, it can be quite cumbersome to handle the old-school semicolon-devided PATH variable safely.
PathEd has no dependencies besides the .NET Framework 2.0 and can be deployed with any installer, for example. Editing the PATH within your setup is just one single exec command instead of using proprietary PATH manipulation plugins, etc.
PathEd.exe add "C:Program FilesRepoZ"
PathEd.exe remove "C:Program FilesRepoZ"
PathEd is used in the RepoZ NSIS install script to add and remove the application location to the Windows PATH.
PathEd will ...
As always, you'll need to add quotes to the value if it contains spaces (like shown in the examples). Otherwise, Windows will split them up as multiple arguments.