Re: Custom Uninstall Question
- From: Robert W. <RobertW@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 7 Sep 2005 12:49:03 -0700
Chris,
Of course, but are there any tricks to bunding this DLL with the CAB file?
I read one thread entry somewhere that said I could simply replace the
vsd_setup.dll with my own DLL. Is this a typical approach?
--
Robert W.
Vancouver, BC
www.mwtech.com
"Chris Tacke, eMVP" wrote:
> You need a custom Setup.dll that resides on the device.
>
> --
> Chris Tacke
> Co-founder
> OpenNETCF.org
> Are you using the SDF? Let's do a case study.
> Email us at d c s @ o p e n n e t c f . c o m
> http://www.opennetcf.org/donate
>
>
> "Robert W." <RobertW@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:0B1D3805-A247-4ECD-A47C-2F1900E88A64@xxxxxxxxxxxxxxxx
> > I'm trying to figure out how to remove extra files & folders and registry
> > settings that get created post installation.
> >
> > I've correctly followed the steps in the following article to build a
> > custom
> > installer: http://www.codeproject.com/netcf/PackagingAndDeployingPPC.asp
> >
> > And I've now been reading this related article:
> > http://www.codeproject.com/ce/setupdll.asp
> >
> > So it seems clear that I need to add some code to my CustomInstaller.dll
> > to
> > do the extra cleanup. But in my situation I've chosen not to use the MSI
> > file because my app will see users installing the mobile component on
> > dozens,
> > if not hundreds, of Pocket PCs. So I built my own installation engine to
> > streamline the process.
> >
> > My question is this: Is my CustomInstaller (with the 2 special install and
> > 2
> > special uninstall events) utilized by the generated CAB files or only by
> > the
> > MSI file? If the latter then is there a way for me to still get the
> > PC Remove Programs function to utilize it?
> >
> > --
> > Robert W.
> > Vancouver, BC
> > www.mwtech.com
> >
>
>
>
.
- Follow-Ups:
- Re: Custom Uninstall Question
- From: Chris Scott
- Re: Custom Uninstall Question
- References:
- Custom Uninstall Question
- From: Robert W.
- Re: Custom Uninstall Question
- From: Chris Tacke, eMVP
- Custom Uninstall Question
- Prev by Date: CeCopy Command Line Works, Shell() doesn't
- Next by Date: Re: Visual Studio 2005 VB.NET without Framework?
- Previous by thread: Re: Custom Uninstall Question
- Next by thread: Re: Custom Uninstall Question
- Index(es):
Relevant Pages
|