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
> >
> >
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Action-tp5727776p5728074.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> 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
>
------------------------------------------------------------------------------
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