No, the CA DLL doesn't get installed at all if you've set it up correctly. It's 
a binary stream in the MSI and is available at uninstall time.

Hard to tell what's wrong without seeing your WiX code and the relevant bits of 
a verbose log.

> From: sagar shinde [mailto:sagar.i...@gmail.com] 
> 
> Hi,
> 
> I think u got it wrong,
> i did it in same way
> u can use that dll in custom action while installation but at 
> uninstall time
> that dll will be uninstalled with other files and i want to use it at
> uninstall timehow can i do this
> 
> On Thu, Nov 11, 2010 at 3:08 PM, Umeshj 
> <umesh_jogle...@hotmail.com> wrote:
> >
> > Why are you copying this to the user's system?
> >
> > Just use it like this:
> >
> > <Binary Id="myC_A_DLL" SourceFile="what ever is your source path" />
> >
> > refer to it with the id.
> >
> > This way it will stay with your MSI and uninstall will have 
> > access to it.
> >
> > Umesh
> >
> > sagar shinde wrote:
> > >
> > > Hi,
> > >
> > > I created one custom action dll file,
> > > which is copied to destination computer.
> > > while installation of product
> > > But the problem is i want to use that dll.
> > > at uninstall time but it get deleted before it
> > > is used by installer so it shows error while
> > > uninstall
> > > please suggest me proper way to do it,or how
> > > can i use  that dll at the uninstall time
> > >
> > > Thank you.
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to