Windows Installer starts and prompts for the Office 2000 source when you access the Dynamic HTML (DHTML) Edit control (304107)



The information in this article applies to:

  • Microsoft Office 2000

This article was previously published under Q304107

SYMPTOMS

When you access the Dynamic HTML (DHTML) Edit control (DHTML.ocx), the Windows Installer may start and prompt you for the Office 2000 source. This behavior occurs on systems that are running the updated shell, also known as the Desktop Update or Active Desktop.

CAUSE

When you perform a typical installation of Office 2000, the HTML Source Editing feature is set to Install on First Use. If you browse to a Web page that uses the DHTML Edit control, or you run a program that uses the DHTML Edit control (such as a custom Microsoft Visual Basic for Applications program), the Windows Installer starts to install the HTML Source Editing feature. This is because the DHTML Edit control uses the Triedit.dll file, which is part of the Office 2000 HTML Source Editing feature. When the program calls the Triedit.dll file, the Windows Installer is started in order to perform the "install on demand" installation for the HTML Source Editing feature.

RESOLUTION

To resolve this issue, configure the Office 2000 installation to set the HTML Source Editing feature to either Not Installed or Run from My Computer. To do this, do one of the following:
  • If Office 2000 is not yet installed, either use the Custom Installation Wizard (CIW), or manually configure the feature during the initial Office 2000 installation.
  • If Office 2000 is already installed, either use the Custom Maintenance Wizard (CMW), or manually configure the feature through Office 2000 Maintenance mode.For additional information about Office Maintenance mode, click the article number below to view the article in the Microsoft Knowledge Base:

    231946 OFF2000: How to Add/Remove a Single Office Program or Component

    Note If the HTML Source Editing feature is set to Run from My Computer, you will be required to supply a valid Office 2000 source.

MORE INFORMATION

If Office 2000 is already installed, you can also run one of the following command lines to configure the HTML Source Editing feature:

To set the feature to Not Installed:

msiexec /i Office product code /qb- REMOVE=HTMLSourceEditing

To set the feature to Run from My Computer:

msiexec /i Office product code /qb- ADDLOCAL=HTMLSourceEditing

Note In the preceding command lines, Office product code is the product code for the edition of Office 2000 that is installed. For an Office 2000 suite, the product code is one of the following:

Office 2000 Premium
{00000409-78E1-11D2-B60F-006097C998E7}

Office 2000 Professional
{00010409-78E1-11D2-B60F-006097C998E7}

Office 2000 Standard
{00020409-78E1-11D2-B60F-006097C998E7}

Office 2000 SBE
{00030409-78E1-11D2-B60F-006097C998E7}

NOTE: For the stand-alone programs, use their corresponding product code.

REFERENCES

For additional information about the Custom Maintenance Wizard, click the article number below to view the article in the Microsoft Knowledge Base:

242216 OFF2000: How to Use the Custom Maintenance Wizard


Modification Type:MinorLast Reviewed:1/6/2006
Keywords:kbstartprogram kbsetup kbtshoot kbnofix kbprb KB304107