This is to answer the 2nd part of your question about a way to see all installed packages:
lauch rpmdrake-remove rather than rpmdrake
Then browse the packages. Removable packages means they are installed
Otherwise:
open a shell as root and type:
rpmquery -a|more
This will display the installed packages
Hope this help