Bugs item #1502430, was opened at 2006-06-07 18:32
Message generated for change (Settings changed) made by barnson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1502430&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: light
Group: v3.0
>Status: Closed
Resolution: Fixed
Priority: 8
Private: No
Submitted By: brandontyler (brandontyler)
Assigned to: Derek (derekc)
Summary: Uncaught DirectoryNotFoundException in binder
Initial Comment:
Here is the stack trace:
..\wix\light.exe -ext WixUIExtension -cultures:en-us -
sval -out msi\heatout.msi msi\heatout.wixobj
Microsoft (R) Windows Installer Xml Linker version
3.0.1726.0 Copyright (C) Microsoft Corporation 2003.
All rights reserved.
light.exe : error LGHT0001 : The system cannot find
the path specified.
Exception Type: System.IO.DirectoryNotFoundException
Stack Trace:
at System.Reflection.Assembly.nLoadFile(String
path, Evidence evidence, StackCrawlMark& stackMark)
at System.Reflection.Assembly.LoadFile(String path)
at Microsoft.Tools.WindowsInstallerXml.Binder.Bind
(Output output, String
databaseFile)
at
Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run
(String[] args)
More detailed:
I am getting a DirectoryNotFoundException when trying
to use the WixUIExtension.
I have added:
<UIRef Id="WixUI_Mondo" />
Just below the close of the Product tag
</Product>
Here is what I am calling:
Using WIX Source location of: ..\wix
EXECUTING: ..\wix\candle.exe -out msi\ heatout.wxs
Microsoft (R) Windows Installer Xml Compiler version
3.0.1726.0 Copyright (C) Microsoft Corporation 2003.
All rights reserved.
heatout.wxs
EXECUTING: ..\wix\light.exe -ext WixUIExtension -
cultures:en-us -sval -out msi\heatout.msi
msi\heatout.wixobj Microsoft (R) Windows Installer
Xml Linker version 3.0.1726.0 Copyright (C) Microsoft
Corporation 2003. All rights reserved.
light.exe : error LGHT0001 : The system cannot find
the path specified.
Exception Type: System.IO.DirectoryNotFoundException
Stack Trace:
at System.Reflection.Assembly.nLoadFile(String
path, Evidence evidence, StackCrawlMark& stackMark)
at System.Reflection.Assembly.LoadFile(String path)
at Microsoft.Tools.WindowsInstallerXml.Binder.Bind
(Output output, String
databaseFile)
at
Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run
(String[] args) Wed
06/07/2006 12:49:59.35 WIX compiler and linker
complete Completed
----------------------------------------------------------------------
Comment By: Derek (derekc)
Date: 2006-07-04 04:44
Message:
Logged In: YES
user_id=518766
This is due to spaces in the path of the extension being
processed as "%20" because its a URI versus a file path.
For now, the workaround would be to install the wix tools to
a path without spaces - this should be fixed in the next
release (likely a week from now due to the 4th of July).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1502430&group_id=105970
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs