Article ID: 241928 - Last Review: February 22, 2007 - Revision: 3.1 BUG: Error 1376 Using RemoveFile Table with Windows InstallerThis article was previously published under Q241928 On This PageSYMPTOMS
The following error appears during the installation of a product, using Microsoft Windows Installer:
Error 1376. Another application has exclusive access to the file 'C:\Winnt\MyFile.txt', which is preventing the Installer from determining whether this file needs to be removed or replaced. If you can, please shut down all other applications, then click Retry.
CAUSE
During the installation, Windows Installer is not able to remove the file MyFile.txt because it is in use by another program.
RESOLUTION
Instruct users to close all applications before installing the application.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. MORE INFORMATION
A developer may expect the installer program to detect that the file is in use by a specific application and report to the user which is the offending application and then instruct the user to close the offending application before continuing the installation process. The Windows Installer program detects only EXE and DLL modules in this way. It reports the error if any other type of file is opened on the target computer during the installation process.
Steps to Reproduce Behavior
REFERENCES
Please see the Windows Installer Help file for more information on the RemoveFile table and editing a Windows Installer database.
| Article Translations
|
Back to the top
