aferrero2707 / PhotoFlow

A fully non-destructive photo retouching program providing a complete layer-based workflow including RAW image development.
http://aferrero2707.github.io/PhotoFlow
GNU General Public License v3.0
315 stars 36 forks source link

Windows installer - default installation path incorrect #17

Closed paynekj closed 9 years ago

paynekj commented 9 years ago

By default the Windows installer suggests the destination folder: C:\Users\UserName\AppData\Local\Photoflow

This location is for data, not applications, which should go into Programs Files\Program Files (x86)

aferrero2707 commented 9 years ago

The reason for the strange installation location is that I consider the windows version quite a bit experimental, and that I have no way to test the installer with all the supported windows versions, therefore I decided not to interfere with system folders for the moment... normally photoflow should run without problems even from this unusual installation path.

Anyhow, thanks a lot for reporting this issue, I'll leave it open as a reminder that I should fix that at some point.

And welcome to photoflow! I hope you will enjoy it.

aferrero2707 commented 9 years ago

Fixed in latest windows installer. The installation path is now taken from the PROGRAMFILES variable exported by NSIS.