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
- :
- How to install windows service and pass parameters to it
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 17, 2010
12:06 PM
How to install windows service and pass parameters to it
Hi ISers,
I am new to InstallSheild, currently working on installing a windows service as part of my installation using IS 2010 PE v16. I tried to use components wizard to do that, but dont know how to pass parameters to the service (like host server name, port number and etc.). And i am not quite sure if this is the right way.
Thanks for any advice in advance
I am new to InstallSheild, currently working on installing a windows service as part of my installation using IS 2010 PE v16. I tried to use components wizard to do that, but dont know how to pass parameters to the service (like host server name, port number and etc.). And i am not quite sure if this is the right way.
Thanks for any advice in advance
(5) Replies
‎Aug 17, 2010
12:21 PM
To begin, please see the help topics "Installing, Controlling, and Configuring Windows Services" and "Services Settings". (The MSI help topics "ServiceInstall Table" and "ServiceControl Table" have information about what's going on behind the scenes when you use the InstallShield wizards.)
‎Aug 17, 2010
12:50 PM
RobertDickau wrote:
To begin, please see the help topics "Installing, Controlling, and Configuring Windows Services" and "Services Settings". (The MSI help topics "ServiceInstall Table" and "ServiceControl Table" have information about what's going on behind the scenes when you use the InstallShield wizards.)
RobertDickau, your answer helps. the help file is really huge, but now I know where I should read from. Thanks!
‎Oct 21, 2010
09:52 PM
RobertDickau wrote:
To begin, please see the help topics "Installing, Controlling, and Configuring Windows Services" and "Services Settings". (The MSI help topics "ServiceInstall Table" and "ServiceControl Table" have information about what's going on behind the scenes when you use the InstallShield wizards.)
Newbie question - where is that help topic found? Do you have a link?
Thank you.
‎Oct 21, 2010
10:57 PM
‎Oct 22, 2010
06:38 PM
Thank you! I'm using InstallShield 2010 Express. Can a service be installed with the Express version? I can add a "feature" which is like a component, but I don't see any options for installing a service.