You haven't actually called light on your command line.  Have you registered 
the .wixobj file 
extension with light or something?

Rob

Peter Vestergaard wrote:
> Thanks for your assistance. It does however not work for me...
> my command is: "C:\Projects\...\WiXOutput.wixobj" -out
> "C:\Projects\...\Installer.msi" -ext WixUIExtension -loc
> "C:\Projects\...\Language.xml" 1>out.txt 2>err.txt
> 
> 2008/10/6 Rob Hamflett <[EMAIL PROTECTED]>
> 
>> For one product my light command is this:
>> light -nologo -sw1044 DBS.wixobj SN_COMMON_PATH.wixobj
>> Add_Common_Bin_To_Path.wixobj -loc
>> Common\CommonSettings\Common-E.wxl -loc English.wxl -out DBS.msi
>>
>> You would then tag the redirection stuff on the end like this:
>> light -nologo -sw1044 DBS.wixobj SN_COMMON_PATH.wixobj
>> Add_Common_Bin_To_Path.wixobj -loc
>> Common\CommonSettings\Common-E.wxl -loc English.wxl -out DBS.msi 1>out.txt
>> 2>err.txt
>>
>> Currently there's no outout so both files are empty, but if I remove the
>> -nologo flag then out.txt
>> contains:
>> Microsoft (R) Windows Installer Xml Linker version 2.0.4415.0
>> Copyright (C) Microsoft Corporation 2003. All rights reserved.
>>
>> Hope that helps,
>> Rob
>>
>> Peter Vestergaard wrote:
>>> Thanks for your reply.
>>> I can't get  this to work with light. Could you give me an examble of the
>>> correct syntax?
>>> -Peter
>>>
>>> On Mon, Oct 6, 2008 at 10:45 AM, Rob Hamflett <[EMAIL PROTECTED]> wrote:
>>>
>>>> There's the traditional method of redirecting the output:
>>>> candle <args> 1>stdout.txt 2>stderr.txt
>>>>
>>>> Rob
>>>>
>>>>  >Peter Vestergaard wrote:
>>>>> Hi.
>>>>> Is there any way to log candle and light build errors and warnings to a
>>>> text
>>>>> file?
>>>>> Best regards
>>>>> Peter
>>>>>
>> -------------------------------------------------------------------------
>>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>>>> challenge
>>>>> Build the coolest Linux based applications with Moblin SDK & win great
>>>> prizes
>>>>> Grand prize is a trip for two to an Open Source event anywhere in the
>>>> world
>>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>>>
>> -------------------------------------------------------------------------
>>>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>>>> challenge
>>>> Build the coolest Linux based applications with Moblin SDK & win great
>>>> prizes
>>>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>>> _______________________________________________
>>>> WiX-users mailing list
>>>> WiX-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>>>
>>> -------------------------------------------------------------------------
>>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to