|
|
|
start date: Mon, 13 Aug 2007 06:15:01 -0700,
posted on: microsoft.public.dotnet.framework.compactframework
back
| Thread Index |
|
1
unknown
|
|
2
ctacke/ ctacke[at]opennetcf[dot]com
|
|
3
Peter Foot [MVP]
|
|
4
Simon Hart
|
|
5
unknown
|
how to tell path to wceload process???
Hi,
how can to tell the install path to the wceload process?
im trying to intall cab in /noui mode, but if i dont choose between
device or storage card, dont install correctly
i tryed with this http://blog.opennetcf.org/afeinman/PermaLink,guid,1de2284c-a65e-417c-a130-1bd5acd4ad3d.aspx
but dosent work in my wm2005
thanks.
Date:Mon, 13 Aug 2007 06:15:01 -0700
Author:
|
Re: how to tell path to wceload process???
wceload.exe is in \Windows. The path to your target CAB must be quote
delimited (single or double IIRC). The switches must be before the CAB file
path.
Something like this:
wceload.exe /noui '\Program Files\MyApp.cab'
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
wrote in message
news:1187010901.283055.144540@o61g2000hsh.googlegroups.com...
>
> Hi,
>
> how can to tell the install path to the wceload process?
>
> im trying to intall cab in /noui mode, but if i dont choose between
> device or storage card, dont install correctly
>
> i tryed with this
> http://blog.opennetcf.org/afeinman/PermaLink,guid,1de2284c-a65e-417c-a130-1bd5acd4ad3d.aspx
> but dosent work in my wm2005
>
> thanks.
>
Date:Mon, 13 Aug 2007 08:25:32 -0500
Author:
|
Re: how to tell path to wceload process???
On WM5.0 the /silent switch replaces /noui /noaskdest. If you want your
application to always install to the device and not prompt for a destination
you can set your destination folder as a folder beneath the Program Files
system path rather than the Application Path folder created by the Device
CAB project (assuming you are using VS2005)
Peter
--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility
wrote in message
news:1187010901.283055.144540@o61g2000hsh.googlegroups.com...
>
> Hi,
>
> how can to tell the install path to the wceload process?
>
> im trying to intall cab in /noui mode, but if i dont choose between
> device or storage card, dont install correctly
>
> i tryed with this
> http://blog.opennetcf.org/afeinman/PermaLink,guid,1de2284c-a65e-417c-a130-1bd5acd4ad3d.aspx
> but dosent work in my wm2005
>
> thanks.
>
Date:Mon, 13 Aug 2007 14:31:56 +0100
Author:
|
RE: how to tell path to wceload process???
Bear in mind, if using the /silent switch on your WM5 device, any prompts
such as granting permission for the cab to be installed (if not signed by a
valid authenticode provider such as Verisign etc) will halt your install
without you even knowing.
--
Simon Hart
http://simonrhart.blogspot.com
"vicgtc@gmail.com" wrote:
>
> Hi,
>
> how can to tell the install path to the wceload process?
>
> im trying to intall cab in /noui mode, but if i dont choose between
> device or storage card, dont install correctly
>
> i tryed with this http://blog.opennetcf.org/afeinman/PermaLink,guid,1de2284c-a65e-417c-a130-1bd5acd4ad3d.aspx
> but dosent work in my wm2005
>
> thanks.
>
>
Date:Mon, 13 Aug 2007 14:00:01 -0700
Author:
|
Re: how to tell path to wceload process???
I´ve tryed this, but doesnt work!!, i generate the cab with VS2005 and
put the result file in program file folder, furthermore, if i want to
install a cab that i cant modify, how can i do? its impossible?
i´ve discovered if i install manually a cab, then, the /silent mode
work well!! so i think the first time write something in the registry
and them in /silent mode is read, but its my assumption.
thanks.
----------
On Aug 13, 3:31 pm, "Peter Foot [MVP]"
wrote:
> On WM5.0 the /silent switch replaces /noui /noaskdest. If you want your
> application to always install to the device and not prompt for a destination
> you can set your destination folder as a folder beneath the Program Files
> system path rather than the Application Path folder created by the Device
> CAB project (assuming you are using VS2005)
>
> Peter
>
> --
> Peter Foot
> Microsoft Device Application Development MVPwww.peterfoot.net|www.inthehand.com
> In The Hand Ltd - .NET Solutions for Mobility
>
> wrote in message
>
> news:1187010901.283055.144540@o61g2000hsh.googlegroups.com...
>
>
Date:Tue, 14 Aug 2007 01:06:41 -0700
Author:
|
|
|