Windows 10? Help, anyone familiar with the restrictions placed on a 'normal' user (i.e. not an admin account) for their appplications to have admin priveleges, thus allowing a normal users executables to write and read from C:\ProgramData\Application\Subdir\file1.CFG?
I'm using InnosSetup as my installation script thing, on Windows10, my little project can access the C:\ProgramData\Apllication\SubDir\file.CFG for reading / writing. Theres a few executables, a Visual Basic front end, Blitz3D executables.
During install, the first time it runs, it works... as admin permission has been granted during the install. Next time log on... MAV's occur due to a failure for the programs to write/read to the ProgramData directory.
Thanks in advance for any light that can be shed. One option I was considering was trying not to use the Generic ProgramData directory and just using a users local ProgramData directory, resolving this in different executables is a little more head achey than just using the globally semi accessible ProgramData directory.
Is there something within Innosetup I need to set to allow the files to access ProgramData\ ?