Hi, I'm attempting to create an MSI that installs fonts to the C:\Windows\Fonts folder
However, whilst it works on my test machine, on other machines (even when logged in as a local admin user), I get the error:
"Error writing to file: c:\windows\fonts\myfont.ttf. Verify that you have access to that directory. [ Cancel ] [ Retry ] [ Ignore ] "
I've tried disabling UAC, and the problem still occurs.
My hope is to deploy this via user GPO.
Any help/advice appreciated.
Thanks.