I would like to do windows from with would guide the user through the installation of my already done win application.
I already did the Setup Project (File > Add > New Project and select Other Project Types > Setup And Deployment > Setup Project. )
but I would like to do a window form (with the whole installation procedure), where the user can choose the path where to install this app. and if he want the shortcuts on the desktop or in the user`s programs menu.
Do I need to do a new Windows forms application, or can be build into the one I already did, or is this possible to get it somewhere - already made?
That I can simply looks something like that:
PICTURE1
or something more professional:
PICTURE 2
These are just examples, of what I would like to do. Any Ideas?
And the most important thing, if I do this win application, how do I then point to my setup.exe file, which is needed to extract?