Registered - like when you do Regsrv32 filename.dll? 

For the dlls and dependencies, I'm using the "SelfReg Cost" parameter
with a value of 1.  

<Directory 
      Id="BAService" 
      FileSource="D:\Projects\NFTS\Src\apps\nfts\NFTS V3 Batch
Processors\BAService" 
        Name="BAServ_1" 
        LongName="BAService">
      <Component Id="BAServiceDLL" Guid="MyGUID">
            <File Id="FL_BAService.dll" 
                        Name="BAServ_1" 
                        LongName="BAService.dll" 
                        DiskId="1" 
                        Source="D:\Projects\NFTS\Src\apps\nfts\NFTS V3
Batch Processors\BAService\BAService.dll" 
                        SelfRegCost="1" 
                        KeyPath="yes" />
      </Component>
      <Component Id="BAServiceExecutable" Guid="MyGUID">
             <File Id="FL_BAService.exe" 
                         Name="BAServ_1" 
                         LongName="BAService.exe" 
                         DiskId="1"
Source="D:\Projects\NFTS\Src\apps\nfts\NFTS V3 Batch
Processors\BAService\BAService.exe" 
                       KeyPath="yes" />
                   <ServiceInstall 
                                Id="BAService" 
                                ErrorControl="normal" 
                                Name="BAService" 
                                Start="auto" 
                                Type="ownProcess" 
                                Interactive="no" Arguments="-i" 
                                Vital="yes">
                      </ServiceInstall>
      </Component>
</Directory>

-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Tuesday, March 24, 2009 10:54 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Unable to install Services due to lack of
privileges

MacDiarmid, James D wrote:
> They need to be present and registered prior to starting the 
> application related custom services.
>   

What does "registered" mean?

--
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------
------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based
development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to