I'm using System::Call to call a custom dll during the installation. It works fine on my machine, but when I try to install on another machine the dll doesn't get called.
Any ideas?
My code:
SetPluginUnload alwaysoff
SetOutPath "$PLUGINSDIR"
File MyDll.dll
; Put something in $R0
System::Call "MyDll::myFunction(m ${R0}) v"
SetPluginUnload manual BTWThe installer packs the dll, but where is it taking it from?
Thanks,
Shlomi