Microsoft KB Archive/223499

From BetaArchive Wiki
Knowledge Base


PRB: Unexpected Error C0042116 with PDW "Files Specified in Section RInstallApplicationFiles of INF File <filename>.INF are Busy"

Article ID: 223499

Article Last Modified on 9/5/2006



APPLIES TO

  • Microsoft Visual Basic 6.0 Learning Edition
  • Microsoft Visual Basic 6.0 Professional Edition
  • Microsoft Visual Basic 6.0 Enterprise Edition
  • Microsoft Internet Information Server 4.0
  • Microsoft Internet Information Services 5.0



This article was previously published under Q223499

SYMPTOMS

When using the Package and Deployment Wizard (PDW) to deploy an Internet Information Server (IIS) application to a Web server, you receive the following error message:

Unexpected error number C0042116 has occurred: The Web server returned the following error: Files specified in section RInstallApplicationFiles of INF file jallen8.INF are busy. Can not install them unless allowed to do a REBOOT.

CAUSE

You have included WebClass Runtime, Visual Basic Runtime, or OLE Automation files in your package. The PDW is not able to update these system files while they are in use on the Web server.

RESOLUTION

If you do not need to update the WebClass Runtime, Visual Basic Runtime, or OLE Automation files, then create the IIS package without these system files. If you do need to update these system files, then create a Standard Setup Package, which will allow the installation program to reboot.

STATUS

This behavior is by design.

REFERENCES

199017 HOWTO: Deploy Visual Basic IIS Applications with PDW


242767 INFO: Deploying WebClasses with the Package and Deployment Wizard (PDW)


Keywords: kbdeployment kbprb kbwebclasses KB223499