How to put shortcut in Start-Menu?

  • Thread starter Thread starter felix
  • Start date Start date
F

felix

Hi,

I'm using the VS 2005 Beta 2.

I'm trying to put shortcuts into the start menu with a smart device cab
project.

All shortcuts I put in the special folder "start menu folder" end up in
the programs folder.

Is this supposed to work this way?

Bye,
felix
 
Yes, it should work. You may see the generated file after executing
Create New Shorcut operation in:

....CabProject\[Debug/Release]\CabProject.inf:

[Shortcuts]
"name of shorcut",0,"yourproject.exe","%CE17%"
 
Back
Top