|
|
|
start date: Mon, 06 Aug 2007 06:42:09 -0700,
posted on: microsoft.public.dotnet.framework.compactframework
back
| Thread Index |
|
1
Smart
|
|
2
ctacke/ ctacke[at]opennetcf[dot]com
|
|
3
Smart
|
How to customize cab installation process
Hey guys
I need find out a way to customize our application build process. When
cab file is installing on device, I want to update registry entry for
application configuration. Because we have a framework application and
other applications need to plug in the framework. I want to update
registry entry while I am installing framework, so when I install
application, it will create a entry under framework application.
Framework will know there is one application installed and need to
support.
I heard someone wrote a small native program and plug into cab wizard.
Can someone give me more details how to do that?
Thanks in advance.
Date:Mon, 06 Aug 2007 06:42:09 -0700
Author:
|
Re: How to customize cab installation process
You need a custom setup.dll written in C that can do pretty much anything.
pocketpcdn.com I believe has a template project.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
"Smart" wrote in message
news:1186407729.408701.195140@q75g2000hsh.googlegroups.com...
> Hey guys
> I need find out a way to customize our application build process. When
> cab file is installing on device, I want to update registry entry for
> application configuration. Because we have a framework application and
> other applications need to plug in the framework. I want to update
> registry entry while I am installing framework, so when I install
> application, it will create a entry under framework application.
> Framework will know there is one application installed and need to
> support.
> I heard someone wrote a small native program and plug into cab wizard.
> Can someone give me more details how to do that?
>
> Thanks in advance.
>
Date:Mon, 6 Aug 2007 08:58:04 -0500
Author:
|
Re: How to customize cab installation process
On Aug 6, 9:58 am, "<ctacke/>" <ctacke[at]opennetcf[dot]com> wrote:
> You need a custom setup.dll written in C that can do pretty much anything.
> pocketpcdn.com I believe has a template project.
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Managed Code in an Embedded Worldwww.OpenNETCF.com
>
> "Smart" wrote in message
>
> news:1186407729.408701.195140@q75g2000hsh.googlegroups.com...
>
> > Hey guys
> > I need find out a way to customize our application build process. When
> > cab file is installing on device, I want to update registry entry for
> > application configuration. Because we have a framework application and
> > other applications need to plug in the framework. I want to update
> > registry entry while I am installing framework, so when I install
> > application, it will create a entry under framework application.
> > Framework will know there is one application installed and need to
> > support.
> > I heard someone wrote a small native program and plug into cab wizard.
> > Can someone give me more details how to do that?
>
> > Thanks in advance.
Thanks so much
I found this link: http://www.pocketpcdn.com/articles/setupdll.html
Date:Mon, 06 Aug 2007 07:07:46 -0700
Author:
|
|
|