Can anyone tell me how I can create an install package so that when the user installs it he/she is presented with a Install Wizard like the one used to install Visual Studio 2013. I'm talking about the modern UI look and feel i.e the dark gray screen with the Blue buttons that say install or skip etc...
Is there like a Visual Studio Extension or template I need to download?
I've googled everywhere without any success.
JetBrains Rehsharper seem to have this, image below:
https://ericnelson.files.wordpress.com/2014/12/capture.jpg
Thank You
The VS 2013 Community Edition install was built with WiX - I'm pretty sure the other editions were too. Search for custom bootstrapper applications like these:
http://bryanpjohnston.com/2012/09/28/custom-wix-managed-bootstrapper-application/
https://www.wrightfully.com/part-1-of-writing-your-own-net-based-installer-with-wix-overview/