Re: Hooks on uninstallation? by ctacke/>
ctacke/>
Mon May 21 16:04:24 CDT 2007
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
"Craig Setera" <csete@nospam.mfoundry.com> wrote in message
news:%23bBvYm%23mHHA.3460@TK2MSFTNGP04.phx.gbl...
> 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