I would like to make sure that the program never writes to local disk folders such as C:\Users\USERNAME\AppData\Local\NAMEAPP.
I tried with
[DirectoriesMove]
Local-App-Data = C:\Users\USERNAME\AppData\Local\NAMEAPP
but while the program is running the path is written temporarily which I would like to avoid.
I think you need to redirect folders but I don't know if this is possible.
Thank you and good evening.
Stephen