Bugs item #1307910, was opened at 2005-09-29 05:07
Message generated for change (Comment added) made by derekc
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1307910&group_id=105970Please 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: CustomActions
Group: v2.0
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Filip Fodemski (doobee)
>Assigned to: Derek (derekc)
Summary: ServiceConfig under ServiceInstall fails with strange messag
Initial Comment:
here's the fragment in question:
<ServiceInstall
Id="MyService"
Name="MyService"
Description="My service"
Type="ownProcess"
ErrorControl="normal"
Start="demand">
<ServiceConfig
FirstFailureActionType="restart"
RestartServiceDelayInSeconds="10"
SecondFailureActionType="restart"
ThirdFailureActionType="none" />
</ServiceInstall>
when i run this through light i get the following
cryptic message:
C:\wip\MyServiceModule.wixobj : fatal error LGHT0028:
Unresolved reference:
'CustomAction:SchedServiceConfig' in section:
'MyServiceModule'
i have never heard or seen ANY information about
SchedServiceConfig in my version of wix 2.0.2613.0
needless to say, if i remove the ServiceConfig element
from underneath the ServiceInstall it builds fine...
any clues?
----------------------------------------------------------------------
>Comment By: Derek (derekc)
Date: 2005-10-02 19:59
Message:
Logged In: YES
user_id=518766
I believe you just need to link with wca.wixlib.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1307910&group_id=105970-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more.
http://solutions.newsforge.com/ibmarch.tmpl_______________________________________________
WiX-devs mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-devs