Changeset e11d494 in nscp for helpers/installers/installer/Product.wxs
- Timestamp:
- 07/25/11 23:16:48 (22 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 04ef932
- Parents:
- 7ec3dd1
- File:
-
- 1 edited
-
helpers/installers/installer/Product.wxs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
helpers/installers/installer/Product.wxs
r7ec3dd1 re11d494 51 51 Description="Monitoring agent for nagios (and others) used to respond to status queries" 52 52 Arguments="--service --run --name [SERVICE_NAME]" /> 53 <ServiceControl Id="StartSWCNSCP" Name="[SERVICE_NAME]" Start="install" Wait="no" /> 54 <ServiceControl Id="StopSWCNSCP" Name="[SERVICE_NAME]" Stop="both" Wait="yes" Remove="uninstall" /> 53 <ServiceControl Id="StartSWCNSCP" Name="[SERVICE_NAME]" Start="install" Stop="both" Wait="yes" Remove="uninstall" /> 55 54 <RemoveFolder Id="RemoveMenuShortcuts" Directory="ProgramMenuDir" On="uninstall" /> 56 55 </Component>
Note: See TracChangeset
for help on using the changeset viewer.








