Is it possible using LuaScript, to copy a file that is included in my project, prior to anything being installed yet? I need to access a DLL that is also included with my application's installation, but I need to copy it to the Windows 'Temp' folder and then access it from there first. It will be used to validate serial numbers prior to any application files being installed to the application's final target folders. The file will deleted after it is used.
↧