dll replacing

K

krishna

Hi,
I have used one dll in my application.i.e for adding two
numbers of kind integers i have created the setup file and
i gave to one person.now he asked me to send one more time
it should accept intergers as well as float.According my
knowledge i would like to replace the existing dll by
finding the dll path.so that i can replace the existing
dll.

plz help me.

regards,
krishna
 
H

Herfried K. Wagner [MVP]

krishna said:
I have used one dll in my application.i.e for adding two
numbers of kind integers i have created the setup file and
i gave to one person.now he asked me to send one more time
it should accept intergers as well as float.According my
knowledge i would like to replace the existing dll by
finding the dll path.so that i can replace the existing
dll.

Create a new setup package that includes the new components. In the project
explorer, set the 'RemovePreviousVersions' property to 'True'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top