Bugs item #1502430, was opened at 2006-06-07 11:32
Message generated for change (Settings changed) made by derekc
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: Open
Resolution: None
Priority: 5
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


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1502430&group_id=105970


_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to