visual-studio-2010installationwindows-installerweb-setup-project

Visual Studio WebSetup Installer, install to multiple web sites


I want to make an installer that reads the directories where it should install from registry, and with this data collected show a window with these directories, each one with a checkbox for selecting if they want to install in that directory and perform the installation in these directories.

If it is not possible with visual studio websetup project, anyone knows another installer that can do that? or another way of doing this mostly automatically

Thanks


Solution

  • Finally I have made a winforms app that fits my needs