Derek,

This is being caused because license.rtf is an external resource referenced by the wixlib. It is not included in the wixlib itself, therefore, it looks on the filesystem.

If you rebuild WiX UI from source, then the issue appears to go away, but, if you run that executable on another machine, you will notice the error again. Except this time, the path shown is from your machine.

-James

On 5/23/06, Derek Cicerone <[EMAIL PROTECTED]> wrote:
Unfortunately, I was referring to using a debugger.  I know it's a pain so
I'll understand if you aren't interested in doing that.  Seems likely that
someone will have to debug this issue though because we're not seeing it
here.

Derek

-----Original Message-----
From: Hecker, Thomas [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2006 3:04 AM
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: AW: [WiX-users] How to use WixUIExtension.dll

Does this mean I have to add a debug command line option (that I can't see ;
-v2 output doesn't say more) or that I have to install Visual C# Express and
loading the sourcecode etc.?
Last one would be possible, too, but I's some kind of long-winded :) Till
now, I was "wix-binary user" only.
Give me instructions, please.

Thomas

-----Ursprüngliche Nachricht-----
Von: Derek Cicerone [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 23. Mai 2006 11:08
An: Hecker, Thomas; wix-users@lists.sourceforge.net
Betreff: RE: [WiX-users] How to use WixUIExtension.dll

I gotta say - I'm honestly at a loss.  I'm not sure why you might be getting
that error message and I can't repro the issue.  Would it be possible to try
running the code in the debugger to track down the cause?

Thanks,
Derek

-----Original Message-----
From: Hecker, Thomas [mailto: [EMAIL PROTECTED]]
Sent: Tuesday, May 23, 2006 1:00 AM
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: AW: [WiX-users] How to use WixUIExtension.dll

Exactly as you did:

Light.exe product.wixobj -ext WixUIExtension -cultures:en-us

-----Ursprüngliche Nachricht-----
Von: Derek Cicerone [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 22. Mai 2006 18:16
An: Hecker, Thomas; wix-users@lists.sourceforge.net
Betreff: RE: [WiX-users] How to use WixUIExtension.dll

What is the commandline you ran?

-----Original Message-----
From: Hecker, Thomas [mailto: [EMAIL PROTECTED]]
Sent: Monday, May 22, 2006 2:53 AM
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: AW: [WiX-users] How to use WixUIExtension.dll

Doing so results in the following error:

     [exec] Microsoft (R) Windows Installer Xml Linker version 3.0.1717.0
     [exec] Copyright (C) Microsoft Corporation 2003. All rights reserved.

     [exec]
E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\LicenseAgreeme
ntDlg.wxs(31) : error LGHT0084 : Das Gerät ist nicht bereit.

For non-germans: last line means "device not ready"
Semms like a hard coded path?

Thomas

-----Ursprüngliche Nachricht-----
Von: Derek Cicerone [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 19. Mai 2006 18:54
An: Hecker, Thomas; wix-users@lists.sourceforge.net
Betreff: RE: [WiX-users] How to use WixUIExtension.dll

Depending upon the version of WiX you use the directions vary - we've made a
lot of changes to this in the past week (and we're gonna make a few more in
the next month for UI in 3.0, then we should be done).

With the very, very latest build, you need:
Light.exe product.wixobj -ext WixUIExtension -cultures:en-us
(this specifies your wixobj, that you want to use the UI extension, and that
you want English - there are currently a handful of other languages
available and more are going to be added over time).

Derek

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] ] On Behalf Of Hecker, Thomas
Sent: Friday, May 19, 2006 1:58 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to use WixUIExtension.dll

Hi,

I'm to untalented to natively understand the new wixui behaviour.
I included the functionality via a <UIRef Id="WixUI_Mondo" /> in my
product element.

Until now I linked via:
light.exe product.wixobj wixui.wixlib -loc WixUI_en-us.wxl

With the actual release 3.0.1717 there is no wixui.wixlib anymore, but
the WixUIExtension.dll.

How do I have to call light to link correctly?

Thank you very much,
Thomas


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmdlnk&kid7521&bid$8729&dat1642
_______________________________________________
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

Reply via email to