MOD2000: Deploying Package with MSCal.ocx Causes Error: "The file ...\$(DllSelfRegisterEx) Could Not Be Registered..." (236529)
The information in this article applies to:
- Microsoft Office 2000 Developer
This article was previously published under Q236529 SYMPTOMS
When you deploy a package created by the Microsoft Office 2000 Developer (MOD) Package and Deployment Wizard, you may receive the following error message
The file C:\Windows\Temp\Msftqws.pdw\$(DllSelfRegisterEx) could not be
registered because it was not found.
and then Setup is not successful.
CAUSE
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.
RESOLUTION
To resolve this problem, obtain Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a).
To obtain SR-1/SR-1a, click the article number below to view the article in the Microsoft Knowledge Base:
245025 OFF2000: How to Obtain and Install Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a)
Microsoft Access 2000 includes a dependency file for the MSCal.ocx file that does not work correctly with the MOD Package and Deployment Wizard. To temporarily work around this problem, you can fix this file. To do so, follow these steps:
- In a text editor such as Notepad, open the MSCal.dep file.
- Remove the letters "Ex" from the Register=$(DLLSelfRegisterEx) line so that it looks as follows:
Register=$(DLLSelfRegister)
- Save the MSCal.dep file, and then close Notepad.
- Re-create the package to include the modified dependency file.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
This problem was corrected in Microsoft Office 2000 SR-1/SR-1a.
| Modification Type: | Major | Last Reviewed: | 11/6/2003 |
|---|
| Keywords: | kbAppSetup kbbug kbPDWizard kbpending kbwizard KB236529 kbAudDeveloper |
|---|
|