Bugs item #1771330, was opened at 2007-08-09 16:51 Message generated for change (Comment added) made by jrfitzgi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1771330&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: jordanf (jrfitzgi) Assigned to: Nobody/Anonymous (nobody) Summary: Unhandled exception from 'CreateCabFinish' Initial Comment: If a directory that does not exist is passed to light as the -out argument, the following exception occurs: light.exe : error LGHT0001 : The system cannot find the path specified. (Exception from HRESULT: 0x80070003) Exception Type: System.IO.DirectoryNotFoundException Stack Trace: at Microsoft.Tools.WindowsInstallerXml.Cab.Interop.CabInterop.CreateCabFinish(IntPtr contextHandle) at Microsoft.Tools.WindowsInstallerXml.Cab.WixCreateCab.Dispose() in c:\delivery\Dev\wix\src\wix\Cab\WixCreateCab.cs:line 96 at Microsoft.Tools.WindowsInstallerXml.Output.SaveCab(String path, BinderExtension binderExtension, WixVariableResolver wixVariableResolver, String tempFilesLocation) in c:\delivery\Dev\wix\src\wix\Output.cs:line 311 at Microsoft.Tools.WindowsInstallerXml.Pdb.Save(String path, BinderExtension binderExtension, WixVariableResolver wixVariableResolver, String tempFilesLocation) in c:\delivery\Dev\wix\src\wix\Pdb.cs:line 252 at Microsoft.Tools.WindowsInstallerXml.Binder.BindDatabase(Output output, String databaseFile) in c:\delivery\Dev\wix\src\wix\Binder.cs:line 1135 at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output, String file) in c:\delivery\Dev\wix\src\wix\Binder.cs:line 279 at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args) in c:\delivery\Dev\wix\src\light\light.cs:line 530 Binder temporary directory located at 'C:\Documents and Settings\jordanf\Local Settings\Temp\3xli-o-a'. Validator temporary directory located at 'C:\Documents and Settings\jordanf\Local Settings\Temp\wlhwq4e4'. ---------------------------------------------------------------------- >Comment By: jordanf (jrfitzgi) Date: 2007-08-09 16:52 Message: Logged In: YES user_id=1672802 Originator: YES File Added: product.wxs ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1771330&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
