Search code examples
winformssetup-project

How to make full screen setup wizard in winform?


Some of application Installation wizard's are in full screen. like below one. This look say "I am a big Program".

enter image description here

But winform setup installation is like a form only. how can i get like the above installation wizard.

Is possible in Visual Studio 2010.


Solution

  • Advanced Installer supports something like this: http://www.advancedinstaller.com/user-guide/ui-slideshow.html

    I don't know if there are other tools which support it, but you can check them out: http://en.wikipedia.org/wiki/List_of_installation_software

    Another solution is to write your own custom action which shows the background images.