Bugs item #1526833, was opened at 2006-07-21 20:49
Message generated for change (Comment added) made by derekc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1526833&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: light
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Rob (rmacfadyen)
>Assigned to: Derek (derekc)
Summary: Deleting the .MSI if the ICE checks fail... not good?

Initial Comment:
If an ICE produces an error the .MSI seems to be 
deleted. This can lead to error messages that there is 
no straight-forward way to diagnose.

For example, given the following custom action:
<CustomAction 
    Id="Set_ARPREADME" 
    Property="ARPREADME" 
    Value="[TARGETDIR]\ReadMe.Txt"
    Execute="deferred" />

This compiles fine, links fine, but generates the 
following ICE error:
.\Product.wxs(142) : error LGHT0204 : ICE68: Invalid 
custom action type for action 'Set_ARPREADME'.

Because the error message does not display the custom 
action type it is a bit difficult to determine what 
exactly is wrong.

I'm sure it would be a lot of work... but shouldn't 
all the ICE checks be incorporated into Candle/Light 
directly? 

Regards,

Rob


----------------------------------------------------------------------

>Comment By: Derek (derekc)
Date: 2006-07-23 16:53

Message:
Logged In: YES 
user_id=518766

This is a fair question.  As you mentioned, candle shouldn't
let problems like this occur.  So, there is a bug in candle
that should be fixed - we want all ICE errors to be caught
as early as possible (during compilation if possible).  If
you need to get the msi file despite the results of
validation, just pass -sval to light to suppress validation.
 Errors of any type will always prevent the msi file from
being built.

Please open a bug on the specific invalid custom action
authoring if candle allowed it to get through.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1526833&group_id=105970

-------------------------------------------------------------------------
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-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to