This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- adding service at build time?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Apr 25, 2007
12:45 PM
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.
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.
(1) Reply
May 01, 2007
06:12 PM
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...