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
- :
- Prolems Creating service
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
‎Feb 07, 2013
05:32 AM
Prolems Creating service
Hi,
While creating service I'm facing a problem. There is an error red flag on top of my service name. (screenshot attached)
When I install it only the files get copied into the installation directory, but the service not get installed.
Also I'm not getting any error message!!
Creating and installing service with InstallShield worked fine for me earlier, but from today it is behaving like this?
Can anybody please help me out?
Installshield version: 2012
Project Type: Basic MSI
Regards
tanvir
While creating service I'm facing a problem. There is an error red flag on top of my service name. (screenshot attached)
When I install it only the files get copied into the installation directory, but the service not get installed.
Also I'm not getting any error message!!
Creating and installing service with InstallShield worked fine for me earlier, but from today it is behaving like this?
Can anybody please help me out?
Installshield version: 2012
Project Type: Basic MSI
Regards
tanvir
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 07, 2013
07:58 AM
That icon means the component is not included in any feature, and therefore won't be installed. In the Setup Design view, you can add that component to a feature (or to multiple features), and the component's data should be installed if the feature is selected.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 07, 2013
10:37 PM
Hi Robert,
Thanks, problem solved, it was a life saver 🙂
But why there isn't any error message/tooltip shown on that icon like "This component is not included in any feature, so won't be installed"?
It would have make life easier ...
Thanks, problem solved, it was a life saver 🙂
But why there isn't any error message/tooltip shown on that icon like "This component is not included in any feature, so won't be installed"?
It would have make life easier ...
RobertDickau wrote:
That icon means the component is not included in any feature, and therefore won't be installed. In the Setup Design view, you can add that component to a feature (or to multiple features), and the component's data should be installed if the feature is selected.