Hi,
is it possible to release the sql server ce with my project.cab file.
So that the user has to install only one cab file instead of
sqlce.ppc.arm.cab and myProject.cab?

Re: Release SQL CE with the project cab file by éric

éric
Mon Feb 09 17:41:34 CST 2004

yes if you create your own package, include sqlce cab file as a file in your
new package and execute wceload.exe "path to sqlce.ppc.arm.cab"

I use 3rd party e-pocketsetup to do this...

there may be other ways

regards,

éric

"Timo Meier" <t.meier@contrigo.de> wrote in message
news:j5ukf1-fct.ln1@news.dt.contrigo.de...
> Hi,
> is it possible to release the sql server ce with my project.cab file.
> So that the user has to install only one cab file instead of
> sqlce.ppc.arm.cab and myProject.cab?
>
>



Re: Release SQL CE with the project cab file by Timo

Timo
Tue Feb 10 04:14:05 CST 2004

I installed ePocketsetup2003 trial and chose "VS.NET Project Wizard".
Later in the installation wizard I chose: "Import a VS.NET with the .Net
Framework"

But my setup wont install sqlce and compactframework.
Is there something I have to consider?

regards
timo


"éric" <eric@westgen.com> schrieb im Newsbeitrag
news:uI7EFZ27DHA.488@TK2MSFTNGP12.phx.gbl...
> yes if you create your own package, include sqlce cab file as a file in
your
> new package and execute wceload.exe "path to sqlce.ppc.arm.cab"
>
> I use 3rd party e-pocketsetup to do this...
>
> there may be other ways
>
> regards,
>
> éric
>
> "Timo Meier" <t.meier@contrigo.de> wrote in message
> news:j5ukf1-fct.ln1@news.dt.contrigo.de...
> > Hi,
> > is it possible to release the sql server ce with my project.cab file.
> > So that the user has to install only one cab file instead of
> > sqlce.ppc.arm.cab and myProject.cab?
> >
> >
>
>



Re: Release SQL CE with the project cab file by éric

éric
Tue Feb 10 09:09:54 CST 2004

In device files make sure you include the sqlce cab file and place it in the
Windows directory

In Click Script> Device Events> On Install exit add an execute program
action
Program Path = %WinDir%\wceload.exe and
Parameter = "%WinDir%\sqlce.ppc3.arm.CAB"

Note be sure not to include any extra spaces at the end of the program path
or parameter argument or it will fail.

Write me an email if you need more details

éric

"Timo Meier" <t.meier@contrigo.de> wrote in message
news:kqmmf1-0tp.ln1@news.dt.contrigo.de...
> I installed ePocketsetup2003 trial and chose "VS.NET Project Wizard".
> Later in the installation wizard I chose: "Import a VS.NET with the .Net
> Framework"
>
> But my setup wont install sqlce and compactframework.
> Is there something I have to consider?
>
> regards
> timo
>
>
> "éric" <eric@westgen.com> schrieb im Newsbeitrag
> news:uI7EFZ27DHA.488@TK2MSFTNGP12.phx.gbl...
> > yes if you create your own package, include sqlce cab file as a file in
> your
> > new package and execute wceload.exe "path to sqlce.ppc.arm.cab"
> >
> > I use 3rd party e-pocketsetup to do this...
> >
> > there may be other ways
> >
> > regards,
> >
> > éric
> >
> > "Timo Meier" <t.meier@contrigo.de> wrote in message
> > news:j5ukf1-fct.ln1@news.dt.contrigo.de...
> > > Hi,
> > > is it possible to release the sql server ce with my project.cab file.
> > > So that the user has to install only one cab file instead of
> > > sqlce.ppc.arm.cab and myProject.cab?
> > >
> > >
> >
> >
>
>