System Path variable update
Hi all,
I have a Nsis script that updates the system Path variable, adding the path of my application.

I have unsuccesfully tried to find out a way to remove the path entry when the uninstaller is called.

Any ideas?

By,
Adolfo

E.g.
Before unistalling
Path=e:\Program Files\myapp;c:\...\

After:
Path=c:\...\