Is there any way in visual studio 2010 C++ setup deployment to open a webpage at the end of installation?
I can do this with Inno Setup, but I don't want to be in trouble with another setup.
I simply want to link a webpage in Visual Studio Setup Deployment that should execute after the installation get done.
Thanks a lot.