The workaround for "$ (DllSelfRegisterEx) cannot be registered" is always displayed during installation

Source: Internet
Author: User
VB50 The Setup Wizard generates a setup program that is always displayed "file c:\windows\system\$ (DllSelfRegisterEx) cannot be registered because it was not found." "The installation failed after the prompt, ask why why.
----------
bug! This is a bug in VB5, 6.
If you run the installation disk that is generated by Visual Basic 5.0, the following error is generated:
The file ' \$ (DllSelfRegisterEx) ' could not being registered because it is not found.
If you run the installation disk that is generated by Visual Basic 6.0, the following error is generated:
The file ' \msftqws.pdw\$ (DllSelfRegisterEx) ' could not being registered because it is not found.
This issue occurs when you distribute Microsoft Calendar Control (MSCal.ocx). The "register=" line in the MSCal.dep file was incorrectly set to $ (DllSelfRegisterEx).
Workaround:
1. Open the Setup.lst file using Notepad. The Setup.lst file is generated when the Setup Wizard or PDW makes the installation disk.
2. Find $ (DllSelfRegisterEx). You will see $ (DllSelfRegisterEx) in the MSCal.ocx row.
3. Modify $ (DllSelfRegisterEx) to $ (dllselfregister).
4. Close Notepad and save the file.
5. Run Setup.exe.

If you want the setup.exe to be generated in the future without errors, you can do this:
1. Open the MSCal.dep file using Notepad. You will find MSCAL.DEP in the directory where MSCal.ocx is located, typically Windows 95/98 Windows\System or Windows NT Winnt\System32.
2. Find $ (DllSelfRegisterEx). You will be able to see $ (DllSelfRegisterEx) in the "register=" line.
3. Modify $ (DllSelfRegisterEx) to $ (dllselfregister).
4. Quit Notepad, and then save

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.