From: SourceForge.net <no...@so...> - 2004-04-29 16:02:08
|
Bugs item #943538, was opened at 2004-04-28 00:30 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943538&group_id=105970 Category: light Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Chui Tey (teyc) >Assigned to: Rob Mensching (robmen) Summary: The process cannot access the file ... because it is used Initial Comment: light.exe : fatal error LGHT0000: The process cannot access the file "c:\tmp\wix\PFiles\AAAFeaturesApp\hello.exe" because it is being used by another process. Stack Trace: at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) at Microsoft.Tools.WindowsInstallerXml.Linker.CreateImage (Output output) at Microsoft.Tools.WindowsInstallerXml.Linker.LayoutMedia (Output output) at Microsoft.Tools.WindowsInstallerXml.Tools.LightMain..ctor (String[] args) at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Main (String[] args) The file is not in use. Could it be in use by some child process spawned by wix? ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2004-04-29 09:02 Message: Logged In: YES user_id=991639 The Binder should handle these sorts of things better. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943538&group_id=105970 |