Getting Installed programs and version number

I’m not sure I’m following, you’re supposed to remove the entire line.
I had only put that in there so that I could visually see the entire list

The following worked for me:

-- delete this line
choose from list appInfoList with title "Installed Applications…"

-- insert this line at the same location
set theList to appInfoList

Thanks, that worked. After trying many of the scripts, I’ve ended up settling on the one you posted in post 16. Produces a txt document that is easily imported into Numbers, a bit of tweaking of the import (Set Custom Delimiter):

And you end up with a nice, neat listing of all the installed application along with the versions:

1 Like