Shortcut in Start menu ??

  • Thread starter Thread starter fump
  • Start date Start date
F

fump

Hello,

I modified the .inf file to add a shortcut in start menu :

[Shortcuts]
MyApplication,0,MyApplication.exe,%CE11%
MyApplication,0,MyApplication.exe,%CE2%\Start Menu

So, the first shortcut works well (start menu\programs)
but the second fails.
It creates the shortcut in "\windows" instead
of "\Windows\start menu", why ?

Thanks,
fump
 
The entry for the start menu shortcut should read:

MyApplication,0,MyApplication.exe,%CE17%


Paul
 
Back
Top