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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users