That may be true, however something isn't right in the registration
process. Is there a way to specify what order they get registered in?
I'm testing this on a Windows Server 2003 box. When I did a manual
install it worked fine, but when I attempt to install through Wix, the
Service fails. The dlls and the services were all written in Visual
Basic 6. 

Thanks,
Jim
 

-----Original Message-----
From: Wilson, Phil [mailto:phil.wil...@wonderware.com] 
Sent: Tuesday, March 24, 2009 4:02 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Unable to install Services due to lack of
privileges

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

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