annh9b / JPEGView-Static

JPEGView-Static - fast and tiny viewer/editor for PC/Web Images (JPEG, BMP, PNG, WEBP, GIF, TIFF) and Camera Raw Formats (DNG, Canon, Nikon, Sony, Fuji, Sigma) in exactly one statically linked executable..
https://github.com/annh9b/JPEGView-Static
GNU General Public License v3.0
71 stars 10 forks source link

Add Windows file associations right into installer #5

Open guidofantocini opened 2 years ago

guidofantocini commented 2 years ago

Currently, Windows file associations can be set/unset inside main app only. Thus if one set that associations and then uninstalls the app, they remain invalid in Windows registry. Installer have to check the associations during uninstall and unset them if needed.

annh9b commented 2 years ago

Thanks, I'll implement this next version.