MSI process in use error

B

Brian Henry

What would cause a MSI installer to throw this error code? no other MSI
installer tasks are running in task manager at the time

The "task" test file shows that this file could not be deleted.
C:\DOCUME~1\MARK_L~1\LOCALS~1\Temp\7b5fed.mst

The error code was 32.
Error code 32 comes up as "The process cannot access the file because it is
being used by another process".
 
G

Guest

This can happen i guess in cases when you have an earlier
installation that has completed, but required a restart at
the end of it and you have not restarted yet. I am not too
sure about this though.
 
C

Carolyn Napier [MSFT]

Is this something that you've noticed in a log file or outside of that? Were
you trying to delete the file? If this was logged in the Windows Installer log
file than it's not uncommon. The installer is usually not able to delete the
working copy of the transform file that it is using during an install (it's
applied to the installation database that is in use as well). Usually the
installer will register the file in its configuration data to attempt a cleanup
at a later point.

The other possibility is that you have a virus scanner that latched onto the
file.

Hope this helps,
- Carolyn Napier
Microsoft Windows Installer Team

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

MSI FAQ:
<http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top