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
****  

Any thoughts?

This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are the intended recipient, you must treat the 
information in confidence and in accordance with all laws related to the 
privacy and confidentiality of such information.  If you are not the intended 
recipient or their designee, please notify the sender immediately by return 
e-mail and delete all copies of this email, including all attachments.


_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to