Groups | Blog | Home
all groups > dotnet compact framework > may 2007 >

dotnet compact framework : Hooks on uninstallation?



Craig Setera
5/21/2007 3:49:50 PM
Our NETCF 1.0 application is being installed via CAB file over the air.
We need to do some file system cleanup when the application is
removed by the user. Is there any way to get hooks into the uninstall
process so that we can do our cleanup?

Thanks,
Craig Setera
5/21/2007 4:08:17 PM
Ouch... I'm going to have to dig up my C skills which are buried
underneath my Java skills on which my .Net skills are now piled :-) It
has to be done and thankfully the cleanup should be simple and the
amount of code should be small.

Any pointers to relevant sections of MSDN or a good online tutorial? I
will start digging through MSDN.

Thanks again,
Craig

[quoted text, click to view]
ctacke/
5/21/2007 5:04:24 PM
Yes. You need a custom installer DLL. It must be written in C.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com


[quoted text, click to view]

ctacke/
5/21/2007 5:16:21 PM
PocketPCDN has a shell for an installer.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com



[quoted text, click to view]
AddThis Social Bookmark Button