the error message maybe incorrect, remove the start=install part and attempt to 
start it post install manually... it maybe that the service is dependent on a 
file that is not yet installed (.net or CRT etc)

-----Original Message-----
From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.com]
Sent: 26 July 2010 15:40
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Windows service installation error

Hi,

I am getting following error during installing the windows service
"Verify that you have sufficient privilege to install system services"





My WIX  code is



            <Component Id="cmp4AFA6260BDEF424A3FD81CD2C40C3556"
Directory="ALMEngineDir" Guid="{93681832-5F1A-492D-96E5-3FABE8532177}">

            <File Id="fil7DDF0ADCCB9B4B27D88C426EB59A2072" KeyPath="yes"
Source="$(var.EngineSrc)\CnvRemoteService.exe" />




<ServiceInstall  Name="CnvRemoteService" Account="LocalService" Type
="ownProcess" Start ="auto" Id ="RemoteServiceID"
ErrorControl="normal"   />

            <ServiceControl  Name="CnvRemoteService" Start ="install"
Stop ="uninstall"  Id ="CnvRemoteServiceControl"  />



            </Component>





Can any one knows what I need to change in my wix code.









Thanks,

Rahul Ekbote

Senior Software Engineer * SunGard * ALM * Bancware *

SunGard Technology Services (India), Meridian Plaza,

S B Road, Shivajinagar, Pune 411016.

Direct Tel +91-20-25606237 * Main Tel +91-20-30238000 * Fax
+91-20-25606222 * rahul.ekb...@sungard.com
<mailto:rahul.ekb...@sos.sungard.com> * www.sungard.com
<http://www.sungard.com/bancware> /bancware

____________________________________________________
P Think before you print
CONFIDENTIALITY: This e-mail (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you receive this e-mail in error,
please notify the sender and delete this e-mail from your system.



------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Disclaimer: This electronic communication and its attachments may contain 
confidential, proprietary and/or legally privileged information which are for 
the sole use of the intended recipient. If you are not the intended recipient, 
any use, distribution, or reproduction of this communication is strictly 
prohibited and may be unlawful; please contact the sender and delete this 
communication. MWH Soft does not warrant or make any representation regarding 
this transmission whatsoever nor does it warrant that it is free from viruses 
or defects, correct or reliable. MWH Soft is not liable for any loss or damage 
that occurs as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH Soft. This 
communication cannot form a binding agreement unless that is the express intent 
of the parties and they are authorized to make such an agreement. MWH Soft 
reserves all intellectual property rights contained in this transmission. MWH 
Soft reserves the right to monitor any electronic communication sent or 
received by its employees.

MWH Soft Limited is registered in England with number 6975921. Its registered 
office is Terriers House, 201 Amersham Rd, High Wycombe, HP13 5AJ.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to