registering a service - how to set the service executable? #7812
Unanswered
BryanCrotaz
asked this question in
Questions
Replies: 2 comments 1 reply
-
Where? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Another thought, can I have two harvests, one that gets the exe and one that gets everything else? I can't see how to put any exclusions on a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've managed to harvest my project files (on my dev machine, but not on the build server, that's another saga...) into a
ComponentGroupRef
. Now I want to register the exe as a service usingServiceInstall
.I think that you can only add
ServiceInstall
to a Component, so I need to nest myComponentGroupRef
inside a newComponent
and then attach theServiceInstall
tag to it. That seems easy enough -How do you tell the
ServiceInstall
to reference the exe file? Or is that automatic? The docs talk about aFile
element but I don't know how to pull that out of theComponentGroupRef
. The docs say alternatively to use theKeyPath
on theComponent
but the schema doesn't show aKeyPath
property.Beta Was this translation helpful? Give feedback.
All reactions