I'm getting this in the log: Action 10:52:00: StartServices. Starting services MSI (s) (C4:50) [10:52:00:265]: Executing op: ProgressTotal(Total=12,Type=1,ByteEquivalent=1300000) MSI (s) (C4:50) [10:52:00:265]: Executing op: ServiceControl(,Name=BAServiceEXE,Action=1,Wait=1,) StartServices: Service: NFTS BAService Error 1920. Service 'NFTS BAService' (BAServiceEXE) failed to start. Verify that you have sufficient privileges to start system services. MSI (s) (C4:68) [11:01:36:109]: I/O on thread 3220 could not be cancelled. Error: 127 MSI (s) (C4:68) [11:01:36:109]: I/O on thread 3032 could not be cancelled. Error: 127 MSI (s) (C4:68) [11:01:36:109]: I/O on thread 3016 could not be cancelled. Error: 127 MSI (s) (C4:68) [11:01:36:109]: I/O on thread 592 could not be cancelled. Error: 127 MSI (s) (C4:68) [11:01:36:109]: I/O on thread 1408 could not be cancelled. Error: 127 MSI (s) (C4:68) [11:01:36:109]: I/O on thread 2912 could not be cancelled. Error: 127
-----Original Message----- From: Michael Clark [mailto:mcl...@fullarmor.com] Sent: Wednesday, July 29, 2009 2:04 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] COM+ services fail to start 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 ------------------------------------------------------------------------------ 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