Please update to the latest WiX 3.0 release.  This error is due to
installing the WiX tools in a path with spaces and it has been fixed in the
latest releases.

Derek

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Klimek Manuel
Sent: Monday, July 24, 2006 4:35 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] -dWixUILicenseRtf method

Hi,

I installed the snapshot 3.0.1910.0 and tried to use the
method specified with feature request #1503405.
"d:\proj\Windows Installer XML\light.exe"
-dWixUILicenseRtf=d:/keylog.txt /nologo /v0 /b myoutputpath (all my
wixobjs) -ext WixUIExtension -cultures:de-de

If I use the 'old' method by specifying wixui.wixlib and -loc with a
wixui.wixlib
I built from the current wix source, everything works fine.
But if I use the new method I get this error
(english: The system cannot find the specified file)
light.exe : error LGHT0001 : Das System kann die angegebene Datei nicht
finden.
(Ausnahme von HRESULT: 0x80070002)

Exception Type: System.IO.FileNotFoundException

Stack Trace:
   bei System.Reflection.Assembly.nLoadFile(String path, Evidence
evidence)
   bei System.Reflection.Assembly.LoadFile(String path)
   bei Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output,
String dat
abaseFile)
   bei Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[]
args)

I played around a little bit and found that if I specify a file that
really
doesn't exist, I get
E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\LicenseAgreementDl
g.wxs(28
) : error LGHT0103 : The system cannot find the file 'keylog.txta'.

So I assume that I miss yet another file (in the first case). How can I
find out
which files I need? Is there any documentation on this (google didn't
find anything)?

Cheers,
Manuel


-------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to