takluyver / pynsist

Build Windows installers for Python applications
https://pynsist.readthedocs.io/
Other
883 stars 119 forks source link

Fix adding commands to PATH in a user install #170

Closed takluyver closed 5 years ago

takluyver commented 5 years ago

Fixes #167

If you have an application that installs commands, please test this branch! Check out the branch and install Pynsist from it (flit install), then use Pynsist to build a new installer. Install it and check that the directory containing exes is added to PATH correctly, then uninstall and check that the directory is removed from PATH again. Try the same with both a single-user installation and an installation for all users.