This is the code that I'm using. The shortcut instead of point to $text point to "C:\Users\ze\Desktop\329328" :s Any suggestion?!
Thanks
Function nsDialogsPage
nsDialogs::Create 1018
Pop $Dialog
nsDialogs::SelectFileDialog open "$PROGRAMFILES\InduSoft Web Studio v7.0\Bin\RunStartUp.exe" "*.exe"
Pop $Text
${NSD_CreateText} 0 13u 100% -13u $Text
Pop $Text
nsDialogs::Show
CreateShortCut "$SMPROGRAMS\My application\My application.lnk" "$Text"
CreateShortCut "$DESKTOP\My application.lnk" "$Text"
FunctionEnd