[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Deleting files not created at setup time

Marcus

8/10/2006 12:46:00 PM

I would like to have the uninstall delete some files that have been
created by my application at runtime.

The files that the setup project creates are deleted at uninstall (of
course). But it would be nice if one could in the setup project name
some files that will be deleted at uninstall if they exist.

An alternative would be to name a .exe or something that could be run
as a part of the uninstall.

Is there any such possibilities, or is there at least some way around
everything that accomplishes this?

I am using Visual Studio 2003 by the way.