Shared DLLs and multiple sections
Hi there,
I'm using the AddSharedDLL function to install some dlls in my app. This works perfectly but I have to install the DLLs in multiple sections (for various optional install components).
I.e. the SharedDLL value might be incremented multiple of times in the same installer which is not desired.
Is there a way to install the DLLs only once though they are being used by multiple optional install components?
Thanks!
Stephan