I am deploying a project that uses SQLExpress (2005) -- I've successfully configured the pre-requisite package to properly install my instance. What I'd like to do is include the sqlexpr32.exe file with my deployment package as first time intallers will never have met the prerequisite (dependent on a specific instance). This will make for a larger initial download for the user, but will make for a cleaner install as it won't go get the file from the internet when it's needed.