clowd / Clowd.Squirrel

Quick and easy installer and automatic updates for cross-platform dotnet applications
427 stars 39 forks source link

Support to adding application to the Windows PATH #153

Closed JobaDiniz closed 1 year ago

JobaDiniz commented 1 year ago

How to add the application to the Windows PATH upon installation?

caesay commented 1 year ago

There's no built-in support for something like this, but feel free to perform any actions you wish to do during the post-install / pre-uninstall hooks (eg. SquirrelAwareApp.HandleEvents(...)). You can search google on how to add folders/files to the PATH variables. Just remember to clean-up and remove your app from the path when you uninstall.