I develop activeX dlls using VB.
These dlls are registered in the registry using the command
regsvr32.exe (we have a shell for that). They are then added as
references to an application having VBA.
I have a problem to install the software in our client's environnement
:
In my environnement my dlls are in the directory "D:/MyDLL, " and a
shell register them in the registry.
In the VBA module, references point to "D:/MyDLL"
In our client's environnment, dlls are in a different directory :
"E:/Application/Components". The shell registers the dlls correctly
because we use a environnment variable to customize the path.
Concernnig the VBA module, references point always to the first
directory "D:/MyDLL" !
We would like to install our application without changing manually
these references !
Thank's for your help.
Ken
Archived from group: microsoft>public>vb>ole