hello NG,

everytime I change the programcode (in VS 2005) and want to debug the
program on my WM 5.0 Device (HP IPAQ rx1950), a warning appears after
deploying and I have to confirm, that I trust the unknown manufacturer
of that control/program.

In german the warning is:
"Das Ausführen dieses Programms erfordert eine Komponente eines
unbekannten Herausgebers. Sie sollten es nur ausführen, wenn Sie dem
Herausgeber der Komponenete vertrauen. Vorgang fortsetzen?"

The same thing happens when I do not use my installation routine but
simple exchange the excutable files on the device. The first start of
the application shows the same warning.

It does not happen on my IPAQ hx2750 which I have updated from 2003 CE
to 5.0

Is there a way to avoid these question? Perhaps a registry entry or
something else?

thanks in advance,
Juergen

=?iso-8859-1?q?Re:_warning_after_deploying_an_application_f=FCr_debugging?= by Fabien

Fabien
Mon Oct 23 14:33:15 CDT 2006

Hi,

I'm not sure I understand the deutsch message, but I think it is a
registry paramater for policy security, check out this link :
http://msdn2.microsoft.com/en-us/library/aa455966.aspx

BR


Fabien Decret
Windows Embedded Consultant
C# MCP

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/




J=FCrgen Siggemann a =E9crit :

> hello NG,
>
> everytime I change the programcode (in VS 2005) and want to debug the
> program on my WM 5.0 Device (HP IPAQ rx1950), a warning appears after
> deploying and I have to confirm, that I trust the unknown manufacturer
> of that control/program.
>
> In german the warning is:
> "Das Ausf=FChren dieses Programms erfordert eine Komponente eines
> unbekannten Herausgebers. Sie sollten es nur ausf=FChren, wenn Sie dem
> Herausgeber der Komponenete vertrauen. Vorgang fortsetzen?"
>
> The same thing happens when I do not use my installation routine but
> simple exchange the excutable files on the device. The first start of
> the application shows the same warning.
>
> It does not happen on my IPAQ hx2750 which I have updated from 2003 CE
> to 5.0
>
> Is there a way to avoid these question? Perhaps a registry entry or
> something else?
>=20
> thanks in advance,
> Juergen


Re: warning after deploying an application für debugging by Scott

Scott
Mon Oct 23 19:46:18 CDT 2006

Check out
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/wmsecurity.asp
under "Signing an Application During Day-to-Day Development". You can use
the SDK certs to sign the application during development.

--
Scott Yost
Software Development Engineer/Test
Microsoft Corp.

This posting is provided "AS IS" with no warranties, and confers no rights.

"Jürgen Siggemann" <jsiggemann@web.de> wrote in message
news:O3tEwfn9GHA.4012@TK2MSFTNGP04.phx.gbl...
> hello NG,
>
> everytime I change the programcode (in VS 2005) and want to debug the
> program on my WM 5.0 Device (HP IPAQ rx1950), a warning appears after
> deploying and I have to confirm, that I trust the unknown manufacturer of
> that control/program.
>
> In german the warning is:
> "Das Ausführen dieses Programms erfordert eine Komponente eines
> unbekannten Herausgebers. Sie sollten es nur ausführen, wenn Sie dem
> Herausgeber der Komponenete vertrauen. Vorgang fortsetzen?"
>
> The same thing happens when I do not use my installation routine but
> simple exchange the excutable files on the device. The first start of the
> application shows the same warning.
>
> It does not happen on my IPAQ hx2750 which I have updated from 2003 CE to
> 5.0
>
> Is there a way to avoid these question? Perhaps a registry entry or
> something else?
>
> thanks in advance,
> Juergen



=?ISO-8859-15?Q?Re=3A_warning_after_deploying_an_appli?= by jsiggemann

jsiggemann
Tue Oct 24 08:08:52 CDT 2006

Scott Yost [MSFT] schrieb:
> Check out
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/wmsecurity.asp
> under "Signing an Application During Day-to-Day Development". You can use
> the SDK certs to sign the application during development.
>

thanks a lot, it works fine.
Jürgen