Hi, I have written a program that lets the users save their projects using QSettings (ini file). I use a file dialog so that the user can store it where ever they want. Everything works nice on windows xp, but on windows 7 all files ends up being stored in my programs folder in program files (x86). How can I avoid this? Do I have to include some sort of manifest and specify Administrator rights? If so, how do I do that? Should the manifest be compiled into the exe file or just be added as a seperate file? I compile using qmake and mingw, don`t want to use Visual studio
-ivar