Hi,
I am attempting to install a windows service with wix but keep getting the
following error:
Service 'MyService' (MyService) could not be installed. Verify that you have
sufficient privileges to install system services.
I have attempted as normal user, full admin user, but still get this message.
Creating an install log, I can see the same error pessage but with Error 1923
appended. Looking this up, I can see the same erro message -ie no more info is
available on this.
The code in my wxs file is:
<File Id="MyServiceFile" Name="$(var.MyService.TargetFileName)"
Source="$(var.MyService.TargetPath)"
DiskId="1" KeyPath="yes" />
<ServiceInstall Id="MyService"
Name="MyService" Account="NetworkService"
Type="ownProcess"
ErrorControl="normal"
Description="my description"
Start="auto"
>
any help is much appreciated. thanks.
_________________________________________________________________
Do you have a story that started on Hotmail? Tell us now
http://clk.atdmt.com/UKM/go/195013117/direct/01/
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users