I have a setup where I need to install a 3rd party DLL. There are two DLLs:
* Red86.dll
* Red64.dll
I need to register Red86.dll if the target OS is x86. I need to register Red64.dll if the target OS is x64.
How do I achieve this in AI? Thanks.