PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework No ICON in Programm folder after CAB-Installation

Reply

No ICON in Programm folder after CAB-Installation

 
Thread Tools Rate Thread
Old 07-03-2006, 09:31 PM   #1
Wolfgang Schwarz
Guest
 
Posts: n/a
Default No ICON in Programm folder after CAB-Installation


Hi,

With VS2005 I have created a CAB-File from my PPC-Project.
After installing on my PocketPC there is no Icon in the programm folder.
Programm is available and runable

Testing CAB-Installation with an old CAB-File (from VS2003), the
Programm-ICON is there

What must I do, to get the Programm-Icon with VS2005-CAB-files ?

Thank you for response

regards
Wolfgang Schwarz


  Reply With Quote
Old 07-03-2006, 10:18 PM   #2
Brian Nantz
Guest
 
Posts: n/a
Default Re: No ICON in Programm folder after CAB-Installation


Check your setup project and make sure the icon is included. You have
to set the icon file as content in the project itself. The you ccan go
to the setup project and look at the file include (primary output and
content files). Then you need to make sure the icon goes in the right
directory (/windows/start menu/programs)?

Wolfgang Schwarz wrote:
> Hi,
>
> With VS2005 I have created a CAB-File from my PPC-Project.
> After installing on my PocketPC there is no Icon in the programm folder.
> Programm is available and runable
>
> Testing CAB-Installation with an old CAB-File (from VS2003), the
> Programm-ICON is there
>
> What must I do, to get the Programm-Icon with VS2005-CAB-files ?
>
> Thank you for response
>
> regards
> Wolfgang Schwarz
>
>

  Reply With Quote
Old 08-03-2006, 12:07 AM   #3
Wolfgang Schwarz
Guest
 
Posts: n/a
Default Re: No ICON in Programm folder after CAB-Installation

Briam,

thank you for your response

the icon IS includes in the setup project, and after installing the CAB-File
the iconfile is also in the programm folder on the pocketpc
(/start/programme/<folder>).
But its not shown in the programm-icon-folder !
Something is missing - but what ?

regards
Wolfgang

"Brian Nantz" <brian@nantz.org> schrieb im Newsbeitrag
news:OxlWaUjQGHA.2704@TK2MSFTNGP15.phx.gbl...
>
> Check your setup project and make sure the icon is included. You have
> to set the icon file as content in the project itself. The you ccan go
> to the setup project and look at the file include (primary output and
> content files). Then you need to make sure the icon goes in the right
> directory (/windows/start menu/programs)?
>
> Wolfgang Schwarz wrote:
> > Hi,
> >
> > With VS2005 I have created a CAB-File from my PPC-Project.
> > After installing on my PocketPC there is no Icon in the programm folder.
> > Programm is available and runable
> >
> > Testing CAB-Installation with an old CAB-File (from VS2003), the
> > Programm-ICON is there
> >
> > What must I do, to get the Programm-Icon with VS2005-CAB-files ?
> >
> > Thank you for response
> >
> > regards
> > Wolfgang Schwarz
> >
> >



  Reply With Quote
Old 08-03-2006, 02:54 PM   #4
Brian Nantz
Guest
 
Posts: n/a
Default Re: No ICON in Programm folder after CAB-Installation

Well what is in that folder is typically the shortcut. Does your
solution have the icon associated with the exe?

What version of PocketPC are you using?

Wolfgang Schwarz wrote:
> Briam,
>
> thank you for your response
>
> the icon IS includes in the setup project, and after installing the CAB-File
> the iconfile is also in the programm folder on the pocketpc
> (/start/programme/<folder>).
> But its not shown in the programm-icon-folder !
> Something is missing - but what ?
>
> regards
> Wolfgang
>
> "Brian Nantz" <brian@nantz.org> schrieb im Newsbeitrag
> news:OxlWaUjQGHA.2704@TK2MSFTNGP15.phx.gbl...
>
>>Check your setup project and make sure the icon is included. You have
>>to set the icon file as content in the project itself. The you ccan go
>>to the setup project and look at the file include (primary output and
>>content files). Then you need to make sure the icon goes in the right
>>directory (/windows/start menu/programs)?
>>
>>Wolfgang Schwarz wrote:
>>
>>>Hi,
>>>
>>>With VS2005 I have created a CAB-File from my PPC-Project.
>>>After installing on my PocketPC there is no Icon in the programm folder.
>>>Programm is available and runable
>>>
>>>Testing CAB-Installation with an old CAB-File (from VS2003), the
>>>Programm-ICON is there
>>>
>>>What must I do, to get the Programm-Icon with VS2005-CAB-files ?
>>>
>>>Thank you for response
>>>
>>>regards
>>>Wolfgang Schwarz
>>>
>>>

>
>
>

  Reply With Quote
Old 09-03-2006, 05:03 AM   #5
Ross Marchant
Guest
 
Posts: n/a
Default Re: No ICON in Programm folder after CAB-Installation

Wolfgang Schwarz wrote:
> Hi,
>
> With VS2005 I have created a CAB-File from my PPC-Project.
> After installing on my PocketPC there is no Icon in the programm folder.
> Programm is available and runable
>
> Testing CAB-Installation with an old CAB-File (from VS2003), the
> Programm-ICON is there
>
> What must I do, to get the Programm-Icon with VS2005-CAB-files ?
>
> Thank you for response
>
> regards
> Wolfgang Schwarz
>
>


In my CAB project, I go to File System (View -> Editor -> File System)
and then in the Start Menu Folder, I add a short cut to the primary
output of the program project (Right click -> Create shortcut).

Now in the program project make sure your icon is set for the project.

Putting this shortcut in the start menu folder will automatically add it
to the programs folder as well.

Hope this helps
Ross
  Reply With Quote
Old 09-03-2006, 01:47 PM   #6
Wolfgang Schwarz
Guest
 
Posts: n/a
Default Re: No ICON in Programm folder after CAB-Installation


"Ross Marchant" <rossm@NOexceltechSPAM.com.au> schrieb im Newsbeitrag
news:440fb71d$1@dnews.tpgi.com.au...
> Wolfgang Schwarz wrote:
> > Hi,
> >
> > With VS2005 I have created a CAB-File from my PPC-Project.
> > After installing on my PocketPC there is no Icon in the programm folder.
> > Programm is available and runable
> >
> > Testing CAB-Installation with an old CAB-File (from VS2003), the
> > Programm-ICON is there
> >
> > What must I do, to get the Programm-Icon with VS2005-CAB-files ?
> >
> > Thank you for response
> >
> > regards
> > Wolfgang Schwarz
> >
> >

>
> In my CAB project, I go to File System (View -> Editor -> File System)
> and then in the Start Menu Folder, I add a short cut to the primary
> output of the program project (Right click -> Create shortcut).
>
> Now in the program project make sure your icon is set for the project.
>
> Putting this shortcut in the start menu folder will automatically add it
> to the programs folder as well.
>
> Hope this helps
> Ross



Ross,

yes it helps.
I don't know that in VS2005 must something be done manuell to create
shortcuts. In VB2003 it was automatically.
I don't find anything about this in the documentation !

Thank you very much.

Wolfgang




  Reply With Quote
Old 09-03-2006, 01:48 PM   #7
Wolfgang Schwarz
Guest
 
Posts: n/a
Default Re: No ICON in Programm folder after CAB-Installation

Brian,

it works !
See my answer to ross

Thank you very much

regards
Wolfgang


  Reply With Quote
Old 10-03-2006, 04:17 PM   #8
Wolfgang Schwarz
Guest
 
Posts: n/a
Default Re: No ICON in Programm folder after CAB-Installation

After several installations there where Icons for each installation (link
Icon(1),Icon(2),Icon(3).
But after installing again (update etc) I only what *one* Icon for each
installed programm.

What to do ?

regards
Wolfgang



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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