Hi,

I have an application that requires localization on its custom
setup.dll (some checks are done in the Install_Init function). All the
application resources are contained in a separate dll and we want to
use that dll for the resources of the custom setup.dll. The problem is
that, on installation time, the resources dll is not unpacked from the
cab file (only the setup dll is unpacked) until the Install_Init is
executed.

I've been trying to look for information about what are the valid
values/parameter for the install CSP that goes in the _setup.xml to
see if something can specified in there on what files should be
unpacked before calling the Install_Init function from the setup.dll.
Anyone has tried something like this? Is this possible? Is another way
to do localization on the custom setup dlls?

Thanks in advance.

Roberto