${Locate} "$INSTDIR" "/L=F /M=*.exe" "CreateShortcuts"
Function "CreateShortcuts"
CreateShortCut "$StartMenu\$StartMenuGroup\$R7.lnk" "$R9"
Push ""
FunctionEnd
Creating shortcuts for downloaded files
I am working on an installer that downloads a zip, extracts it, then creates shortcuts for every exe in the zip. I have successfully downloaded and extracted the zip, but can't get it to create the shortcuts. Below is my code so far.