Vb6fr.dll

Started by (Unregistered Guest), February 03, 2006, 07:54:31 AM

Previous topic - Next topic

admin

When you ran InnoScript did it not pickup this file and add it to your script? If so, it sould not have added the flags regserver to the file for it had no DllRegisterServer entry point.
 
Just remove the regserver flag from your script on this file. Where is this file located on your comuputer? in the same place your script is? Because your Source on that file does not have a folder location for the file.

(Unregistered Guest)

Ok, vb6fr.dll is for getting error message
in french because the DLL include in windows is only for us.  
In most cases, when installing it works correctly (without this dll in my script). But twice when installing on windows XP I had message The language DLL VB6FR.DLL could not be found  !? so I tried to add it in my script :
Source: vb6fr.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
But then when testing again i got something like:  
vb6fr.dll was loaded but the dllregisterserver entry point was not found.. So I think solution could be getting this dll on microsoft' and just put it in system32 but I cannot tell advise to do this to every person who would download my program !!!  
Hope it is clear enough ?

admin

What is that dll and why do you think you need it? Did you use InnoScript to create the script?
 
You can't register a file as a server that has no DllRegisterServer entry point. Why are you attempting to register it anyway.
 
As you can see by my questions, you did not give enough details to give you a responsible answer. The more info you give the better the answer we can give.

(Unregistered Guest)

Hi !
In my script, I do not put reference to vb6fr.dll but for some cases(win XP), I got an error : cannot find vb6fr.dll ??? so I tried with including it in the script but then I got C :WINNTsystem32vb6fr.dll
Impossible d