On Tue, 10 Nov 2009 13:41:50 -0300, Pablo Rogina <pabl...@gmail.com>
wrote:
> Sebastien,
> 
> I'm working with a MS desktop project that signs the executable file.
> In the Visual Studio project settings, at the Post-Build Event in
> Build Events there is the command:
> 
> "signtool.exe" sign /f "cert.pfx" /d "ApplicationName" /t
> "http://timestamp.verisign.com/scripts/timstamp.dll";  "$(TargetPath)"
> 
> (some values were edited for confidentiality purposes)
> 
> You can have more information about signtool here:
> http://msdn.microsoft.com/en-us/library/8s9b9yaz%28VS.80%29.aspx
> 
> Hope this help.

Don't think this is the problem because I am assuming you are testing on a
pocket pc device
(ie you have a stylus = screen is tactile).
In this case when a binary is not signed, OS ask you if you want to allow
it or not so
not signing a binary shouldn't prevent from running on a device (things
are different on a smartphone
and if binary is a driver).
Even if it's not recommended under windows you can disable code
authentification by using 
http://www.microsoft.com/downloads/details.aspx?FamilyID=7e92628c-d587-47e0-908b-09fee6ea517a&DisplayLang=en.
or directly from Visual Studio 2008 if you have it.

Regards


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to