The CA is sequence 6701 (post GAC update).

The DLL is using DIFxAPI and the dependency is the difxapi.dll.

I'll attempt a work-a-round by using the standard DIFx support and adjusting
my strategy a bit.  I'm installing drivers for virtual devices so I have to
use the SetupAPI to create the device instances.  I was hoping to do it all
in a bit of code in a DLL (since I already have it all and, well, every
problem is solved by more code, right?).

I'll try pre-installing the drivers with standard DIFx support and then
creating the devices after the fact.  That may work just fine.  Stay
tuned...

-Robert.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:wix-users-
> [EMAIL PROTECTED] On Behalf Of Brett Kapilik
> Sent: Wednesday, April 18, 2007 10:03 AM
> To: Robert Randall; wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] CustomAction DLL (type 1) with dependencies -
> help
> 
> Robert,
> 
> Where is the custom action called from - where is it scheduled? Is it
> deferred?
> 
> - Brett
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Robert Randall
> > Sent: Wednesday, April 18, 2007 9:40 AM
> > To: wix-users@lists.sourceforge.net
> > Subject: [WiX-users] CustomAction DLL (type 1) with
> > dependencies - help
> >
> >
> > I have a CustomAction DLL that was working just fine.
> > However, I recently updated it and it now depends on another
> > DLL.  That DLL isn't a typical system DLL and is not already
> > on the system.  I can't seem to figure out WHERE to put the
> > DLL so that it is available when the CustomAction is invoked.
> >  It is not as simple as putting it in the install directory.
> > That fails with a 3 - not found.
> >
> > I want to avoid installing it into the SystemFolder if
> > possible.  It is a private DLL and I don't want to contribute
> > to DLL-HELL.
> >
> > Expanding my knowledge of WiX,
> > Robert
> >
> >
> > --------------------------------------------------------------
> > -----------
> > This SF.net email is sponsored by DB2 Express Download DB2
> > Express C - the FREE version of DB2 express and take control
> > of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> 
> -----------------------------------------------------------------------
> --
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to