Hi,

I have created a windows service using the Service Install and Service
Control tags as below.

          <Component Id="Engine_Engine" Guid="*">
            <File Source="Engine.exe" />
            <!-- Service Orientated -->
            <ServiceInstall Id="EngineService" Name="Engine"
              Type="ownProcess" Start="auto" ErrorControl="normal"
              DisplayName="Engine" Description="Engine"  />
            <ServiceControl Id="ControlImportService" Name="Engine"
Stop="both" 
              Wait="no" Start="install" Remove="uninstall"/>
            </Component>

The Name and Description all work fine etc however in the Windows Event
Log, under Application when the server starts, stops, errors etc it says
the Source is 'Service1'. I cannot seem to find any more properties to
set on the ServiceInstall which allows me to change this name.

Does anyone know if I am missing something or if changing the registry
after is the only way? If it must be done through the registry can
anyone provide an example to get me on my way?

Thanks,
Murray


This e-mail and any attachments to it (the "Communication") are confidential 
and are for the use only of the intended recipient. The Communication may 
contain copyright material of the Snowden Group ("Snowden"), or any of its 
related entities or of third parties. If you are not the intended recipient of 
the Communication, please notify the sender immediately by return e-mail, 
delete the Communication, and do not copy, print, retransmit, disclose, store 
or act in reliance on the Communication. Any views expressed in the 
Communication are those of the individual sender only, unless expressly stated 
to be those of Snowden. Although virus protection devices and procedures are in 
place, Snowden does not guarantee the integrity of the Communication, or that 
it is free from errors, viruses or interference. Snowden advises email 
recipients to carry out their own virus checks before opening any attachment.  
Please note that the main telephone number for the Snowden Perth office has 
changed to +61 8 9213 9213.


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to