On Windows, when a program installed via MSI is run through an advertised shortcut, it checks that all the installed features exist and runs self-healing/auto-repair to replace missing ones.
Is it possible to set a file's ACL as a feature on install that will be self-healed if the ACL is wrong? If it matters, the file in question
- is not installed by our MSI
- may not exist (not existing is OK, so long as it has the proper permission if it exists)
I'm currently using WiX to build my installers.