Bob's point is that they probably are - files are already in place and 
registered by the time the StartServices action runs, assuming of course that 
you are actually installing them into a location that your service can get 
them. 

The dependency issues are:

1) Assemblies have never been available in the GAC until InstallFinalize. A 
dependency on this will fail a StartServices. 

2) A Vista dependency on the C++ SxS runtime will also fail a StartService 
because they are installed in the same way as assemblies into the GAC and are 
not available until InstallFinalize. 

Phil Wilson 

-----Original Message-----
From: MacDiarmid, James D [mailto:james.macdiar...@eds.com] 
Sent: Tuesday, March 24, 2009 12:12 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Unable to install Services due to lack of privileges


They need to be present and registered prior to starting the application
related custom services. 

-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Tuesday, March 24, 2009 1:57 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:
> Ok.  Actually the dependencies I mentioned before are "Custom" Dlls, 
> etc, that where written in-house so I'm not really working with merge 
> modules.  Would this still be handled the same way?
>   

What's special about the DLLs? If they just need to be present, they'll
be there by the time MSI goes to start the service.

--
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



------------------------------------------------------------------------------
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