ADT2: Uninstalling ADT Does Not Unregister Custom Controls
ID: Q123399
|
The information in this article applies to:
-
Microsoft Access Developer's Toolkit, version 2.0
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
When you uninstall the Microsoft Access Developer's Toolkit (ADT) by
choosing the Remove All button in the ADT Setup program, the custom
controls are not recognized as shared components and are not removed
from the registration database.
RESOLUTION
After you uninstall the ADT, manually remove the custom controls from the
registration database by following these steps:
- In Program Manager, choose Run from the File menu.
- In the Command Line box, type "regedit.exe" (without the quotation
marks), and then choose OK.
- In the Registered File Types box, select the custom control you want
to remove.
- From the Edit menu, choose Delete File Type.
- Repeat steps 3-4 for each custom control you want to remove.
- When you are finished, quit and then restart Microsoft Windows.
MORE INFORMATIONSteps to Reproduce Behavior
CAUTION: Following these steps will remove the ADT from your computer.
- Start the ADT Setup program by double-clicking the MS ADT Setup icon
in the ADT program group.
- Choose the Remove All button. When you are prompted "Are you sure
you want to remove this application?" choose Yes.
- When Setup is finished, start Microsoft Access and then open the
sample database NWIND.MDB.
- Create a blank, new form.
- From the Edit menu, choose Insert Object.
- Select the Insert Control option button. Note that the custom controls
(the calendar, data outline, and scroll bar controls) appear as if they
are available because they have not been removed from the registration
database.
REFERENCES
Microsoft Access Developer's Toolkit "Advanced Topics," version 2.0,
"Introduction to the Developer's Toolkit," page xi
Additional query words:
un-install uninstall remove removing
Keywords : kbenv EvnTemp
Version : WINDOWS:2.0
Platform : WINDOWS
Issue type : kbprb
|