Am I reading that right? You're installing notepad.exe as a service?  

Phil Wilson 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, September 19, 2007 8:16 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] ServiceConfig in Wix 3.0

Hello, how I can to configure a service with Wix?I have used the tag
<ServiceConfig> but when I install my program I obtain the following error:

"WixProject Test Setup Wizard ended prematurely because of an error. Your
system has not been modified. To install this program at a later time, run
Setup Wizard again. Click the Finish button to exit the Setup Wizard"

My code is:

            <Component Id="InstallService"
Guid="{815020F9-D242-418c-B04B-0E51A13EFE62}">
              <File Id='csexe' Name='notepad.exe' DiskId='1'
Source='bin\debug\notepad.exe' />

              <ServiceInstall Id='DefaultManagerVoxIPexeInstall'
Name='ManagerVoxmio' DisplayName='ManagerVoxmio' Type='ownProcess'
Interactive='no' Start='auto' Vital='yes'
                ErrorControl='critical'>

                <ServiceConfig xmlns="
http://schemas.microsoft.com/wix/UtilExtension"; ServiceName="ManagerVoxmio"
FirstFailureActionType="reboot"
                  SecondFailureActionType="none"
ThirdFailureActionType="none"/>

              </ServiceInstall>

              <ServiceControl Id="DefaultManagerVoxIPexeControl"
Name="ManagerVoxmio" Stop="both" Remove="uninstall">

              </ServiceControl>

            </Component>

Thank you very much!!

___________________________________________________________________________

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si no es vd. el destinatario
indicado, queda notificado de que la lectura, utilización, divulgación y/o
copia sin autorización está prohibida en virtud de la legislación vigente.
Si ha recibido este mensaje por error, le rogamos que nos lo comunique
inmediatamente por esta misma vía y proceda a su destrucción.

El correo electrónico vía Internet no permite asegurar la confidencialidad
de los mensajes que se transmiten ni su integridad o correcta recepción.
Telefónica no asume ninguna responsabilidad por estas circunstancias.


This message is intended exclusively for its addressee and may contain
information that is CONFIDENTIAL and protected by a professional privilege
or whose disclosure is prohibited by law.If you are not the intended
recipient you are hereby notified that any read, dissemination, copy or
disclosure of this communication is strictly prohibited by law. If this
message has been received in error, please immediately notify us via e-mail
and delete it.

Internet e-mail neither guarantees the confidentiality nor the integrity or
proper receipt of the messages sent. Telefónica does not assume any
liability for those circumstances.
___________________________________________________________________________


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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

Reply via email to