Problem with regsvr32-batch - working from cmd, but NOT in installer !
Hi there,
I have got a problem with regsvr32 on a 64Bit Windows 2003 Server System
During installer i call a batch file per execwait
that is doing
regsvr32.exe ABRCIDLL.DLL
The batch-file is unzippt per installer.
When installer comes to the point to execute the batchfile there is the following error in a popping up message windows (from windows)
LoadLibrary("D:\abrkfue_x64\app\CI\bin\ABRCIDLL.DLL") failed - The specified module could not be found.
THE STRANGE THING is: When I call the SAME (!) batch file AFTER the installer ends from a cmd, there is NO ERROR, Registering the DLL works ! So it can't be an error in the batch-file or a DLL Problem. It must have to do with the Installer !
Who can give me a tip, what it could be ?
Thank you in advance