I am creating a folder inside programdata folder using windows installer. Running the project i am getting an error while trying to write to the file
C:\ProgramData\MyAppFolder\settings_file.sqlite
This is the error message
attempt to write a read-only database.
How can i grant the write permission to the db file and some other files while building the msi file using windows installer
I can see the folder permissions as like this
any way to make this read and write enables while building this via windows installer