Are there any event messages indicating the failure. Your implementation
seem correct.
 

-Michael 

-----Original Message-----
From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] 
Sent: Wednesday, July 29, 2009 1:23 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] COM+ services fail to start

 
Anyone?  Anyone?


-----Original Message-----
From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] 
Sent: Wednesday, July 29, 2009 11:56 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] COM+ services fail to start


I've gotten my COM+ VB6 components installing however no matter what
account I use they fail to start. Is there any other code I need besides
the <ServiceInstall>  and <ServiceControl>  elements?

Here is my code below:

             <Component Id="BAService.exe"
Guid="{42E219EF-3349-48A8-8D74-57563FBDD101}">

                <File Id="BAService.exe"
                      Name="BAService.exe"
                      DiskId="1"
                      Source="D:\Projects\NFTS\Src\apps\nfts\NFTS V3
Batch Processors\BAService\BAService.exe"
                      KeyPath="yes" />

                <ServiceInstall Id="BAServiceInstall" 
                                Name="BAServiceEXE" 
                                DisplayName="NFTS BAService" 
                                Type="ownProcess"
                                Start="auto" 
                                Interactive = "no" 
                                ErrorControl = "normal"
                                Account = "LocalSystem"
                                Description="Batch Audit Service for
NFTS"/>

                <ServiceControl Id="BAServiceControl"
                                Name="BAServiceEXE"
                                Start="install"
                                Stop="both"
                                Remove="both"
                                Wait="no"/>

              </Component>

Thanks,
Jim
------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day trial. Simplify your report design, integration and deployment -
and focus on what you do best, core application coding. Discover what's
new with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day 
trial. Simplify your report design, integration and deployment - and
focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to