MatthiWare / UpdateLib

A .Net auto update library made in C#
GNU Affero General Public License v3.0
6 stars 3 forks source link

Shared or local installation #21

Closed Matthiee closed 7 years ago

Matthiee commented 7 years ago

Consider an option to allow the user to set an option in the updater to use shared or local storage. Storing the cache files in Roaming AppData might not always be the best option. In this case the local AppData folder should be considered.

Matthiee commented 7 years ago

Fixed in #22