I am using a VB.NET 1.1 Deployment Project to deploy a commercial application. I need to add the ability to have the users optionally install Flash player during the installation. I have the EXE file for Flash and just want to add something so I can have the user "Click here to install or upgrade Flash Player" if they so desire.

I don't want installation to fail if they don't install it and I don't particularly want them to have to restart the installation if they do choose to install it.

I'm new to deployment like this... Is this possible?