Can't get application icon in Programs Page

Hi,

I have created a VB2005 application with a CAB that installs the .exe and the shortcut in the Programs Folder, but it does not show up in the Programs window. How can I get it's icon in the Program window so I can start it with a hardware button



Answer this question

Can't get application icon in Programs Page

  • maqk

    Hi Zero Dai,

    If I used File Explorer, I could find my .exe, but it did not show up in the start menu, nor in the Start menu Programs page (screen). I was finally able to get the icons to show up in these places after manually moving the .exe file and shortcut to the proper Windows folder (directory). I thought using the CAB was supposed to take care of this for you.

    Scott


  • Greg Beech

    Hi Scott,

    There is supposed to be some wrong settings on your CAB project. Let's have a check!

    1. If I used File Explorer, I could find my .exe,

    So we can make sure that the application is installed successfully.

    2. but it did not show up in the start menu, nor in the Start menu Programs page (screen).

    If we want to make it shown in start menu and Start menu Programs page, we need to add a shortcut in our Start Menu Folder and Programs Folder of CAB project. That is, e.g. :

    1. Add a primary output in Program Files Folder.
    2. Right click it and create a shortcut for it.
    3. Drag it to Programs Folder and Start menu Folder.

    If there are problems still, we can go on a further discussion.Thanks.

    Best Regards,

    Zero Dai - MSFT



  • Santosh A H

    Hello Sab2,

    Would you please tell me what is not shown in the Programs Folder Is either .exe or shortcut missing in Programs Folder

    Generaly speaking, we install .exe files in Program Files folder and add a shortcut in Programs Folder.

    Best Regards,

    Zero Dai -MSFT



  • Can't get application icon in Programs Page