all groups > dotnet compact framework > july 2005 >
You're in the

dotnet compact framework

group:

Uninstall app


Uninstall app r
7/31/2005 1:14:30 AM
dotnet compact framework: Hi all,
My app creates new files when executed.
When uninstalling I want it to remove these files.
I know about setup.dll, but:
1) Is it possible to write it in C#,VB.NET ?
2) If not - is it possible to write it using Visual Studio 2003 (C++)?
3) Any known samples?
4) any other option except setup.dll?

thanks in advance
Re: Uninstall app Robert Levy [MS]
7/31/2005 7:18:41 PM
setup.dll's have to be written in C++ using either eVC or Visual Studio 2005
(not 2003)

The other option, assuming you know the names of these files in advance, is
to create a bunch of empty "default" files with those names and add them to
your CAB. Then when your app is uninstalled, the files get removed along
with everything else.

--

-Robert Levy
Program Manager, Windows Mobile Developer Experience
http://blogs.msdn.com/windowsmobile

[quoted text, click to view]

Re: Uninstall app Arun
8/1/2005 12:14:20 AM
I follow my friend's article, check this out

http://www.codeproject.com/ce/setupdll.asp

Hope this helps,
Cheers,
Arun.
www.innasite.com
Re: Uninstall app r
8/1/2005 12:26:34 AM
Thanks for that.
I do not have access to eVc or VS2005.
My files are DataBases, so it will be impossible to create empty ones.
Any other options?
Thanks in advance for your help.
Re: Uninstall app ctacke/
8/1/2005 7:43:53 AM
eVC is a free download, so you do have access to it.

-Chris

[quoted text, click to view]

AddThis Social Bookmark Button