HighTechTalks DotNet Forums  

Installation 'name' in Programs screen on Pocket PC

Dotnet Framework (Compact Framework) microsoft.public.dotnet.framework.compactframework


Discuss Installation 'name' in Programs screen on Pocket PC in the Dotnet Framework (Compact Framework) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Glyn Meek
 
Posts: n/a

Default Installation 'name' in Programs screen on Pocket PC - 12-04-2004 , 02:11 PM






When you go through the whole 'build' process in the .net cf environment,
and get the application installed on your Pocket PC, the program icon is
placed in the 'Programs' screen along with the NAME of the application
underneath.

E.g. Pocket Word, Pocket Excel, Pocket MSN are the names for the Microsoft
products.

There are LOTS of places where 'names' get set in the application, and in
the application properties, and also in the 'setup' process, so can anyone
tell us which of thse various 'names' in particular is used to generate the
name under the application icon in the Programs screen on the Pocket PC?

thanks

Glyn Meek



Reply With Quote
  #2  
Old   
Peter Foot [MVP]
 
Posts: n/a

Default Re: Installation 'name' in Programs screen on Pocket PC - 12-04-2004 , 02:57 PM






The shortcut name is defined in the .inf file used to create the CAB, by
default it is the project name:-

[Shortcuts]
SmartDeviceApplication1,0,SmartDeviceApplication1. exe,%CE11%
^ Here the shortcut will be named SmartDeviceApplication1 (how imaginative),
I could change this to
[Shortcuts]
Pocket Rocket,0,SmartDeviceApplication1.exe,%CE11%

And then rebuild the cab files by running the BuildCab.bat batch file in the
\obj\Release\ folder (or obj\Debug\)

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

"Glyn Meek" <gjmeek (AT) earthlink (DOT) net> wrote

Quote:
When you go through the whole 'build' process in the .net cf environment,
and get the application installed on your Pocket PC, the program icon is
placed in the 'Programs' screen along with the NAME of the application
underneath.

E.g. Pocket Word, Pocket Excel, Pocket MSN are the names for the Microsoft
products.

There are LOTS of places where 'names' get set in the application, and in
the application properties, and also in the 'setup' process, so can anyone
tell us which of thse various 'names' in particular is used to generate
the name under the application icon in the Programs screen on the Pocket
PC?

thanks

Glyn Meek




Reply With Quote
  #3  
Old   
Darren Shaffer
 
Posts: n/a

Default Re: Installation 'name' in Programs screen on Pocket PC - 12-04-2004 , 03:17 PM



And to add to Peter's answer, while you're editing the INF file, change
%CE11% to
%CE17% to have a shortcut to your program show up in the Programs filegroup
on device
(the shortcut is actually placed in Windows\Start Menu).

-Darren Shaffer

"Glyn Meek" <gjmeek (AT) earthlink (DOT) net> wrote

Quote:
When you go through the whole 'build' process in the .net cf environment,
and get the application installed on your Pocket PC, the program icon is
placed in the 'Programs' screen along with the NAME of the application
underneath.

E.g. Pocket Word, Pocket Excel, Pocket MSN are the names for the Microsoft
products.

There are LOTS of places where 'names' get set in the application, and in
the application properties, and also in the 'setup' process, so can anyone
tell us which of thse various 'names' in particular is used to generate
the name under the application icon in the Programs screen on the Pocket
PC?

thanks

Glyn Meek




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.