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

Reply via email to