ok now works for extension. I removed the first part. but even with this shortcut dont work.
Section "Start Menu (required)" SEC02
SectionIn RO
CreateShortCut "$SMPROGRAMS\BSPLAYER\BSPlayer.lnk" "$INSTDIR\bsplayer.exe"
CreateShortCut "$SMPROGRAMS\BSPLAYER\Uninst.lnk" "$INSTDIR\uninst.exe"
SectionEnd
in fact before it worked without the folder bsplayer :
Section "Start Menu" SEC02
CreateShortCut "$SMPROGRAMS\BSPlayer.lnk" "$INSTDIR\bsplayer.exe"
CreateShortCut "$SMPROGRAMS\Uninst.lnk" "$INSTDIR\uninst.exe"
SectionEnd
|