Hello folks. My repackaged msi needs to copy an ini file to the C:\Winnt folder and then set it to Read Only. I found the file in the components view and set it to read only. Now my setup fails with an error 1913. I looked it up on MSDN, and it has reference to an article published by MS, it mentions that Windows Installer has problems copying/modifying ini files to a UNC path. It's not the case here. I could create a custom action and lunch batch file with Attrib +R , but i am trying to get it working with the msi if possible.
Thanks