angelbear
05-20-2002, 06:59 AM
Hi, I did my installer using the Package and Deployment Wizard. When I tested my installer, I encountered this error:
The File 'C:\WINDOWS\TEMP\msftqws.pdw\$(DLLSelfRegisterEX)' could not be registered because it was not found.
have any idea what is this error?
This problem can occur under the following conditions:
You are including the Microsoft Calendar Control (MSCal.ocx) in your Run-Time Setup.
There is a reference to the MSCal.ocx file in your list of library references.
Ref : http://support.microsoft.com/default.aspx?scid=kb;EN-US;q236529
jamal464
05-20-2002, 07:15 AM
Hi
Make sure that u have all the references and anything relating to your project inclouding and even if u use ocx that u must Reg them before Packing your project
Jamal
Big Boabby
05-20-2002, 07:35 AM
hi
I had this problem. This is a known issue with microsoft and the advice on thier web site was to open the .lst file that is produced while making a set up file. Look for the offending entry and chande the (DllselfregiserEX) part to (pdwselfregisterex)
This should do the trick
angelbear
05-20-2002, 07:40 AM
but what does the error message trying to say?
Thinker
05-20-2002, 07:46 AM
It is a bug. There is no such thing as "$DLLSelfRegisterEX"
angelbear
05-20-2002, 07:57 AM
whose bug?
I think I'll try what big boabby said.....:)
Thinker
05-20-2002, 08:06 AM
Microsoft's bug. That is what both anis and Big Boabby are trying
to tell you.
angelbear
05-20-2002, 08:14 AM
oops, just got scared, I though it was a bug on my part, hehe...
angelbear
05-21-2002, 07:31 AM
Problem resolved! thanks guys!:D