Bob Arnson <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:

> Christer Solskogen wrote:
>> No need to do anything special when installing, right? Just place wix
>> somewhere, and put it in PATH ?
>> Or how do you install wix? I've just used the 
>> http://wix.sourceforge.net/releases/3.0.2128.0/wix3-binaries.zip.
>>   
> It doesn't even have to be in the path. But make sure the directory 
> structure is the same as in the .zip file. The tools expect extensions
> to live in the same directory as the .exes.

I've also tried calling both candle.exe and light.exe with full path:

D:\devel\wix $ D:\bin\wix\candle.exe -ext WixUIExtension HelloWorld.wxs
Microsoft (R) Windows Installer Xml Compiler version 3.0.2128.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.
HelloWorld.wxs
D:\devel\wix $ d:\bin\wix\light.exe -ext WixUIExtension -cultures:en-us 
HelloWorld.wixobj
light.exe : error LGHT0103 : The system cannot find the file 'en-us' with 
type 'Source'.
D:\devel\wix $

Anyone with a hint of what I'm missing here?

-- 
chs


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