Re: [WiX-users] WixUIExtension and DirectoryNotFoundException

2006-06-07 Thread Derek Cicerone
There are two issues:
1. We need to catch that DirectoryNotFoundException so that you don't get a
stack trace like that (please open a bug against it with the stack trace
from below in the description).
2. I just identified an issue with the WixUIExtension yesterday.  There
really isn't a good workaround for it right now.  I've got a fix and I'm
waiting for Rob to review it - once that is complete this will go into the
next release.  Will that be soon enough for you?

Thanks,
Derek 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brandon Tyler
Sent: Wednesday, June 07, 2006 10:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WixUIExtension and DirectoryNotFoundException

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



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


Re: [WiX-users] WixUIExtension and DirectoryNotFoundException

2006-06-07 Thread Brandon Tyler
No problem.
I am assuming Next release does that mean weekly?
Thanks
I opened a bug:
http://sourceforge.net/tracker/index.php?func=detailaid=1502430group_i
d=105970atid=642714

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Derek
Cicerone
Sent: Wednesday, June 07, 2006 1:15 PM
To: Brandon Tyler; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WixUIExtension and DirectoryNotFoundException

There are two issues:
1. We need to catch that DirectoryNotFoundException so that you don't
get a stack trace like that (please open a bug against it with the stack
trace from below in the description).
2. I just identified an issue with the WixUIExtension yesterday.  There
really isn't a good workaround for it right now.  I've got a fix and I'm
waiting for Rob to review it - once that is complete this will go into
the next release.  Will that be soon enough for you?

Thanks,
Derek 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brandon
Tyler
Sent: Wednesday, June 07, 2006 10:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WixUIExtension and DirectoryNotFoundException

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



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

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