I have a problem with RegDLL
It doesn't work if I call it juste after copying the dll I want to register. This code doesn't work (the dll is not registered):
In fact, I have to register my dlls after copying all files.SetOutPath "$INSTDIR"
File "test.dll"
RegDLL "$INSTDIR\test.dll"
I suppose that the command RegDLL is executed before the file has been compeletely copied.
Is it possible to correct this behaviour? In fact, is it possible to create a synchronous copy of the files? Like this, the RegDLL would be launched only if the file has been compeletely copied.