Question

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

Was it helpful?

Solution 2

Finally I have made a winforms app that fits my needs

OTHER TIPS

You can't do this in VS, but Advanced Installer can be used to get what you need. You have access to a Dialogs Editor, Search page and everything else that you need. During the trial period you can access all of these features, just make sure you have Enterprise set as projects type to be able to use the desired features.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top