wix3.5 - How to set write permission to a single file in WiX -


i have mvc app , need set write permission everyone on single file. file generated on fly during installation custom action script. file created inside app folder.

i know final path of file, after installation process

online i've seen examples setting permission folders , subfolders, none of them seemed address issue


Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -