I wouldn't think you'd need to mess around with "prebinding" a lot, but if you want to force another one, there is a way.
Bring up the Apple Tech Info Library article
Apple - Mac OS X - Applications Don't Open After Quicktime 7.2 Update, and note the exact shell command that it talks about using in the Terminal window. (You should be able to skip the Mac OS X update reinstall, if you are not having the Rosetta / Quicktime issue the article talks about.)
Then whenever you want to force a prebinding, go into Terminal, run that command, wait for it to finish, and reboot.
(Hint: if you put the command into a text file, then chmod +x that file from inside the Terminal window, you can later run the command by typing something like ./my_prebind. Then you don't have to remember, or look up, the command line options.)