Hello
I am trying to install a very simple service and then start the service.
The first part works fine, the latter part fails with the message
"Verify that you have sufficient privileges to start system services.".
The xml that I am using looks like this:
<Component Id="SchedulerService"
Guid="BBCF14F0-2BAD-4658-A6FA-391AECF40F89" >
<!-- Install a whole bunch of files -->
<File Id='Scheduler' Name='Schedu01.exe'
LongName='Scheduler.exe' DiskId='1'
Source='..\Scheduler\bin\release\Scheduler.exe' Vital='yes' />
<ServiceInstall Id='SchedulerInstall'
DisplayName='ProjectName Scheduler' Name='Scheduler.exe' Start='auto'
Type='ownProcess' Vital='yes' ErrorControl='normal' />
<ServiceControl Id='SchedulerControl' Name='Scheduler.exe'
Start='install' Stop='uninstall' Remove='uninstall' />
</Component>
StartServices: Service: ProjectName Scheduler
Error 1920. Service ProjectName Scheduler' (Scheduler.exe) failed to
start. Verify that you have sufficient privileges to start system
services.
MSI (s) (3C:30) [16:57:54:991]: Product: ProjectName -- Error 1920.
Service ' ProjectName Scheduler' (Scheduler.exe) failed to start. Verify
that you have sufficient privileges to start system services.
Any ideas?
Regards
Jaco Pretorius
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users