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
- :
- Re: How to skip windows service installation if already installed using Install-shield
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 07, 2017
01:22 AM
How to skip windows service installation if already installed using Install-shield
Hi,
Subject : How to avoid windows service installation if already installed using Install-shield
Details :
I have multiple exe and windows service in install-shield project. Im trying to install or modify or remove multiple time in windows OS machine. In this scenario i want to check my windows service already installed than skip my windows service installation. Please help regarding this issue install-shield.
Subject : How to avoid windows service installation if already installed using Install-shield
Details :
I have multiple exe and windows service in install-shield project. Im trying to install or modify or remove multiple time in windows OS machine. In this scenario i want to check my windows service already installed than skip my windows service installation. Please help regarding this issue install-shield.
- Tags:
- windows service
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 08, 2017
12:33 PM
I suspect you could run a System Search to see if the service is installed, and set the result to a PROPERTY - then use that PROPERTY as a Condition for the Component associated with the Service. I believe that would work. I use something similar but with a fleet of Windows Services that are all installed using a Custom Action with a [SERVICENAME] -i parameter so not exactly the same as what you are after, but since a traditional Service uses a Component behind the scenes and you can Condition the Component - I'm fairly confident it should work for you.
Chad
Chad
