Home › Forums › General XMetaL Discussion › XMetaL Macros and UAC › Reply To: XMetaL Macros and UAC
Reply to: XMetaL Macros and UAC
March 4, 2015 at 11:39 pmHello Derek,
I am aware that XMetaL looks at the %appdata% folder to check for configurations files first and I have had no problems copying files to that location. I actually have stopped using the on_application_close but rather started using the on_application_open to call a bat file to run sliently when the users opens the application. This will get most of the configuration files including the .ini file to work well. However, I have a few custom .DLL files that we have created which add some functionality for our users to XMetaL. The DLL files currently only work when they are copied into the C:Program Files (x86)XMetaL 6.0Author. I have not been able to get them to work in the %appdata% folder. Any recommandations on being able to get those DLL files into the C:Program Files (x86)XMetaL 6.0Author directory without problems with UAC?
Thanks,
Ahmed