A: 

You could create a custom prerrequisite to detect the presence of SQL Express SP2 or later, instead of specifically SP2, and add it to your install project. See here: http://stackoverflow.com/questions/1334436/adding-custom-prerequsites-to-visual-studio-setup-project.

Konamiman