FNC App Update DLL Files

I have some applications that require DLL files. The example describes how to update the primary executable and an icon.

How do you specify when the DLL should be updated?

If there is a change to the executable, can all other files be updated even if there is no apparent change?

Can you specify a different Windows folder for specific files?
Example: C:\Oracle\Network\Admin

Thanks

Hi,

Normally it should be the same as the icon. It's just a file you add to the control file compressed as a ZIP, point to the local file that needs to be replaced (and of course an optional condition for that file to be updated, such as newsize) and the component should handle the rest.
Not sure what your application is doing with the DLL but perhaps it's a good idea to unload it before updating it.

Yes, simply don't set any condition for them.

That's possible but you need to do it yourself. You can specify your own prefix in the control file and implement the OnConvertPrefix event where you can check if a prefix is your custom prefix and replace it with the path you need.

All of these are explained in the online documentation.