cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
laurentdubois
Level 3

adding service at build time?

hello,

I'm trying to figure how to add the win32service in my installer so that it gets properly loaded in one of my dialogs.
I've tried to add a build (WizardBuilderSupport support) method in the panel code (under the swing event tab), but that does not work.
right now, I'm adding a window service control action in my install sequence, which I disable, for the sole purpose of making sure that the win32service will be added to the build and loaded at runtime.

thanks.
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Alas, I think the build method is not used in dialog-box classes; I gather that common practice is to do something similar to what you're doing, such as creating a dummy custom bean that implements only the build method but no run-time behavior...
0 Kudos