another deployment question

  • Thread starter Thread starter microsoft
  • Start date Start date
M

microsoft

Ok. Our app is done and working when deployed directly from VB.NET
compactframework. We're ready to install the application independently on
the ARM4 Dell Axiom.

It's only going to be installed on this one pda. We don't need an
installation that will work on different types of pda's or ANY other pda but
this one.

We've reviewed several resources including
http://www.haggard-and-associates.com/DOT_NET/C_Sharp_for_CF/Deployment/deployment.htm
and
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfdeployment.asp

but these sure seem like WAY overkill to get this app on this one, known
pda.

Is there a resource or suggestion for something more simple?
 
Sorry. I seem to have my own answer. Just thought I would check. It seems
that the app stays on the pda even after stopping the debugger. Just a
matter of creating a shortcut to it.
 
Hit "build CAB file", copy the one for ARM4 to the device and run it. Done.

-Chris
 
Back
Top